Jump to content

Wiki Link -> New Tab / Window?


Recommended Posts

Posted

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.

Posted

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 :)

Posted

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>

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...