MyBB Community Forums

Full Version: Huge Question for Plugins in 1.8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Will the following plugins be supported?
MyFacebook Connect
MyTwitter Connect
MyGoogle+ Connect
MyAlerts
MentionMe
TemplateConditional

I'm kind of nervous that the plugins may not be supported even if you change the 1.6 to 1.8 since the major core edits, which may have made 1.6 plugins unavailable.
MyAlerts will be once I get a chance to test and update it. It doesn't do any core edits so the only thing that may be broken is the JS.
That's good to know Euan! Keep me updated? Big Grin
MyBB Stuff is always the place to watch for plugin updates Smile
(2014-07-10, 09:54 PM)Euan T Wrote: [ -> ]MyAlerts will be once I get a chance to test and update it. It doesn't do any core edits so the only thing that may be broken is the JS.

i tested now here...

for me...

in myalerts.js

find

jQuery.noConflict();

jQuery(document).ready(function($)

replace

$(document).ready(function()

and return to work...

but... theme of mybb 1.8 has same "issue" of apart theme of 1.6

[Image: D7NEEEW.png]
Yes that's because stylesheets wont upgrade automatically and function do nothing you have to use save changes and stilesheets appear i work many time before on firts 1.7 release, all changes are with no conflict on jQuery scripts because now this library was taken by default and you have to remove call for jQuery too for make a better customization Big Grin.

I try to find how to save changes on styles but i have to ask this on a new thread Big Grin.

Many plugins works but when MyBB 1.8 are ready many users have to up to date all plugins, i have to work on that too, but right now only i have this kind of truble Big Grin, many plugins works, some others have to make some changes on all code and some others only in some parts but i think we have to change as plugin creators all our plugins when time comes.