MyBB Community Forums

Full Version: Twitter widget on user profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Does anyone have an update on this?

I am getting this:

This plugin is incompatible with MyBB 1606

I am not good at coding, if anyone has gotten this to
work, then I would appreciate a zip upload or
send me a zip link via PM.

Thanks much,


(2012-02-06, 08:14 AM)ahsan Wrote: [ -> ]That is really helpful most of the requirements are covered by this plugin, now I have to show user twitter widget in place of showing twitter link on user profile.

(2012-02-06, 08:02 AM)ranjani Wrote: [ -> ]see profile twitter plugin

^ see Updating your Plugins to 1.6.x ; I'd suggest to use notepad++ to edit php files ..

if the plugin does not work after changing the compatibility line then use Script to Update Plugins for 1.6.5
Ok, works fine.

Thanks

(2012-03-02, 04:47 PM)ranjani Wrote: [ -> ]^ see Updating your Plugins to 1.6.x ; I'd suggest to use notepad++ to edit php files ..

if the plugin does not work after changing the compatibility line then use Script to Update Plugins for 1.6.5

After downloading the plugin:

1. Open ../inc/plugins/profiletwitter.php file in your IDE.
2. Find "compatibility" => "14*" (it is on line# 27) and replace it with "compatibility" => "*"
3. Now activate your plugin.

This will solve your problem.
Pages: 1 2