The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||
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 |
#242
|
||||
|
||||
![]()
So you put the $showrandomquote in the footer template? You'll need to do the modifications to global.php instead of index.php. Add "quote_randomquote" to the list of templates to be cached and then add the main chunk of code after "require_once('./global.php');"
|
#243
|
||||
|
||||
![]()
ok . . . what?
Sorry im new at this could you explain that in depth for me? what does cached mean? Yes i added $showrandomquote in the footer. Will i be able to quotes after that? |
#244
|
|||
|
|||
![]() Quote:
![]() |
#245
|
||||
|
||||
![]()
Sorry, I was trying to do it from memory so I didn't have to go dig up a copy of 3.0. Anyway, here's more detailed instructions:
In global.php, find PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
#246
|
||||
|
||||
![]()
Thanks for the reply.
I can't find PHP Code:
|
#247
|
||||
|
||||
![]()
It should be near the end. If you can't find it, just add that code above the last line, which is this:
PHP Code:
|
#248
|
||||
|
||||
![]()
Ok i've added that code to the bottom.
Quote:
Quote:
|
#249
|
||||
|
||||
![]()
Just ignore the first post I made. Those two edits should be all you need to do.
|
#250
|
||||
|
||||
![]()
ok thank you Cap'm Steve
BTW how would you change the text size? I tried using a div smallfont and it has no effect. |
#251
|
||||
|
||||
![]()
To tweak the font size, before the text you want to change in the template, put this
HTML Code:
<span style="font-size: 12pt;">
HTML Code:
</span>
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|