Posted November 12, 200915 yr 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
November 21, 200915 yr 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.
November 22, 200915 yr Author test google think I found this on the ipb support site and forgot to post it here, thanks Mike :)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.