Delphiprogrammi
12-12-2005, 12:19 PM
hi people,
I'm trying to get this hack to work with vbulletin 3.5.x.The MySQL stuff is pretty easy to understand but i'm facing a problem ...The hacks adds a page with the hack seetings under "vbulletin options" in the admincp.When you doubleclick there it should show you the hack settings but i'm getting a blank page ? i personally think this is because
INSERT INTO vb3_setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile,product) VALUES ('postreports_enabled', 'postreports', '0', '0', 'yesno', '1', '0', '0','vbulletin');
am i allowed to enter "vbulletin" as the product or should i leave that empty ?
hi,
Never mind problem solved some phrases where missing ... so far for the settings part now the report.php modification hmmm
hi people,
i'm having a strange problem.All my phrases are there my templates are there to and still this thing doesn't display anything ??????????
"ALTER TABLE" . TABLE_PREFIX . " vb3_language ADD phrasegroup_postreports MEDIUMTEXT NOT NULL";
in all the other phrasegroups there is text into textarea only how do you get it there ? :confused:
I'm trying to get this hack to work with vbulletin 3.5.x.The MySQL stuff is pretty easy to understand but i'm facing a problem ...The hacks adds a page with the hack seetings under "vbulletin options" in the admincp.When you doubleclick there it should show you the hack settings but i'm getting a blank page ? i personally think this is because
INSERT INTO vb3_setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile,product) VALUES ('postreports_enabled', 'postreports', '0', '0', 'yesno', '1', '0', '0','vbulletin');
am i allowed to enter "vbulletin" as the product or should i leave that empty ?
hi,
Never mind problem solved some phrases where missing ... so far for the settings part now the report.php modification hmmm
hi people,
i'm having a strange problem.All my phrases are there my templates are there to and still this thing doesn't display anything ??????????
"ALTER TABLE" . TABLE_PREFIX . " vb3_language ADD phrasegroup_postreports MEDIUMTEXT NOT NULL";
in all the other phrasegroups there is text into textarea only how do you get it there ? :confused: