Tag: module
-
Joomla Webform alternative: JForms
I don’t use Joomla, but sometimes a friend or a colleague of mine ask me some tips. My answer could be: in Drupal it will take 5 minutes. Since I’m very open-minded, today instead of replying in that awkward way I try to found an alternative to a very useful module for Drupal called Webform. […]
-
How to automatically translate your Drupal module
How to translate your Drupal module into different languages using Translation template extractor 6.x-3.0 on Drupal 6.x, getting your module translated on every install.
-
Node import and domain access
Node import 1.x-rc4 or below is incompatible with Domain Access. Upgrade the Node Import module to fix the “An illegal choice has been detected. Please contact the site administrator” error.
-
Print module customization
Tested on: Drupal 5.7, Print 3.4 Drupal Printer Friendly module (Print) add “print this” functionality to nodes. Customization is pretty easy: according to README file you can add a print.tpl.php to your theme (or subtheme) directory and modify it. All override templates are (in check order): print.__node-type__.tpl.php in the theme directory print.__node-type__.tpl.php in the module […]