Use the URL options for a forum...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fibe
    New Member
    • Dec 2002
    • 27

    Use the URL options for a forum...

    I made a forum that i want to link to a certain website.

    However it opens in same window as forum, how can i make it open in a new explorer window ?
    (complete newbie)

    Thanks !
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    #2
    You can achieve this with a template modification where you control this event with a conditional.

    First you open the forumhome_forumbit_level2_post template and find this code:

    <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">

    then you apply this conditional to it
    <if condition="$forum[statusicon] == 'link'">target="_blank"</if>

    so we get

    <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" <if condition="$forum[statusicon] == 'link'">target="_blank"</if>>

    I hope this is what you were looking for

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...