Brandon Posted November 12, 2009 Posted November 12, 2009 Something that really annoys me is how the links are set to "_self" (open to the same page) How can I set all links, or even all external links to open in a new page "_blank" Thanks Quote
Mike Posted November 21, 2009 Posted November 21, 2009 Sorry for not seeing this one sooner. This setting will take care of your posted links - Admin CP > System > System Settings > Forums > Topics, Posts and Polls > Showing Posts > Open posted links in a new window? Set to Yes. I've also modified the Admin CP link to open in a new tab, as well. Admin CP > Look & Feel > Invision Community Forum > Global Templates > globalTemplate Find the following - <a href="{$this->settings['_admin_link']}" title='{$this->lang->words['admin_cp']}'>{$this->lang->words['login_to_acp']} ></a> And replace with this - <a href="{$this->settings['_admin_link']}" title='{$this->lang->words['admin_cp']}'target="_blank">{$this->lang->words['login_to_acp']} ></a> I like checking my changes as I go and having to log back into the Admin CP each time was a pain. I hope this helps. 2 Quote
ArnyVee Posted November 21, 2009 Posted November 21, 2009 Thanks Mike! :) Works properly. :lol: Quote
Brandon Posted November 22, 2009 Author Posted November 22, 2009 test google think I found this on the ipb support site and forgot to post it here, thanks Mike :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.