I made an update to my Super Simple Random Quote Generator. These changes are courtesy of Scott Hampton of www.creed3.net. The random quote generator is available in the Wordpress plugins.
Stumble it!| &bnbsp; |
| ||||
| &bnbsp; | |||||
I made an update to my Super Simple Random Quote Generator. These changes are courtesy of Scott Hampton of www.creed3.net. The random quote generator is available in the Wordpress plugins.
Stumble it!| For conservative news and commentary about current events check out Amorian's sister site HellcatRepublican.com. |

1 user commented in " Random Quote Generator Updated "
Follow-up comment rss or Leave a TrackbackI just tweaked your randomquotes plugin. It wasn’t working for me when the URL is tweaked (by mod_rewrite I think), because the plugin couldn’t find the quotes file.
I changed the line
$file = substr($_SERVER['SCRIPT_FILENAME'],0,strrpos($_SERVER['SCRIPT_FILENAME'], “/”)+1).’wp-content/plugins/randomquotes/quotes.txt’;
to
$file = ABSPATH.’wp-content/plugins/randomquotes/quotes.txt’;
Now it works for me.
Thanks for a useful plugin
Mike Pritchard
Leave A Reply