Welcome To Snipplr


Everyone's Recent Snippets Tagged drupal



Dumps a space separated list of enabled modules to a text file mods_enabled.txt
1 2490 posted 17 years ago by zachharkey
2 1580 posted 17 years ago by psynaptic
0 1219 posted 17 years ago by zugec
1 1386 posted 17 years ago by zugec
1 1631 posted 17 years ago by zugec
0 1312 posted 17 years ago by robksawyer
1 1453 posted 17 years ago by glends
Administering more than one node at a time through the Drupal admin interface is like drinking a milkshake through a buckytube. [How to use phpmyadmin and sql to perform mass operations on nodes](http://drupal.org/node/134535)
1 2039 posted 17 years ago by zachharkey
In case you don't feel like loading 3 pages to edit a single url alias.
1 2026 posted 17 years ago by zachharkey
2 1756 posted 17 years ago by level09
1 2028 posted 17 years ago by jonathanpglick
The Drupal website will be updated every 45 minutes after the hour.
2 1818 posted 17 years ago by chrisaiv
A common Drupal problem: how to save e.g. your blocks configuration without dragging an X Gig database around. A simple command that dumps a table in a way that it can be inserted into SVN. Every row is dumped as a single line, and they are sor...
1 1786 posted 17 years ago by berkes
Replace and append the following settings in modules/fckeditor/fckeditor.config.js. Has to be re applied after each update.
0 1627 posted 17 years ago by zachharkey
Place the following function in your theme's template.php
5 2204 posted 17 years ago by zachharkey
Script to clear all Drupal caches from a url (it's bookmarkable)
1 1636 posted 17 years ago by terrencewood
2 1715 posted 17 years ago by level09
Replacement config settings for the Drupal FCKeditor module. Replace contents of .../modules/fckeditor/fckeditor.config.js
0 1891 posted 17 years ago by zachharkey
1 1622 posted 17 years ago by troynt
Alternate to <a href="http://snipplr.com/view/133530">this method</a>. Have not yet tested. In settings.php, put this code:
0 1727 posted 17 years ago by zachharkey
My [original post](http://drupal.org/node/84895) languished for years before someone pointed out a possible solution [here](http://drupal.org/node/53705). The following user-submitted code may be useful in redirecting URLs for the /files directory...
0 1884 posted 17 years ago by zachharkey
We wanted to change all /films/example style paths to /film/example (basically remove the 's'). Here was the query that worked:
1 1690 posted 17 years ago by zachharkey