Welcome To Snipplr
Everyone's Recent Snippets Tagged drupal
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
drush pm-list --status=enabled --pipe | grep 'uc_' | xargs -i drush pm-disable '{}' -y
0
932
posted 9 years ago by apro2000
simple preprocess function to alter the site name depending on the section of the site
0
866
posted 10 years ago by emijayne
This script is a custom module to copy one field to another.
0
955
posted 10 years ago by DesignGoggles
Change the Views Slideshow pager items in <li> elements so that they are easier to style
0
794
posted 11 years ago by mktimes5
This is a custom field handler for a Drupal view. Sometimes you have two or more fields in a content type and you want to do a test on them to see if both are empty or both full or exclusive and return that as a field.
There are probably ways to d...
0
794
posted 11 years ago by brownrl
Get the ajax complete event after filtering a view content in drupal
0
972
posted 11 years ago by apmartins
This is a hook_block_info and hook_block_view template that will allow you to quickly create blocks in a Drupal module. When you use this all you have to do is create a directory "blocks" in the module and then create block.block_name.php in the dire...
0
817
posted 11 years ago by brownrl
out put a field with multiple values as a list fro styling purposes useing child selectors
0
861
posted 11 years ago by mktimes5
Installs drupal using the provided database credentials with the provided localization, creates admin account with the given name and password
0
693
posted 12 years ago by klickreflex
Insert this into a custom node template to display the metatags inserted in my the metatag module.
<div>nid; ?>" class="<?php> clearfix"<?php>><?php>
0
692
posted 12 years ago by mktimes5
This is a callback example that can be used to conditionally display blocks on specific pages. In this example, I load all nodes with a specific field and return false if the value of that field is equal to the user id of the logged in user. The sni...
0
756
posted 12 years ago by chasecrawford
Use this no-conflict wrapper instead of the default ready function in JQuery to initialize scripts in your Drupal 7 theme
0
762
posted 12 years ago by chasecrawford
Safe Key-value pairs for time zones for use with Drupal Webform module.
0
834
posted 12 years ago by usrbingeek
imagecache preset depending on height and width of the image
0
735
posted 12 years ago by hoogvlieger
For our project, this code had been implemented in the theme template.php
0
952
posted 12 years ago by nicoknaepen
This is the Batch API example shown on http://api.drupal.org/api/drupal/developer--hooks--install.php/function/hook_update_N/6.
1
779
posted 12 years ago by wizonesolutions