Is it possible to open a forum link in a new window? I have a links category in my forum and I don't particularly want the URLs to come up on top of my forum.
Announcement
Collapse
No announcement yet.
Opening URL link in a new window
Collapse
X
-
IE = Y
FF = N (open in new tab)
Admin CP > Styles & Templates > Style Manager > « Expand Templates » > « Forum Home Templates » > forumhome_forumbit_level1_post and forumhome_forumbit_level2_post > [Customize]
# find and add to both template(s) in bold/hilight
Code:<div> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" <if condition="$forum[link] != ''">target="_blank"</if>><strong>$forum[title]</strong></a> <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if> </div>
-
So is it this?
Code:<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" target="_blank"><strong>$forum[title]</strong></a>
Just so that we're both on the same page here, I'm talking about a link as a forum in a category as shown in the attachment.
Comment
-
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment