Z3R0 Posted November 14, 2011 Posted November 14, 2011 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.
Z3R0 Posted November 14, 2011 Author Posted November 14, 2011 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
Z3R0 Posted November 14, 2011 Author Posted November 14, 2011 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>
Recommended Posts