The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
QuoteIt! - Quote Database Details »» | |||||||||||||||||||||||||
QuoteIt! version 3.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 or on your portal home page. If you'd like to see a demo, go to forums.monkeycrap.com. Features: 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 - a new random quote can be chosen at a specific interval of time, to reduce server load Quote Database - quotes can be searched, filtered, and sorted by many different criteria - quotes have a "context" field that can be turned on or off to include more information about the quote - quotes can be embedded in posts with bbcode - 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 quote moderation que is like the que for posts, enabling the moderation of several quotes at once - usergroup permissions are used for adding, editing, deleting, rating and viewing quotes - most actions use AJAX to avoid page reloads Don't forget to click install! Currently known problems are listed here. The files needed to edit the included images are attached to this post. This hack is based on QuoteIt! 1.2, originally by magnus. The "submit post" feature was inspired by an addon by CtrlAltDel. Other versions (development will continue for the 3.6 version only): QuoteIt! 3 for vBulletin 3.6.x | QuoteIt! 2.03 for vBulletin 3.0.x Show Your Support
|
Comments |
#232
|
|||
|
|||
Quote:
|
#233
|
||||
|
||||
Quote:
Quote:
HTML Code:
<if condition="$_REQUEST['f']==forum_id_goes_here">$showrandomquote</if> PHP Code:
|
#234
|
||||
|
||||
Is there a way to used a vbphrase to post a random quote? like
[ quote51 ] or [ randomquote ] |
#235
|
||||
|
||||
Do you mean you want to use a bbcode so it shows up in the post? It's not possible yet, but it's an interesting idea.
|
#236
|
||||
|
||||
I love watching great hacks evolve...
|
#237
|
|||
|
|||
Great hack,
I didn't want to have the large quote block at the top of every page and the Vbadvanced module you posted was a complete mess. No offence. It might be the diff between 3.5.2 and 3.5.3 but I started with a fresh 3.5.3 board yesterday and it simple destroyed the pages. Anyway long story short, I disassemble the large block and created a sideblock module. It's not the prettiest thing and the code is messy but it works for me. Using quote_randomquote and if anyone wants to do this here is how I broke it down: PHP Code:
Cheers Jaks |
#238
|
|||
|
|||
Found an error in 3 templates
If you goto any Quoteit page you will see the page title is messed up. PHP Code:
PHP Code:
These 3 templates need to be editted ( same edit in each one in the same place.) quote_delquote quote_addquote quote_listquote Find (right near the very top of each template) PHP Code:
PHP Code:
Great hack I'd click install twice it I could Jaks |
#239
|
|||
|
|||
Quote:
And the Random Quote plugin to global hook where does that go and do I remove it from where it is now or copy it to the new location? Where is it now? |
#240
|
|||
|
|||
That conditional statement goes in the forumdisplay template not to sure about the other.
|
#241
|
||||
|
||||
tarot - I think it is the Forumdisplay template. As for the second step, go to your Plugin Manager, edit the plugin called "Random Quote", change the hook to "global_start" and add that piece of code at the end.
jaks - Parsing bbcode would require you to modify the code, and I can't really help you since I haven't gotten around to learning how to do it myself. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|