MyBB Community Forums

Full Version: problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i got a big problem i got myplaza installed and i got when i go to mange usergroups i cant edit it since when i change it and update it then i check again but the change has been totaly undone i cant slight change it can someone help me i'm not saying this is the fault of myplaza.
I think this actually is a bug with MyPlaza - since I added some dirty methods to get rid of the optional code edits - it required me to copy a lot of code over from MyBB, pretty much replacing the Add/Edit Usergroups page, but I think I missed a part of it.

Edit /inc/plugins/myplaza.php, find:
function myplaza_admin_usergroup_edit()
{
	global $lang, $usergroup, $joinable, $moderate, $plugins;
Replace with:
function myplaza_admin_usergroup_edit()
{
	global $lang, $usergroup, $joinable, $moderate, $plugins, $mybb;

I can't give you an updated copy cause my current version has a fair bit of changes in it.

Thanks for finding it!
thanks its fixed.
thank you zinga !