Version: 1.1, by sheppardzwc
Developer Last Online: Nov 2019
Category: Forum Home Enhancements -
Version: 3.8.x
Rating:
Released: 12-03-2009
Last Update: 12-03-2009
Installs: 36
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files
No support by the author.
Rotating Quotes Database
Info
An easy to use quote cycling system that displays on your FORUMHOME. Put in a bunch of Windows jokes to beat around Bill Gates or throw a few of those old inspirational up-lifters to help brighten your user's day!
Features
- Completely lightweight, installs in under 5 seconds.
- Insanely customizable, you can add any quote or joke in under a minute!
- Uses MySQL to cycle through quotes, no extra dependencies or CSS to install.
- Options to display just the quote, the author and the quote, or the quote number, author, and the quote.
Installation
1. Download product-rand_quote.zip.
2. Upload admincp/quotes.php and includes/xml/cpnav-rand_quote.xml.
3. Import product-rand_quote.xml.
4. You can configure it by going to AdminCP > vBOptions > Quote Database
5. The management page can be found in the Quote Database dropdown above "Styles & Templates."
6. All done!
If you have customized your FORUMHOME template, look for:
Code:
<!-- main -->
and add right above it: $quote_manual_template
Changelog
v1.0 - Initial Release v1.1
- Bugfix for "T_LNUMBER" or your forumhome page has "an unsupported forum of compression."
I'm using vb 3.8.1 patch lvl 1 , I've done the first 3 steps correcly but I can't find the options inside the admin CP (step 4) and the quotes aren't showing in my home even though I tried adding "$quote_manual_template" above "<!-- main -->" in every template.
I'm not very good with Php so I don't understand why it's not working since I did everything right (uploads via ftp in the right folders and importing the other xml). I can even see "Random Quotes" in the list of pluging in Admin CP.
$quote_list_sql = $db->query_read("SELECT * FROM quote ORDER BY id ASC");
Replace EVERY MATCH with:
Code:
$quote_list_sql = $db->query_read("SELECT * FROM ". TABLE_PREFIX . "quote ORDER BY id ASC");
I think it can be done by changing phrases.
Or you mean different error message for same error?
Thanks for the edit, it worked, I get rid of the error but quotes are not showing (it shows only Q#: "" - )
I am reffering to put quotes above all errors forum gives and not on index page as this is too boring. And the benefit to this is it will put a smile on ppl face when they should be not happy of receiving an error or a warning from forum.
I installed this but for some reason the database drop down menu is not showing up on the left side above styles and templates, do you know why? it is displaying on the forums homes but i cant see how to change the quotes.
I have the same problem. I'm getting around it temporarily with a direct link <www.myforum.com>/quotes.php
I would like for the quotes to show up on every page, not just the index page. Any idea how to make that work?
I love this mod so much! Just one little question... While editing the quotes, I ended up with to blank lines. Since there is no information I can't click to delete or edit and they are showing up in the mod as " " . How can I either remove those lines or edit them so I can enter a quote?