In ipn3 the admin link opens in same window as the forums, which really annoying for me
so with this little edit you can open it in new Tab/window
Goto ACP > Look & Feel > Click on the skin name (IP.Board 3) > Under Templates find in the list
"Global Templates" > • globalTemplate
Then Find :
Save and that's it
You should have your ACP open in a new tab now!
so with this little edit you can open it in new Tab/window
Goto ACP > Look & Feel > Click on the skin name (IP.Board 3) > Under Templates find in the list
"Global Templates" > • globalTemplate
Then Find :
<a href="{$this->settings['_admin_link']}"
add after:target="_blank"
Save and that's it
You should have your ACP open in a new tab now!













