MyBB Community Forums

Full Version: PJIRC Chat in a nwe window
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi to all.
is me again with a new request
is it possible to open this plugin "PJIRC Chat" in a nwe window, from the index forum?
thanks
Just add target="_blank" to the link in the template header. Search for:
<a href="$settings[bburl]/chat.php">
Replace with:
<a href="$settings[bburl]/chat.php" target="_blank">
Michael83 Wrote:Just add target="_blank" to the link in the template header. Search for:
<a href="$settings[bburl]/chat.php">
Replace with:
<a href="$settings[bburl]/chat.php" target="_blank">

thanks its works fine