Hey, folks.
I'm using the shoutbox plugin on my forum, and I'm wondering if there is a way to remove the sideways carrots (<>) from the username when displayed in the shoutbox.
For example, my name would be displayed as <jaihare>. I'd like to replace the carrots with a simple colon after the username.
Is there a way to do this?
Thanks!
I would assume, by the way, that this should appear in the Templates under shoutbox_shout:
There is no < or > there that would cause this to appear. It's just using {$username} and somehow the carrots just show up. It must be set somewhere else, but I don't know where.
I'm using the shoutbox plugin on my forum, and I'm wondering if there is a way to remove the sideways carrots (<>) from the username when displayed in the shoutbox.
For example, my name would be displayed as <jaihare>. I'd like to replace the carrots with a simple colon after the username.
Is there a way to do this?
Thanks!
I would assume, by the way, that this should appear in the Templates under shoutbox_shout:
<tr>
<td class="{$bgcolor}" align="left" title="{$shout_hover}">
<span style="font-family: Verdana, Tahoma, Arial, Sans-Serif; font-size: 13px;">{$username} {$shout['message']}{$options}</span>
</td>
</tr>
There is no < or > there that would cause this to appear. It's just using {$username} and somehow the carrots just show up. It must be set somewhere else, but I don't know where.