MyBB Community Forums

Full Version: problem with wibiya bar!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys...

It's me.. again Big Grin I have a "little" problem with the wibiya bar I use on my forums... I add this to the very bottom of my footer:
<br />
<div>
<!-- START WIBIYA HTML -->
<script src="http://cdn.wibiya.com/Toolbars/dir_0746/Toolbar_746133/Loader_746133.js" type="text/javascript"></script><noscript><a href="http://www.wibiya.com/">Web Toolbar by Wibiya</a></noscript> 
</div>

and now i can not select any thread or use the tools of lock/unlock stick/unstick... anyone can help? thank you!
That's probably a problem with wibiya not being compatible with MyBB, you should try their support, really. Or maybe find a plugin that helps do this for you. I'm not familiar with how wibiya works, and I'm not sure if anyone here does, so sorry if there's not much help on it here.
That's basically because its Jquery conflicting with MyBB Prototype javascripts. You need to ad the following code in your wibia jscript file;
jQuery.noConflict();
basicly... I do nt have any java script file from wibiya..... the only thing wibiya gave me was the html jscript code you saw at the 1st post!!
Its because its scripts (Probably Jquery) conflicting with MyBB prototype.

Add
<script type="text/javascript">jQuery.noConflict();</script>
in footer template. If its not go fine then there is something wrong with the wibia bar script.
You mean to add it in my code??

examp:
<br />
<div>
<!-- START WIBIYA HTML -->
<script src="http://cdn.wibiya.com/Toolbars/dir_0746/Toolbar_746133/Loader_746133.js" type="text/javascript"> here--> jQuery.noConflict(); </script><noscript><a href="http://www.wibiya.com/">Web Toolbar by Wibiya</a></noscript>
</div>

Or just like this:
<br />
<div>
<!-- START WIBIYA HTML -->
<script src="http://cdn.wibiya.com/Toolbars/dir_0746/Toolbar_746133/Loader_746133.js" type="text/javascript"></script> here---> <script type="text/javascript">jQuery.noConflict();</script> <noscript><a href="http://www.wibiya.com/">Web Toolbar by Wibiya</a></noscript>
</div>
well i'm also using this and it works with the latest version of mybb and install it on the footer.
have you try to install it again in wibiya menu (edit toolbar)? they will send new script to you.
Well bro.. I'm using the 1.6.2 mybb version and I also try to get the new script. I also tryed the code Yaldaram gave me. It's the same. The lock/stik tools are not working!
Login to wibiya>edit toolbar>troubleshooting
there's an option for Javascript/framework conflict, to solve the conflict on your website.
Check it and save. Hope it works.
still not working for me.. making me nuts

The After page load, conflict and flash option, all checked.. here is my code:
<script src="http://cdn.wibiya.com/Toolbars/dir_0900/Toolbar_900123/Loader_900123.js" type="text/javascript"></script><script type="text/javascript">jQuery.noConflict();</script><noscript><a href="http://www.wibiya.com/">Web Toolbar by Wibiya</a></noscript> 

Remove the wibiya bar and the formatting code shows up.. put it back and its gone..

OK got it.. the after page load needs to be OFF..