Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
CSS:
<pre><code>div.pagination {
padding: 3px;
margin: 3px;
}
div.pagination a {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #AAAADD;
text-decoration: none; /* no underline */
color: #000099;
}
div.pagination a:...
1
640
posted 13 years ago by Alexxandar
Prints an array (recursive) as PHP code (can be pasted into a php file and it will work).
Note: This function can process arrays with integers/strings/sub-arrays. It is impossible to process resources (they have a state), and while it is possible...
1
875
posted 13 years ago by BrunoDeBarros
This was a fix for the form that allowed me to automatically replace the text when I focused on area.
Find the file text.php inside modules. Replace line 89 with this code.
0
911
posted 13 years ago by gera3d
Automatically add a class to the body tag on each page. Remember to add <?php> to your body tag in the page.tpl.php file. You can also override or insert PHPTemplate variables into the templates with this function.
1
728
posted 13 years ago by focal55
When adding a link to a form say for instance a login form you can use drupal_get_destination() to return the user to the page they were on when they finish loging in. This show you how to do this programatically in a link l(); function.
0
785
posted 13 years ago by Onfire60
If post thumbnail doesn't exist, then get the first uploaded image. Change sizes as needed.
0
1095
posted 13 years ago by vagrantradio
Using shortcode to retrieve the author page url (ex. abc.com/?author=123), using the WP Shortcode API as reference.
1
651
posted 13 years ago by sdxxx
With this customizable code you can add google weather showing current temps, conditions, and forecast for any location to your website. User prompts are included to allow the user to change the default location easily then hit the "go" button. Auto...
0
659
posted 13 years ago by stevethomas2011
How to display your page or categories list within a definition list instead of the default unordered list. The first block is about pages and the second one is about categories.
0
518
posted 13 years ago by brunohstein