MyBB Community Forums

Full Version: MyShoutbox 1.7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know if there is a way to make it so only Administrators can post IMG's in the shoutbox? I don't really know,
i donĀ“t use chats on my site, but you cand add some kind of var on your code, inside img tags, well theres an option i think to use this MyCode, only add conditional

if($mybb->user['usergroup'] == 4){
can use this xD.
}
else{
can't use...
}


well you can see theres if exist a var to enable img code, the add this with an && and have to work.