Jump to content

Wiki Link -> New Tab / Window?


Z3R0

Recommended Posts


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  615
  • Reputation:   201
  • Joined:  11/09/11
  • Last Seen:  

Is there anyway to make the wiki link on the forums open in _blank or _new?

Don't like it replacing the forums... (I know, I can right click -> new tab...) would just like this to be the default rather than the exception.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  615
  • Reputation:   201
  • Joined:  11/09/11
  • Last Seen:  

lol nice

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  615
  • Reputation:   201
  • Joined:  11/09/11
  • Last Seen:  

what file is it ?

<li id='nav_discussion' class='left active'><a href='http://eathena.sourceforge.net/board/'>Forums</a></li>
<li id='nav_members' class='left '><a href='http://eathena.sourceforge.net/board/members/'>Members</a></li>

this is the html line for it... via View Source :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  615
  • Reputation:   201
  • Joined:  11/09/11
  • Last Seen:  

look again

 href='{parse url="{$data['app_link']}" seotitle="false" base="public" target="_blank"}' 

href='{parse url="{$data close} stuff related to HREF } target="_blank"

try

<li id='nav_app_{$data['app_dir']}' class="left {parse variable="appActive"}"><a href='{parse url="{$data['app_link']}" seotitle="false" base="public"}' target="_blank" title='{parse expression="sprintf( $this->lang->words['go_to_prefix'], IPSLib::getAppTitle($data['app_dir']) )"}'>{IPSLib::getAppTitle($data['app_dir'])}</a></li>

Link to comment
Share on other sites

×
×
  • Create New...