Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Insert into your phptemplate theme's template.php file to override the original View theme code.
0
893
posted 16 years ago by shrop
This will print every number from 0000-9999. Each number is comma separated.
The goal was not pretty / readable code, but to get all code on a single line.
0
598
posted 16 years ago by tgpo
The following code lets us designate "menu links" that will not actually link anywhere.
0
756
posted 16 years ago by aleprieto
If you want to use a specific node.tpl.php for a node, paste or merge this code into your template.php
1
810
posted 16 years ago by aleprieto
write this in your .htaccess
links are going to look like this
yourpage.de/yourVariableValue1/yourVariableValue2/
[NC] will remove the case sensitivity of your static words like "admin"
its going to work, even if you type
yourpage.de/a...
2
882
posted 16 years ago by antpaw
Makes Drupal Advanced Search form non collapsible and expanded by default.
0
691
posted 16 years ago by aleprieto
This is a simple function that will take a folder path and remove all of its contents including files and directories.
0
901
posted 16 years ago by aristoworks
Here is a simpler list format without the Term name, sorted by date, filtered for published and images, and is rendered correctly by the theme.
1
825
posted 16 years ago by aleprieto
Use the code below to build a custom block that shows the related nodes to the current node by taxonomy term. For example: If the current node in display has a taxonomy term "fish", a bunch of links that link to nodes that have the "fish" term is to...
1
861
posted 16 years ago by aleprieto
This is a simple little block that displays a list of terms in a vocabulary as a list of links to /taxonomy/term/tid pages. Items are listed in the order set for the vocabulary. You could probably use the php sort() function to change that if desired...
0
1321
posted 16 years ago by aleprieto