MyBB Community Forums

Full Version: Myshoutbox code help please.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Okay so I want the shoutbox to have a message to the guests rather than showing the shoutbox messages ect.

Something like a banned member would see on the shoutbox.
I tried so many things such as:

if ($mybb->user['usergroup'] == 0)
 {
  echo '<table border="0" cellspacing="{$theme[\'borderwidth\']}" cellpadding="{$theme[\'tablespace\']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->mysb_shoutbox}</strong></td>
</tr>
<tr>
<td class="trow1">{$lang->mysb_error_ban}</td>
</tr>
</table><br />';
 }

But it's still not working; I'm very noob when it comes to MyBB. I'm still learning slowly though. Please if anyone can help I'd appreciate it. Smile

Bump - anyone? Someone must know... Sad
Just hide it from guests.
No I don't want to do that.. Doesn't look good that way then. Anyone please?
bump.....
...bump.....
yeah i also wanna show notice to guest on shotbox that they should login to use it
i dont wanna hide shoutbox....
i also need help..........
(2012-09-06, 06:24 AM)HiTMan_47 Wrote: [ -> ]yeah i also wanna show notice to guest on shotbox that they should login to use it
i dont wanna hide shoutbox....
i also need help..........

make a new thread Smile
Just keep bumping this one.. eventually someone will notice.
Guys, surly someone must know aye? please... Sad
I'll try to get into it tomorrow. Not sure if it's a simple fix though.
Pages: 1 2