This is not working in 3.5.4 right?
Since i get this error:
Quote:
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', 'nCode Image Resizer: Initialization I', 'cache_templates', 'if($vbulletin->userinfo[\'ncode_imageresizer_mode\'] == \'\') {\r\n $vbulletin->userinfo[\'ncode_imageresizer_mode\'] = $vbulletin->options[\'ncode_imageresizer_defaultmode\'];\r\n}\r\n\r\nif($vbulletin->userinfo[\'ncode_imageresizer_mode\'] != \'none\') {\r\n define(\'NCODE_IMAGERESIZER_INIT\', 1);\r\n $globaltemplates[] = \'ncode_imageresizer_headinclude\';\r\n}', 'ncode_imageresizer');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Wednesday, June 14th 2006 @ 09:39:36 AM
Script : http://forum....com/admincp/plugin.php
Referrer : http://forum....com/admincp/plugin.php?do=productadd
IP Address : ..
Username : roy
Classname : vb_database
|
Been looking for a hack like this, allways loved it at xbw ;-) Would appreciate it when you post a version for 3.5.4 !