How to install modules in Drupal 5 and 6

seen from United Kingdom
seen from Thailand

seen from Türkiye
seen from Russia
seen from Türkiye

seen from United States

seen from Australia
seen from China

seen from Sweden

seen from Germany
seen from Israel
seen from United States
seen from Belgium
seen from United Kingdom
seen from United States

seen from Ireland
seen from Türkiye

seen from India

seen from Belgium
seen from Italy
How to install modules in Drupal 5 and 6
Use CSS Injector help add custom CSS to specific pages w/o having to do another build and waiting for a push to production.
Don’t forget to clear your cache
/admin/settings/performance > Clear cached data
Password Policies in Drupal 6
At Kettul Design we maintain a large Drupal 6 app that enforces a policy of expiring passwords after a certain time period. Our client recently reported that users with expired passwords could not access the password reset form.
The site uses the password_policy module. There are no permissions associated with the module that would cause this issue. After one quick look at the settings page (admin/settings/password_policy/password_change), it became obvious what the likely cause of the problem was...
There is a text area that accepts a list of urls that users with expired passwords should be allowed to access. The logout path was there, but the edit password path was not. So, if you're using password_policy, be sure to include user/*/edit/password in the Page Exclusion List.
Dropbucket.org lets your store and share your drupal snippets with other drupal developers, themers and site builders.
Một trang chia sẻ các đoạn code nhỏ về Drupal.
Automated Drupal Module Conversion for 6 to 7
Have you ever converted or upgraded a custom D6 module to D7 and you felt like a hero? Well now you can fill like an idiot as there is an online tool that does it for you.M
Free online tool that takes your Drupal 6 based custom module code and makes a…
View Post
From @codeboxr (http://codeboxr.com) we regularly develop useful drupal mods, here we are trying to list some of our recent developed mods.