zachharkey


Member since 02/15/2008

Name: Zach Harkey

Location: Atlanta

Website: http://harkeydesign.com

35 snippets

2847 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

zachharkey's Recent SnippetsTagged drupal



« Prev 1 2
While these examples convert Markdown fields to HTML for use in CKEditor, the same method can be used to render the filters of any input_format.
0 911 posted 13 years ago by zachharkey
Dumps a space separated list of enabled modules to a text file mods_enabled.txt
1 790 posted 14 years ago by zachharkey
Administering more than one node at a time through the Drupal admin interface is like drinking a milkshake through a buckytube. [How to use phpmyadmin and sql to perform mass operations on nodes](http://drupal.org/node/134535)
1 684 posted 14 years ago by zachharkey
In case you don't feel like loading 3 pages to edit a single url alias.
1 656 posted 14 years ago by zachharkey
Replace and append the following settings in modules/fckeditor/fckeditor.config.js. Has to be re applied after each update.
0 572 posted 14 years ago by zachharkey
Place the following function in your theme's template.php
5 750 posted 14 years ago by zachharkey
Replacement config settings for the Drupal FCKeditor module. Replace contents of .../modules/fckeditor/fckeditor.config.js
0 680 posted 14 years ago by zachharkey
Alternate to <a href="http://snipplr.com/view/133530">this method</a>. Have not yet tested. In settings.php, put this code:
0 562 posted 15 years ago by zachharkey
My [original post](http://drupal.org/node/84895) languished for years before someone pointed out a possible solution [here](http://drupal.org/node/53705). The following user-submitted code may be useful in redirecting URLs for the /files directory...
0 636 posted 15 years ago by zachharkey
We wanted to change all /films/example style paths to /film/example (basically remove the 's'). Here was the query that worked:
1 498 posted 15 years ago by zachharkey
Increases the memory limit of php and html files.
4 1060 posted 15 years ago by zachharkey
Nice tip for doing global search/replace on database, taken from the excellent warner brothers records writeup.
0 513 posted 15 years ago by zachharkey
Thanks to [James]( http://www.girsbrain.org/blog ) for this code.
0 550 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 638 posted 15 years ago by zachharkey
1 498 posted 15 years ago by zachharkey
0 435 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 685 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 704 posted 15 years ago by zachharkey
« Prev 1 2