Tag: drupal


Reset Drupal MySQL password | Drupal 6 | SQL

If you have access to mysql through the root user and want to just change the drupal database user this will work for you. Otherwise check out [http://www.thegeekstuff.com/2009/07/how-to-reset-forgot-mysql-root-password-on-unix-linux-windows/](http...

Hide a block on all admin pages | Drupal 6

There are two main ways to do disable a certain block on all admin pages. The first way involves using the administrative tools provided in the backend. The second uses custom script. -----------------------------------option 1 -----------------------...

Merge documentation | Mailchimp | Drupal

If anyone has more complete information on this subject please comment below. If you installed the drupal MailChimp Module you might want to know how to "Merge Variables" If you were like me you created a list on mailchimp Added the Drupal Mai...

Bare bones Drupal theme | Custom Drupal theme

If you have ever tried to develop a Drupal theme from scratch or used the Garland theme or any other standard theme that comes with Drupal to build a custom theme, then we share the same pain. The first site I developed I customized a template but the ...