zachharkey


Member since 02/15/2008

Name: Zach Harkey

Location: Atlanta

Website: http://harkeydesign.com

45 snippets

2829 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

zachharkey's Recent Snippets



1 2 Next »
Increases the memory limit of php and html files.
4 1052 posted 15 years ago by zachharkey
Nice tip for doing global search/replace on database, taken from the excellent warner brothers records writeup.
0 510 posted 15 years ago by zachharkey
Thanks to [James]( http://www.girsbrain.org/blog ) for this code.
0 545 posted 15 years ago by zachharkey
This is a replacement for the default PHP settings in Drupal's .htaccess file. Increasing the memory_limit, max_post_size etc. prevents a lot of errors, especially when using image modules.
0 636 posted 15 years ago by zachharkey
Use this when you want to serve a domain from the document root of another domain on the same box. Along with this config, you will want to replace the httpdocs directory with a symlink to the other domains doc root. (Don't forget to change ownership...
1 563 posted 15 years ago by zachharkey
Create theme override file: `upload_attachments.tpl.php` in your theme directory. [CSS styles](http://snipplr.com/view/11848)
2 680 posted 15 years ago by zachharkey
The following styles are designed to work with the markup from a custom theme override template called [upload_attachments.tpl.php](http://snipplr.com/view/11851)
1 699 posted 15 years ago by zachharkey
2 480 posted 15 years ago by zachharkey
Few different ways to output primary links in your page.tpl.php template.
3 956 posted 15 years ago by zachharkey
Say you wanted the following 4 tabs: bodoni, helvetica, frutiger, univers, each outputting a separate block view of 3 teasers each. This is what your markup would look like:
1 494 posted 16 years ago by zachharkey
The following block should live in your theme's page.tpl.php
2 530 posted 16 years ago by zachharkey
1 2 Next »