![]() |
I think there is a modification at vbadvanced page
|
Quote:
|
Quote:
|
HTML Code:
Database error in vBulletin 3.5.1: |
I'm guessing you had QuoteIt! 1.2 but never upgraded to 2.0, right? I never even considered that situation when I released this version. :ermm: The next version should handle the upgrade better, but until then these queries should fix it:
Code:
UPDATE $TPquotes ADD COLUMN (votes SMALLINT(10) UNSIGNED NOT NULL DEFAULT 0, rating MEDIUMINT(10) NOT NULL DEFAULT 0, average FLOAT(3, 2) NOT NULL DEFAULT 0.00, context VARCHAR(250)) Code:
ALTER TABLE $TPquotes ADD INDEX rating Code:
ALTER TABLE $TPquotes ADD INDEX average |
For those interested, I've added instructions for adding quotes to the vBadvanced quick moderation in this post.
|
Why doesn't this hack work in the header?
We added $showrandomquote (as mentioned in this thread) and made the changes to the plugin, but it still doesn't show up :( What would block it from showing up? |
To only allow administrators to add quotes, in quotes.php, find
PHP Code:
PHP Code:
|
Quote:
Yes I replaced $TP with the correct table prefixes..well I don't use prefixes at all anyway >>. none of the queries work at all. |
That's weird, do you remember the error it showed?
|
All times are GMT. The time now is 09:40 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|