Tags Plugin |
|
May 9, 2008 |
i have been using amaury balmer’s simple tags plugin to extend wordpress‘ tagging feature since wp 2.3.x and it has been great so far. i recently had a glitch which prevented me from installing the latest releases of simple tags. to be fair, its not the plugin’s fault. the problem stems from hosting server, yahoo — it doesn’t allow a dot (.) in a subdirectory’s name. the plugin has two subdirectories named “2.3″ and “2.5″ and when the ftp program tries to create those subdirectories it receives an error. the result is the plugin doesn’t work because some of the needed files doesn’t get uploaded.
as a workaround, i dove into the code of simple tags and just changed the directory references from “2.3″ or “2.5″ to just “23″ and “25″, respectively. of course, i had to rename the directories as well before uploading the whole simple-tags directory to my wordpress plugins subdirectory.
tag: yahoo hosting



May 9, 2008
Leave a Reply