Welcome To Snipplr
Everyone's Recent Snippets Tagged drupal
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Was trying to figure out a way to remove tabs for a content type where it was unnecessary. Place this in your theme template.php file and configure to your needs.
Example Usage: Organic Group View is created and page uses a menu tab. Unfortunately...
0
831
posted 14 years ago by Onfire60
Customises the \"who\'s online\" block to show what role type the user has + the links now point to private message instead of profiles.
1
893
posted 14 years ago by daipratt
All code should ideally go into your theme\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'s template.php file. I\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'ve used the default Garland theme here as an example.
0
803
posted 14 years ago by hiddentao
We can use this in a shell script (while doing a backup process, an update, ...)
1
755
posted 14 years ago by isholgueras
This example triggers the admin theme when on any of the user/* pages (login, edit, etc.). Put the name of your admin theme in {admin-theme-name} so there's a safe fallback in case variable_get doesn't find the admin_theme.
0
723
posted 14 years ago by jonathanpglick
This snippet allows admins to create menu items which do not link anywhere. This is most useful in situations where one wants to have dropdown menus where the parent item should not be a link.
This same method could be used to create non-linking...
1
830
posted 14 years ago by MikeyLikesIt
change the display of cck grouped terms to implode (commas, no divs) for a cerain field only
0
628
posted 14 years ago by discipolo
Embed Drupal 6 block anywhere with proper block HTML IDs and classes.
0
706
posted 14 years ago by phpdiva