MyBB Community Forums

Full Version: plugin incompatible
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hello friends, today I installed Advanced Quick Reply Form, from here- http://mods.mybb.com/view/advanced-quick-reply-form
but when i try to activate it from ACP, it says "This plugin is incompatible with MyBB 1.6.3".
What should I do????
I badly need Advanced quick reply.plz help me
my site http://www.banglapdf.com
This has been told thousands of times in mybb.com, but people who don't know how to make MyBB 1.4.x plugins compatible with MyBB 1.6.x. posts numerous posts about this.

So in this guide you'll see, how to make 1.4 plugins compatible with 1.6.

Open plugin file and find;
"compatibility" => "14*"

and change it to;
"compatibility" => "16*"

Save the plugin file, and wow you are done! Toungue

That's the way you can make your plugins working with the latest MyBB release Smile
but where is my plugin file dude???
(2011-04-30, 09:10 PM)Aohor Wrote: [ -> ]but where is my plugin file dude???

It's in /inc/plugins/
Follow what the others have said Smile

Be aware that some plugins may not work with MyBB 1.6 Smile
Some function names and database tables have changed since 1.4, so the plugin may or may not work just by changing the compatibility string.
(2011-04-30, 09:14 PM)Aries-Belgium Wrote: [ -> ]
(2011-04-30, 09:10 PM)Aohor Wrote: [ -> ]but where is my plugin file dude???

It's in /inc/plugins/


hey how to edit it???
I found it at my cpanel, but failed to edit it.
can I edit it from Golabl.css??
I search it there,but failed to find it.
No, you can't edit any plugin from global.css
Go to: CPanel > File Manager > Your MyBB Forum Folder > Inc > plugins > and Open that plugin by right clicking and selecting "Edit".

Now do the edits which I wrote above.
You are the man Yaldaram!!!!!
Million Million Thanks buddy, for giving me step by step details....
Thank You very much

plz can You also help me with the below thread???

http://community.mybb.com/thread-93105.html

I couldn't understand where to put the code.
Replied.
Pages: 1 2