Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged drupal
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This function goes in the {module\_name}.views\_default.inc file
0
604
posted 15 years ago by jonathanpglick
This will trigger views to load the views in the file {module\_name}.views\_default.inc
0
559
posted 15 years ago by jonathanpglick
Drupal FiveStar change any of the settings as necessary to create a completely customized widget, regardless of the node type settings.
1
763
posted 15 years ago by humanoid
Script to clear all Drupal caches from a url (it's bookmarkable)
1
666
posted 15 years ago by terrencewood
PHP
Rewrite Drupal's File system paths to remove redundant sites/example.com (alternate settings.php method)
Alternate to <a href="http://snipplr.com/view/133530">this method</a>. Have not yet tested.
In settings.php, put this code:
0
733
posted 15 years ago by zachharkey
Use instead of standard "sql\_tablesort()" function. Handles multiple "sort" in $header, but the arrow will be only on last sorted column. This can be handled with rewriting theme_table, for example.
0
834
posted 15 years ago by kurokikaze
I just wanted to have the argument code as text. It is provided as an image.
2
1164
posted 15 years ago by lexx
Create theme override file: `upload_attachments.tpl.php` in your theme directory.
[CSS styles](http://snipplr.com/view/11848)
2
910
posted 15 years ago by zachharkey
Few different ways to output primary links in your page.tpl.php template.
3
1158
posted 15 years ago by zachharkey
I wanted to show a block of the current taxonomy term info (desc, name, img) in Drupal 6 views 2
Provide default argument
0
604
posted 15 years ago by lexx