Drupal 7 - Domain Access Custom Metatags per domain

0

You can easily code in a metatag to display on certain domain only when use domain access module. Valid example for this is when you have a multiple domain installed on the same directory and utilizing domain modules to switch between different domain, and you don't want Google or any search engine robot to crawl some domain.

You may argue that this can be done via robot.txt, and for multiple domain some fancy .htaccess rule with redirection to different robot.txt files for each of the domains respectively. The answer is yes, you can achieve the same results with this way too.

Drupal 7 - How to quickly bulk delete unapproved comments

1

After neglecting one of my websites for a couple month, I decided to do some maintaining and logged in to the site as admin. To my surprise, eventhough the site is "Protected" by mollom as spam protector, I got 132.149 unapproved SPAM comments.

Drupal 7 form missing include files

0

Sometimes when building an advanced Drupal form that involves form_alter plus including files you will encounters problems that Drupal is complaining about a missing functions that is in your include file.

This problem usualy happen if your form submit function utilizes $form_state['rebuild'] = TRUE or invoked via ajax. Drupal form system is smart enough to auto load all of your include files if you call it using module_load_include() function, or form_load_include() function.

Top 20 Drupal 7 module you must install

2

Drupal 7 is getting mature as the time of this writting and many of its contribution modules is on stable state.
Here is a list of top 20 Drupal 7 modules that you must install to enhances your Drupal Site
 
1. Token
This module will provide you with tokenized feature. Most important for automatic pathauto pattern.
 
2. Pathauto
Without this Drupal can still provide clean urls but without any automatic pattern generation
 
3. CKeditor

Simplicity Premium Drupal Theme Review

2

Simplicity for Drupal is a clean and dynamic theme with responsive design that is completely customizable.

After an easy instillation, changing the themes default settings are simple.

Here are a few highlights that make Simplicity stick out from other Drupal Themes:

* The ability to alter the colors of the site in every aspect with 1140 CSS Grid system makes it flexible enough for any web designer.

If you're not completely ready to jump into the color pallet there are 5 preset color combinations.

Drupal 6 How to Create table sort with form element

3

If you are a savvy drupal coder then you should know that it is very tricky business to create a table output with sortable header and forms in the row.

Why? is this hard to do in Drupal 6?, the answer is most example on the internet will point to do a "sortable header" in a table via theme layer, while to include a "form element" we need to utilize a form array that called from drupal_get_form() function.

Drupal 7 - Creating pagination in renderable arrays

2

Is it possible to use Drupal Pagination without doing any query???

The answer is YES!, if you are creative enough even a field formatter can have a pagination just by invoking a few line of code!.

New Maxima Drupal 7 Theme

1

Just release a new theme for Drupal 7, Maxima Premium theme is suitable for blog site or company profile, welcome to check the demo here http://www.victheme.com/demo_product/350

Cheers!

Happy announcement

1

Dear Members and all users,

We're happy to announce that we'll be releasing Drupal7 Premium theme which is now is in the testing stage and hopefully will be ready for all members to download soon enough within this month.

Thanks for the support, concern, and for keeping up with us:)

Support

Drupal 7 - Transforming Vertical tabs into a horizontal tabs

1

We love the vertical tabs, makes Drupal administration form looks much cleaner than without it.

But sometimes we want the full width of a page to be usable for our complex form and vertical tabs is eating up the left spaces with its tabs.

So what is the solution? Transform the vertical tabs into a horizontal tabs with a few line of css code is very much possible and it will retain the functionality.

Pages