Welcome To Snipplr
Everyone's Recent Snippets Tagged drupal
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
themes the primary links adding spans (useful for sliding doors technique) and nice ID's based on the link title rather than the standard ugly menu-851 classes etc.
1
936
posted 14 years ago by ReeceMarsland
Wizzlern, a Dutch Drupal trainer, has a Dutch article online on how to remove the "search this site" label in the Drupal search-block.
2
925
posted 14 years ago by berkes
Use the l() in Drupal with an array('html' => TRUE) to get a linked image
0
636
posted 14 years ago by karmacode
Use the l() in Drupal with an array('html' => TRUE) to get a linked image
0
654
posted 14 years ago by karmacode
http://pcextreme.nl is one of the Best hosters for Drupal in Netherlands.
But they require one change to the .htaccess in order to run.
0
658
posted 14 years ago by berkes
What it does: clears & submits exposed filters form via AJAX (if enabled, otherwise normal page refresh).
This is for Views 2.x. It works with the 'remember me' option.
You need to create a custom module. E.g. custom/custom.module and custom/cu...
1
1451
posted 14 years ago by morningtime
I had several vocabularies but wanted to merge them into one.
A simple query does this for you.
The vocabulary_id where I wanted to merge all the tags into is 3
The vocabulary_id where the tags are to be merged from is 7, 8 and 12
2
789
posted 14 years ago by berkes
this specifically checks the view name and then checks the arg length altering the page title if its a match
1
701
posted 14 years ago by ReeceMarsland
used to find content that uses the PHP input filter....useful for upgrading core!
0
853
posted 14 years ago by ReeceMarsland