Drupal modules

Drupal module: User Picture Field - A Brilliant Solution for Styling forms With Display Suite

| 5 views

Working with complex Drupal projects I'm always trying to escape many rewrites of existing Drupal built-in functionality. This time I got a client's request to have a user edit form with two-level admin: One for username and password information - the second for custom user profile fields, like occupation, location, gender, etc. At the start I said - well, let's use the Profile2 module, to handle this task, but soon I found there are bugs, and we all hate bugs, so I found a brilliant solution…


Drupal Menu Badges + Views + Flags + Rules = Counting Messages

| 0 views

<p>The Drupal project I'm currently working with get's complicated each and every day - so for a start I faced a problem to display dynamic content as menu items - i found a great not to say one of the greate findings this years in field of Drupal development - <a href="http://www.reinisfischer.com/drupal-create-dynamical-menus-menu-views&q…; target="_blank">Drupal &nbsp;Menu Views</a> , then I faced a problem to display tokens in Menu paths -…


Menu Tokens Module for Drupal Site

| 25 views

<p>On the project I'm working lately there is need for many not so simple solutions - one of them involves using Profile2 module, for creating a multi level user profile page - like there is one page for e-mail and password, then there is second profile page for personal information and more.</p><p>To handle this tasks, I'm using Profile2 module, what works 90% great - the rest 10% that doesn't works includes - it doesn't integrates well with Panels module…


Drupal Panels: A Powerful Tool for Layouts, But Are They Too Complicated?

| 1 views

As a content management system, Drupal offers a range of powerful features that make it a top choice for developers and businesses alike. One such feature is Drupal Panels, which allows you to create custom page layouts without needing to write any code. However, some developers and website owners find that Drupal Panels can be complicated and time-consuming to use. In this article, we'll explore what Drupal Panels are, how they work, and some common concerns that people have about using them…


How To Hide Drupal Block For Nodes In Specific Taxonomy - Example With Google Adsense

| 5 views

<p>In this Drupal Development tutorial I will show how one (perhaps you) can hide a block for nodes on specific taxonomy. But before we dig in, lets look to an example.</p><p>Let's say you are displaying Google Adsense ads on your Drupal website or blog, ads are displayed by using blocks. Everyhting fine. But then you realize, there are some pages (nodes) you are not willing to show Google Ads. For example you are doing an affiliate marketing, and you have specific…


SEO Best Practices for Drupal 7: Managing No-Follow and Do-Follow Links

| 12 views

Learn how to implement nofollow external links while still maintaining dofollow internal links on your Drupal website in this tutorial. It's important to understand the reasons why you should consider this option, especially with the Google Panda and Penguin algorithms constantly fighting low-quality websites. To stay safe, it's best to avoid copy-pasting or scrapping content, and minimize the number of low-quality internal and external links. For better on-site SEO, avoid using dofollow…


Google+ comments block for Drupal site

| 0 views

Lately I have been paying more attention to power of Google+ and so I decided to give a try to Google+ comments on a Drupal site. Google for me generates about 70-80 percent of traffic, and so I guess most of the users will have Google account, to comment without need to login/register onmy site or let's say Disqus comment system I'm currently using on my blog. As you can see - comment block is really nice, and taking in consideration it's Google comment system I guess it might only help…


Adding CAPTCHA to Drupal 7 Webform

| 16 views

CAPTCHA is an essential tool for preventing spam and malicious attacks on your website. Adding CAPTCHA to your Drupal 7 Webform is a straightforward process that can be completed in a few easy steps. In this article, we will show you how to add CAPTCHA to your Drupal 7 Webform to protect your website and improve the user experience. Step 1: Install the CAPTCHA module The first step is to install the CAPTCHA module on your Drupal 7 website. To do this, go to the Drupal website and download the…


Inject Block In Drupal 7 Node With Block Inject module

| 1 views

I was looking for options to inject Google Adsense ads into my Drupal blog. There are a few modules and tactics available. But today I found an excellent module - Block Inject. The Block Inject module allows for regions to be created and injected in the middle of chosen node types. You can create any number of regions to inject as well as select as many node types you would like these regions to be injected in. The blocks you assign to these regions will then appear in the middle of the body…


How to install a Drupal module

| 5 views

Drupal is a popular open-source content management system that powers a significant portion of the internet. It offers a vast range of features and functionality, which can be further enhanced by installing modules. In this article, we will discuss how to install a Drupal module step-by-step Step 1: Download the Module Before installing a Drupal module, you must first download the module from the Drupal website or other reputable sources. Once downloaded, the module will be in a compressed…