The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
QuoteIt! - Quote Database Details »» | |||||||||||||||||||||||||
QuoteIt! version 3.1
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. Older versions (no longer in development): QuoteIt! 3 for vBulletin 3.5.x | QuoteIt! 2.03 for vBulletin 3.0.x Show Your Support
|
Comments |
#462
|
||||
|
||||
Thanks for solving that for me, I'll have to add that to the instructions.
|
#463
|
|||
|
|||
where can i change the size of the system on my forumhome?
|
#464
|
||||
|
||||
The quote_randomquote template is what gets displayed.
|
#465
|
|||
|
|||
Has anyone edited this so it doesnt take up so much height space on the forum? Maybe getting rid of the quotation graphics, etc.
|
#466
|
||||
|
||||
Quote:
I have. I made it so it shows strictly only the quote and quote's author (not the author submitted the quote that is). listbit template Code:
<tr><td class="quoterow {$quoteclass}" align="center" id="quote{$quote['quoteid']}-{$globalcounter}"> <br /> {$quote['quote']} <br /><br /> <div class="authorcontainer"> <if condition="!empty($quote['author'])"> <div class="author" id="author{$quote['quoteid']}-{$globalcounter}">- {$quote['author']}</div> </if> <if condition="$quoteitoptions['enablecontext'] AND !empty($quote['context'])"> <span class="context" id="context{$quote['quoteid']}-{$globalcounter}">({$quote['context']})</span> </if> </div> <br /> </td></tr> |
#467
|
||||
|
||||
When i enable random quotes option, the following error shows up:
Quote:
|
#468
|
||||
|
||||
What have you changed recently? Is it a new version of vBadvanced?
|
#469
|
||||
|
||||
Quote:
Ok, calling all coders, geniuses, programmers - anyone that can figure out how to fix this problem. I'll pay $25 via paypal |
#470
|
||||
|
||||
I've made a lot of changes lately (including upgrading to php and mysql 5.x) so I'm not sure what might've caused this weirdness, but now when I do a search in the quotes and there are no results, it redirects to my vps WHM page instead of anywhere on the forum. Any ideas?
|
#471
|
||||
|
||||
Where is your forum? I have to see this.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|