![]() |
This works ok on 3.6.2 :) thanks
|
Hmmm I am getting this error on two different db's.
Database error in vBulletin 3.6.2: Invalid SQL: INSERT INTO `*******_testphrase` (`languageid`, `varname`, `text`, `phrasetypeid`, `product`) VALUES (0, 'forummod_add_new_moderator', 'Add New Moderator', 1, 'vbulletin');; MySQL Error : Unknown column 'phrasetypeid' in 'field list' Error Number : 1054 Any ideas? Thanks Tmod |
I uploaded the files and installed the phrases using the phrase manager and it works fine on vBulletin 3.6.2.
The forummod_install.php needs to be updated. Tmod |
What phrases, and where would they go?
|
Change the phrase insert statements in forummod_install.php to look like this, if you are on vB 3.6.7pl1:
Code:
$db->query_write("INSERT INTO `" . TABLE_PREFIX . "phrase` (`languageid`, `varname`, `fieldname`, `text`, `product`, `dateline`) VALUES (0, 'forummod_add_new_moderator', 'global', 'Add New Moderator', 'vbulletin', unix_timestamp(now()) );"); |
Just installed, with additional info from Cars2007.
After entering mod name and choosing all "Category or parent-less forum", submitted request and response was moderator was added. But it did not, I wonder if something changed in version 3.6.8 I had to add the mod on each Category manually. |
someone can please make it functional with 3.6.8 pl 2?
thanks |
I'm also interested in this indispensable hack for 3.6.8
|
Quote:
|
need this for 3.7.2! PLLLEEAAASSEE! :p
|
All times are GMT. The time now is 01:47 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:
|