MyBB Community Forums

Full Version: Plugins MySupport For Mybb 1.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is There That Have Plugins MySupport (http://mods.mybb.com/view/mysupport) For Mybb 1.4
If You Got Please tell me Because I really Need This Plugins For My Forum Sad
Open ./inc/plugins/mysupport.php and find;
		'compatibility' => '16*',

Change this into the following;
		'compatibility' => '14*',

It should work.
(2010-12-21, 08:25 AM)Yaldaram Wrote: [ -> ]Open ./inc/plugins/mysupport.php and find;
		'compatibility' => '16*',

Change this into the following;
		'compatibility' => '14*',

It should work.

Ok Thanks Big Grin
Thanks.
(2010-12-21, 09:00 AM)Yaldaram Wrote: [ -> ]Thanks.
Not Work, please help me about this Sad
Fatal error: Call to undefined method DB_MySQL::add_column() in /home/*****/public_html/inc/plugins/mysupport.php on line 458
What type of database you are using for your forum, satya ?
(2010-12-21, 09:06 AM)Yaldaram Wrote: [ -> ]What type of database you are using for your forum, satya ?

mySql ?
You can't just downgrade it like that, it uses things that are only available in 1.6.

I'm not going to make a version for 1.4, you should upgrade to 1.6. 1.4 will stopped being supported eventually, you'll have to upgrade at some point.