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 |
#582
|
|||
|
|||
As well you should be. Actually, anything I place between the open and close randomquote - even just a space -allows it to function. So I'm good here...
Quote:
Quote:
Here's an off the wall issue that might be related. Viewing source from an interior page that works shows this: <script type="text/javascript"> and it may be a co-incidence but the bad page (from CMPS) shows this view source: <script type=\"text/javascript\"> Escaped quotes mean anything to you? UPDATE: Commented out line 809 in functions_quoteit.php and it's officially working on my front page in vBavanced. $tempinclude = str_replace('"', '\"', $tempinclude); I'll shut up for a little while! |
#583
|
||||
|
||||
Well, that information is a little disturbing, but will probably be very helpful when I get around to writing the next version. I don't know what was changed in the bbcode or in vBadvanced, but thanks for giving me some clues.
|
#584
|
|||
|
|||
Is there any *easy* way to make it smaller, height-wise?
|
#585
|
||||
|
||||
I don't know what you consider easy, but you can edit the padding in clientscript/vbulletin_css/quoteit_main.css or remove the information you don't need displayed in the quote_listbit template.
|
#586
|
||||
|
||||
Can you tell us what files/templates have changed in this most recent release? I have made a number of custom modifications and I would rather integrate new revisions as opposed to trying to replicate all my past work again. This would be a great help!
|
#587
|
|||
|
|||
Quote:
Dr. Bantham.. Apologies for the interruption however, your site has got o be one of the best examples of vBulletin going. Seriously. Intriguing to the point of engaging - it's an extraordinary showpiece that I've recommended to others... (Please continue) |
#588
|
||||
|
||||
Quote:
|
#590
|
|||
|
|||
I love the mod and everything seems to be working great so far. I have one question though and I apologize if this has been asked earlier. Is there a way we can take out the two quote gifs that default around the quote in the random quote box. They never seem to line up right and I would rather just eliminate them if I could.
Thank you much! |
#591
|
||||
|
||||
Just remove these sections from the quote_listbit template:
HTML Code:
<img src="{$stylevar['imgdir_misc']}/quotation-open.png" alt="“" width="60px" height="51px" class="quoteimage openquote" /> <span width="60px" height="51px" class="openquote ieimage"> </span> HTML Code:
<span width="60px" height="51px" class="closequote ieimage"> </span> <if condition="!$sidebar"> <img src="{$stylevar['imgdir_misc']}/quotation-close.png" alt="”" width="60px" height="51px" class="quoteimage closequote" /> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|