Hey Guys,
I been trying to convert this hack
https://vborg.vbsupport.ru/showthrea...uire+post+icon
from 3.6.x to my 3.5.4 board but I can't seem to succeed. When importing the XML I get a database error like this:
Code:
Database error in vBulletin 3.5.4:
Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'Require Post Icon', 'newthread_post_start', 'if($vbulletin->options[\'requireicon_enable\'] == 1) {\r\nif($_POST[\'iconid\'] == 0){\r\n\r\n eval(standard_error(fetch_error(\'error_noposticon\')));\r\n\r\n\r\n }\r\n}', 'requireicon');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Saturday, January 6th 2007 @ 02:20:23 PM
Script : x
Referrer : x
IP Address : x
Username : Narcootic
Classname : vB_Database
When I try to add the code manually from the XML to my vbulletin it works only half. What happens is I get an error saying that my thread prefix has not been selected for some reason while it has been.
Any chance someone can help me out on this? It seems really easy but I can't seem to get my head around it.
Any suggestions appreciated.
Thank you.
Narc