Questions Regarding MyBB

Jay

Seasoned Veteran
Joined
Aug 28, 2009
Messages
4,483
Reaction score
14
FP$
2,177
Is there a way to perminantly remove the default group (Super Moderators, Moderators, Awaiting Activation) from MyBB?
 
Re: MyBB Groups

There is a way but it's not a very good idea as it will give you problems/errors.
 
Re: MyBB Groups

Alright, thanks.

Also, mind helping me figure out why I get two yellow notification bars when I receive a PM?
 
Re: MyBB Groups

Dy.namik said:
Alright, thanks.

Also, mind helping me figure out why I get two yellow notification bars when I receive a PM?

Two, instead of one?

Mind taking a screenshot? That's more often than not a problem with the theme. Is it doing that on different themes? (Try switching to the default theme, and see if it's doing that) If not, it may be something with the core edits, or (very unlikely) a plugin problem.
 
Alright. Do you have another theme you can change to? And if so, try changing to it and see if it does it on there. Either way, it might be just a template acting funky.

Go to ACP -> Templates & Styles -> and check the following templates

Header -> header
Look for duplicates of "{$pm_notice}". If there is a second one, remove it.

If not, go to
Global -> global_pm_alert
Check for duplicates of ANY part of this code.
Code:
<div class="pm_alert" id="pm_notice">
	<div class="float_right"><a href="private.php?action=dismiss_notice&amp;my_post_key={$mybb->post_code}" title="{$lang->dismis_notice}" onclick="return MyBB.dismissPMNotice()"><img src="{$theme['imgdir']}/dismiss_notice.gif" alt="{$lang->dismis_notice}" title="[x]" /></a></div>
	<div>{$privatemessage_text}</div>
</div><br />

If it's duplicated, remove the duplicate.

If not those too, then it MAY be a core problem you're having. But I would really doubt that.
 
Michael Valentine said:
Header -> header
Look for duplicates of "{$pm_notice}". If there is a second one, remove it.

That was the problem, thank! 😀

Also, will you volunteer and do some simple coding for my upcoming forum? You seem to know what your doing. :yes:
 
Re: MyBB Groups

Dy.namik said:
Is there a way to perminantly remove the default group (Super Moderators, Moderators, Awaiting Activation) from MyBB?
Stephon said:
There is a way but it's not a very good idea as it will give you problems/errors.

You actually can, and not get errors, Well from what i see.

I changed the type in phpmyadmin -> mybb database -> tableprefix_usergroups -> edit a group to type 2 and deleted super moderators and didn't get a error, Made a group like super mods, And everything worked.

Maybe there are errors, Maybe not. But i agree with stephon, It's not a good idea.
 
Re: MyBB Groups

Hitakashi said:
Dy.namik said:
Is there a way to perminantly remove the default group (Super Moderators, Moderators, Awaiting Activation) from MyBB?
Stephon said:
There is a way but it's not a very good idea as it will give you problems/errors.

You actually can, and not get errors, Well from what i see.

I changed the type in phpmyadmin -> mybb database -> tableprefix_usergroups -> edit a group to type 2 and deleted super moderators and didn't get a error, Made a group like super mods, And everything worked.

Maybe there are errors, Maybe not. But i agree with stephon, It's not a good idea.

Well I remember 1 or 2 threads on Mybb's support forum that they deleted the groups via the DB and screwed up their forum so that's why I suggested not too.
 
The only way I know is via the DB and I highly suggest you don't do this but why are you trying to in the first place?
 
Back
Top Bottom