MyBB Community Forums

Full Version: Small MyPlaza Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I got MyPlaza installed and set up two categories and a couple items then went to plaza.php on my forum. I clicked on the item and it didn't show the details on the right side.

Anyone know how to fix this?


Thanks in advance!Smile
Do you know if this is a Javascript error or not?
What browser are you using?
I have no idea about that sorry.
I'm using FireFox.
Hmm odd. Could you try this? Install the Firebug add-on for Firefox. After restarting your Firefox, try accessing plaza.php and click on one of the item links. Look at the status bar and see if Firebug displays any Javascript errors.

Thanks.
There was an error. This was the error.

MyPlazaPopupMenu is not defined
 new MyPlazaPopupMenu("inline_bank");

And every time you click on an item this error comes up.

fadeOutElement is not defined
 fadeOutElement('itemdisplay', 1, 0.3, 0.1, function(){
Can you double check that /jscripts/myplaza_global.js is uploaded correctly?
I uploaded both the javascripts again. It still doesn't work after doing that.

Thanks for all the help too.
Okay, double-check your headerinclude template - a reference to the script file should be there, something like:
<script language="javascript" src="{$mybb->settings['bburl']}/jscripts/myplaza_general.js"></script>
If it's not there, just add it.
Thanks! I tried that and it worked!

Thank you soooo much for the help!