Redirect Hit Counter Plugin(MyBB)

this Plugin is working for 1.6.x ? if yes then this is update Plugin, if this is not working on 1.6.x , then just a lilbit trick that you can use this for 1.6.x, Trick will be send here,if you are intrested,Thanks,
 
Not a big thing. Open inc/plugins/redirecthits.php file in any text editor.

Find
"compatibility" => "14*"

Replace 4 with 6 so that it look like,
"compatibility" => "16*"

That's it. Your plugin will work. I have made that change and rezipped the package, which you can download in this attachment.
 

Attachments

StevenF50 said:
Didn't know it was that easy.

Almost 80 percent of MyBB plugins can be made compatible by that way. Especially the simpler ones.
 
Back
Top Bottom