Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged drupal



1 2 3 4 5 6 ... 11
Example from New Play Map
0 1236 posted 15 years ago by mimlee
Example used in New Play Map
0 1128 posted 15 years ago by mimlee
Suppress button to "split summary at cursor" on node bodies that are generally short and won't ever be displayed as teasers. (These lines go in hook_form_alter functions.)
0 1387 posted 15 years ago by tgbdad
Suppress the input format section of a node form when you don't really want users (even admin) to change it. Particularly handy for uncluttering forms with lots of CCK fields on them.
0 1198 posted 15 years ago by tgbdad
0 1315 posted 15 years ago by picxelplay
0 1253 posted 15 years ago by resting
1 1275 posted 15 years ago by apro2000
**Important: this snipplet has moved to Github.** - [Force the admin theme on additional non-admin paths in Drupal 6](https://gist.github.com/1973090)
3 1650 posted 15 years ago by wildpeaks
If you're importing nodes from a file and have pathauto setup, the existing paths for the nodes will be rewritten with pathauto. To avoid this, simply add the following to the node export array for each node:
0 1277 posted 15 years ago by jonathanpglick
**Important: this snipplet has moved to Github.** - [Programmatically log out the user in Drupal](https://gist.github.com/1973079)
0 1349 posted 15 years ago by wildpeaks
Just include **global $user;** and **$user->uid != 1** into the function
0 1508 posted 15 years ago by resting
The total number of search results can be added in a hook_preprocess_search_results() function from the following variable:
0 1452 posted 15 years ago by jonathanpglick
0 1380 posted 15 years ago by hamsterbacke82
Drupal 6 Do this after $view->execute() has already been called
0 1472 posted 15 years ago by jonathanpglick
0 1368 posted 15 years ago by hamsterbacke82
0 979 posted 15 years ago by jmaties
To be placed in template.php preprocess_page function.\\r\\n\\r\\nBreaks stylesheets into 2 style tags with limit of 30 @imports each. IE has a limitation of 31 @imports or 31 style tags. (source: [http://john.albin.net/ie-css-limits/single-style-tes...
1 1347 posted 15 years ago by resting
Drupal snippet
0 1619 posted 15 years ago by apro2000
0 1149 posted 15 years ago by JohnnyGamba
0 1466 posted 15 years ago by resting
1 1420 posted 15 years ago by resting
0 1312 posted 15 years ago by screamwork
1 2 3 4 5 6 ... 11