So we all thought BBCodes were disabled in the shoutbox. Seems like this one was left out:
CODE
[topic=25005]RAWRZ^_^;;![/topic]
http://www.staredit.net/index.php?act=Shoutbox&shout=157346It's a pretty good idea to keep [topic] enabled in the shoutbox, that way we don't have to copy/paste the link on our browser, but the problem is that it loads the page inside of the shoutbox.
I believe that the shoutbox is a PHP file by itself and the index loads that PHP file via an HTML frame and since the link of that BBcode is most probably <a href="http://www.link.com/"> it will load in the same frame. Just make it so that the BBcode is <a href="http://www.link.com/" target="_blank">
Meh, I should really continue learning PHP to fix these things.