The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
QuoteIt! 2.0 - Quote Management System Details »» | |||||||||||||||||||||||||||
QuoteIt! 2.0 - Quote Management System
Developer Last Online: May 2010
QuoteIt! version 2.0 QuoteIt! allows you to have a database of quotes integrated with your forum. Users submit quotes that can then be voted on by the other users, using your choice of two rating systems. The average installation will show a random quote on the forum home page, but you can include it on any vBulletin page. This was developed on vBulletin 3.0.7, but should work on 3.0.0 and above. You can see a demo on forums.monkeycrap.com. Instructions for adding a random quote to vBadvanced and vBindex are in this post. Features (features new to 2.0 are in yellow) Random Quote - a random quote can be shown on any vBulletin powered page - the administrator can set a default rating threshold that quotes must meet before showing up as the random quote - the quote shown is much more random than in previous versions Quote Database - quotes can only be edited or deleted by an administrator - quotes can be viewed individually or listed on several pages - quotes can be sorted by total score, average score, author, submitter, or date added - quotes now have a "context" field that can be turned on or off to include more information about the quote - each post and private message now has a "Submit to Quotes" link that allows users to quote things said on your forum more easily Quote Ratings System - quotes can be rated either plus/minus or on a scale from 1 to 5 - quotes below a certain total score or average score can be filtered out Quote Management - quotes can either be automatically approved or moderated - the administrator can now edit quotes - the quote moderation que is now more like the que for posts, enabling the moderation of several quotes at once Don't forget to click This hack is based on QuoteIt! 1.2, originally by magnus. The "submit post" feature was inspired by an addon by CtrlAltDel. The location code is based on a post by Acido. You may release translations of this hack as long as the original credits are included. Otherwise, you not redistribute this hack without permission from me. Show Your Support
|
Comments |
#152
|
||||
|
||||
Quote:
|
#153
|
|||
|
|||
Quote:
|
#154
|
||||
|
||||
In quotes.php, find:
PHP Code:
PHP Code:
HTML Code:
(<a href="$vboptions[bburl]/quotes.php?do=addquote">$vbphrase[add_a_quote]</a> <if condition="$bbuserinfo[\'permissions\'][\'adminpermissions\']"> | <a href="$vboptions[bburl]/quotes.php?do=delquote"eid=$randomquote[quoteid]">$vbphrase[delete_this_quote]</a> | <a href="$vboptions[bburl]/quotes.php?do=editquote"eid=$randomquote[quoteid]">$vbphrase[edit_this_quote]</a> </if> | <a href="$vboptions[bburl]/quotes.php?do=list">$vbphrase[view_all_quotes]</a>) HTML Code:
<if condition="$bbuserinfo[\'permissions\'][\'adminpermissions\']"> (<a href="$vboptions[bburl]/quotes.php?do=addquote">$vbphrase[add_a_quote]</a> | <a href="$vboptions[bburl]/quotes.php?do=delquote"eid=$randomquote[quoteid]">$vbphrase[delete_this_quote]</a> | <a href="$vboptions[bburl]/quotes.php?do=editquote"eid=$randomquote[quoteid]">$vbphrase[edit_this_quote]</a> | <a href="$vboptions[bburl]/quotes.php?do=list">$vbphrase[view_all_quotes]</a>) </if> |
#155
|
||||
|
||||
One of my forum members just pointed out that the sort by rating and average rating options on the view all quotes page are still showing up, despite our having ratings disabled. So here's a little fix for that.
Find in quotes.php: PHP Code:
PHP Code:
|
#156
|
||||
|
||||
Man, the templates have caused me all sorts of trouble. :dead: Thanks for pointing that out, I'll add it in.
|
#157
|
|||
|
|||
There wouldn't by any chance be update instructions from Version 1.2 to 2.0 would there? :ermm:
|
#158
|
|||
|
|||
Okay, did a clean install, so far.
Looks fine except that on quotes.php, the footer template opens in the top of the page and closes at the end. I'm sure I did something wrong, but I can't figure it out. And I have a vote button on the show all page, even though rating is off. |
#159
|
|||
|
|||
Quote:
|
#160
|
||||
|
||||
I think I've fixed the button problem. I'll test it and upload the new file tomorrow. I still don't have a clue why your footer template is wandering up to the top, though. :ermm:
|
#161
|
|||
|
|||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|