Jump to content

Recommended Posts

Posted

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

  • 2 weeks later...
Posted

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.

  • Like 2

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...