
Search In
Steps of customizing an existing theme can be broken into three major steps
Select the base theme.
Create a sub-theme from the base theme
Make the changes to the new sub-theme
The relationship between a base theme and a sub-theme
Python Official Website : http://www.python.org/"
Python Documentation Website : www.python.org/doc
Python binary can be found here:
https://www.python.org/downloads/
Python IDE’s:
http://sourceforge.net/projects/pyscripter/
https://wingware.com/d
Please find the below listing of some very useful module that will make the theme developer life easier
Sweaver Make themes editable by anyone
Chaos Tool Suit Provides a collection of APIs and tools to assist developers for example ajax, form p
Drupal Views Related Top 10 Modules
Views Bulk Operations (VBO)
Allow bulk operations to be run on the displayed rows
Views Table Highlighter
Aloow to highlight certain views table rows based on PHP code
Better Exposed Filt
PHPExcel library is basically used for creating reports in Excel format. But if we are using Drupal then there is list of contributed modules to achieve this feature and build on top of PHPExcel library.
You can use one of the following module to ge
Taxonomy Token module is very useful for this purpose but only in Drupal 6. As In Drupal 7 The core Taxonomy and Token core modules already offer similar features.
In Drupal 7 Taxonomies are related to nodes through fields of the type Term referenc
Hi today I would like to share 10 most frequently used module in Drupal.
Though Drupal have thousands of contributed modules. But there are always some good modules one should install when do a fresh installation as these would always help you in on
Drupal in it's core have lots of tokens which are basically shortcode or placeholder for any kind of information related to Node, User or System itself. Get a complete list of available tokens in Drupal from:
https://www.drupal.org/node/390482
If y
Arch Linux (/ɑːrtʃ/)[8][9] is an independently developed x86-64 general-purpose Linux distribution that strives to provide the latest stable versions of most software by following a rolling-release model. The default installation is intentionally min
Drupal has hook_mail function to send emails. This function is capable of sending email to a single user.
If we need to send an email to multiple user then we can write a function and call this function within foreach loop. This should be a simple an