MyBB Community Forums

Full Version: Forum Redirect = New Tab
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I honestly cannot find one single option in the ACP to set a forums redirect URL to open in a new tab, right now it opens in the same tab and ends up leaving my own site.

Any idea on how to fix this and have redirected forum urls open in a new tab?
This is how it is maybe easiest way to do that without template editing or something...

Leave forum Link same, so it will be redirection forum. But in title of that forum write this for example:

<a href="REDIRECTURL" target="_blank">FORUMNAME</a>

example:

<a href="http://mybb.com" target="_blank">MyBB</a>

that should work.
(2017-11-29, 11:58 PM)Ikerepc Wrote: [ -> ]This is how it is maybe easiest way to do that without template editing or something...

Leave forum Link same, so it will be redirection forum. But in title of that forum write this for example:

<a href="REDIRECTURL" target="_blank">FORUMNAME</a>

example:

<a href="http://mybb.com" target="_blank">MyBB</a>

that should work.


I cannot believe I did not think of something as simple as that. Thank you for the help! Smile
hahha, no problem Smile