Profile
Achievement
 
    
                zachharkey's Recent Snippets
- All /
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 
        
        
            1816 
        
                    posted 15 years ago by zachharkey
            Save as the target of your link.
Change http://assets.harkeydesign.net/css/diagnose.css to your own hosted version if you want guaranteed permanence.
        
        
        
            1 
        
        
            972 
        
                    posted 16 years ago by zachharkey
            Dumps a space separated list of enabled modules to a text file mods_enabled.txt
        
        
        
            1 
        
        
            1632 
        
                    posted 16 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 
        
        
            1322 
        
                    posted 16 years ago by zachharkey
            In case you don't feel like loading 3 pages to edit a single url alias.
        
        
        
            1 
        
        
            1332 
        
                    posted 16 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 
        
        
            1082 
        
                    posted 16 years ago by zachharkey
            Replacement config settings for the Drupal FCKeditor module. Replace contents of .../modules/fckeditor/fckeditor.config.js
        
        
        
            0 
        
        
            1288 
        
                    posted 16 years ago by zachharkey
            
            PHP
        
            Rewrite Drupal's File system paths to remove redundant sites/example.com (alternate settings.php method)  
        
                    Alternate to <a href="http://snipplr.com/view/133530">this method</a>. Have not yet tested.
In settings.php, put this code:
        
        
        
            0 
        
        
            1115 
        
                    posted 16 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 
        
        
            1194 
        
                    posted 16 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 
        
        
            1101 
        
                    posted 16 years ago by zachharkey