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 |
#622
|
||||
|
||||
KevinL - What errors?
expatdirectory - Try experimenting with the module settings when you add it. vBadvanced may have added some new options since the last time it was updated. |
#623
|
|||
|
|||
When I check 'show random quote' I get these errors:
Code:
Warning: Cannot use a scalar value as an array in [path]/includes/functions_quoteit.php on line 31 Warning: Cannot use a scalar value as an array in [path]/includes/functions_quoteit.php on line 32 Warning: Cannot use a scalar value as an array in [path]/includes/functions_quoteit.php on line 33 Warning: Cannot use a scalar value as an array in [path]/includes/functions_quoteit.php on line 34 Warning: Cannot use a scalar value as an array in [path]/includes/functions_quoteit.php on line 35 Warning: Cannot use a scalar value as an array in [path]/includes/functions_quoteit.php on line 36 Warning: Cannot use a scalar value as an array in [path]/includes/functions_quoteit.php on line 37 Thank you EDIT** now I'm also getting this Code:
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3243) in [path]/includes/functions_quoteit.php on line 1198 |
#624
|
||||
|
||||
I would love for this mod to have a feature to auto-create a thread as new quotes are entered. I have managed to create new fields for this mod and could create another for thread title. My site has quotations constantly appearing within the forums for discussion. I end up replicating quotations myself within QuoteIt! and editing their post to include the [quotes] reference. I would think that this feature would not be too complicated, but it is beyond my current ability. I would be satisfied if the forum was fixed as a option variable, but having forum selection within a dropdown list would be even better. The thread content would consist only of [quotes]quotenumber[/quotes]. If you do not have time to dedicate to this, Cap'n Steve, then any suggestions with the approach would be greatly appreciated. I think that tying QuoteIt! to the forums in such a manner would be the ideal feature for promoting additional installations and forum discussion of the quotes themselves.
|
#625
|
|||
|
|||
Quote:
Has anyone ever seen this? |
#626
|
||||
|
||||
KevinL - Try removing this chunk of code from includes/functions_quoteit.php (also, post a list of the other mods you have installed):
PHP Code:
|
#627
|
|||
|
|||
Quote:
Got it up and running. Now I had this on my site since the first version. I did a dump of the old database (before we had to close for a bit) and want to add them back in. Now when I tried to do that I started getting these errors: Code:
Database error in vBulletin 3.7.2: Invalid SQL: SELECT quotes.*, categories.title AS category, users.username FROM quotes AS quotes LEFT JOIN user AS users ON quotes.userid = users.userid LEFT JOIN quotecategories AS categories ON categories.categoryid = quotes.categoryid LIMIT 17, 1; MySQL Error : Unknown column 'quotes.categoryid' in 'on clause' Error Number : 1054 Request Date : Saturday, August 2nd 2008 @ 07:12:28 AM Error Date : Saturday, August 2nd 2008 @ 07:12:28 AM Thanks for your help! |
#628
|
||||
|
||||
You don't have the categoryid column in your quotes table somehow. I'm guessing your database dump dropped the tables and then recreated them. Try re-importing the product (without uninstalling it). After that, you'll have to edit the dump file and remove all the DROP TABLE and CREATE TABLE statements before you can safely import it.
|
#629
|
|||
|
|||
Worked wonders!!
Thank you |
#630
|
|||
|
|||
Mod still working wonders and looks great!
I need something that is probably right under my nose but - here goes: I have a style specifically for cell phones and disable as much as I can.. To date, I have the following: PHP Code:
Thanks in advance!! |
#631
|
||||
|
||||
Do you mean just the random quote? For that, try this (although it needs to execute after QuoteIt!'s "Initialize Global Options/Permissions" plugin):
PHP Code:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|