The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Query removal
I need to remove a few queries in the database. The reason - two hacks conflicting. I had the vB quiz hack installed, but removed it. So I thought. I didn't remove the queries.
Now, I want to install the "Post Prefix" hack. Unfortunately, there's a conflict with duplicate id's. Now, I don't know if I can simply change the id number in the post prefix hack and make that work, or if the quiz queries need to be removed. I believe there's three of them. If you have suggestions, I'd love to hear! |
#2
|
|||
|
|||
Rose can you show me the queries you ran for the vbQuiz hack... and then i'll just show you how to remove them :P regards..
g-force2k2 |
#3
|
||||
|
||||
Hrm...Well, I ran the install script that did it all automatically. I'll attach the file (this file is written by TWTCommish and is all his. I own nothing).
|
#4
|
||||
|
||||
Ah yes...Personally, I would not alter the Quiz Table...
Instead change the setting ids of the "Post Prefix" hack...Strange...The Post Prefix Hack I used had no complications, and I have the Quiz & Post Prefixes installed Satan |
#5
|
||||
|
||||
Hrm. I don't need the quiz hack....
And yeah, I don't know where the conflicts came from. But three of the queries came back with duplicate errors. And in the admin cp, under the "post prefix" section in "vbulletin options" - it has the right header "Post Prefix" but all the options are the quiz options. |
#6
|
||||
|
||||
Hmm...
Weird... Would you mind posting up the Queries you used? Satan |
#7
|
|||
|
|||
PHP Code:
g-force2k2 |
#8
|
||||
|
||||
Quote:
:s HellSatan - pay attention! I posted the file that has the queries above. *hehe* |
#9
|
||||
|
||||
Try:
[sql]DELETE FROM settinggroup WHERE displayorder=99; DELETE FROM setting WHERE settinggroupid=99; DROP TABLE quiz_answers; DROP TABLE quiz_categories; DROP TABLE quiz_questions; DROP TABLE quiz_results; DROP TABLE quiz_temp;[/sql] Making sure you run each one individually |
#10
|
|||
|
|||
whoops i meant DROP not DELETE but thanks as always for NTLDR for being there when i needed it regards...
g-force2k2 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|