The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need to UNQUERY THIS
Can someone tell me how to remove this from my database?
// Add v3 Article settings if ($_REQUEST['caction'] == 2) { $DB_site->query("INSERT INTO " . TABLE_PREFIX . "settinggroup (grouptitle, displayorder, volatile) VALUES ('v3_articles', '2000', '0')"); $DB_site->query("INSERT INTO " . TABLE_PREFIX . "phrase (phraseid, languageid, varname, text, phrasetypeid) VALUES (NULL, '0', 'settinggroup_v3_articles', 'v3 Articles', '5000')"); |
#2
|
||||
|
||||
Quote:
Running something like: PHP Code:
PHP Code:
Also, since it looks like you are messing with the phrases, you will need to rebuild them by editing a phrase and then saving it. On a side note - I dont see why its so important to remove these, its not like they are really taking up any space. |
#3
|
|||
|
|||
Thanks you! It work perfectly. I only had to run the first query since i deleted the phrase from the admincp. I didnt have any table prefixes.
That was the last of V3Articles. I wanted to completely remove it. It was showing up in my adminCP, then i deleted the phrase, and had an empty clickable space in my vb settings option list. Thanks Again, Tommy |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|