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 was planning to use this in a more creative way:
Not to display the quotes in forum home but in all errors the forum gives, in redirect page , or other forum notification to users making boring errors & redirect pages much more interesting hence forum experience more interesting.
Probably a nice expansion of this mode if u can add from admin cp the insertion of quotes in all errors and redirect pages.
In deed, the prefix "vb_" before the "qoute" is missing.
Any idea how to fix this?
Find:
Code:
$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");
Quote:
Originally Posted by imedic
Same error to me too. Hope someone correct it.
I was planning to use this in a more creative way:
Not to display the quotes in forum home but in all errors the forum gives, in redirect page , or other forum notification to users making boring errors & redirect pages much more interesting hence forum experience more interesting.
Probably a nice expansion of this mode if u can add from admin cp the insertion of quotes in all errors and redirect pages.
I think it can be done by changing phrases.
Or you mean different error message for same error?
I was planning to use this in a more creative way:
Not to display the quotes in forum home but in all errors the forum gives, in redirect page , or other forum notification to users making boring errors & redirect pages much more interesting hence forum experience more interesting.
Probably a nice expansion of this mode if u can add from admin cp the insertion of quotes in all errors and redirect pages.
Quote:
Originally Posted by vivamexico55
Is this available for VB 4.06? I can't find any quotes widget =(
Quote:
Originally Posted by mgurain
looking for 4.x version of this useful hack ?
I'll be working on an update to vB4 and a better vB3 version in the future, keep checking around!
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.