Search Results
Sitewide Alert Message
Site alert module provides functionality to display urgent message to all users. Originally was created for the Site alert module with a lot of Ajax…
Read moreHow to write a page tpl file for a node type?
Add this code to your theme template.php function theme_preprocess_page(&$variables) { if (isset($variables['node'])) { $variables['…
Read moreHow to render a custom form block and a webform block in a single block?
This Example here shows how we can render one custom form block and a webform block in another single block. function MYMODULE_block_info() { $…
Read moreHow to Enable Mailchimp in Drupal?
Mailchimp is a Email delivery service. It can be used in drupal sites for sending emails for our subscribers . Drupal Provides a mailchimp module for…
Read moreHow To Increase Swap Memory In Linux
Swap space is a portion of a hard disk drive that is used for virtual memory. Virtual memory is the use of space on a HDD to simulate additional main…
Read moreInstall RabbitVCS On Ubuntu
RabbitVCS is a graphical front-end for version control systems. It's available on Linux. It integrates into file managers to provide file context…
Read more