MyBB Community Forums

Full Version: link TARGET removal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

When a link is successfully entered into a post utilising the "Insert a link" option in the toolbar, I would like to edit out the target="_blank" code inserted on my forum as mine is frame based and need to keep my members in the correct locations.  I cannot for the life of me locate the template (if there is one) that inserts this "Insert a link" code so I can edit this target="_blank" out, and any advice would be great.

Thank you
MyCode Templates --> mycode_url

Will look like this:
<a href="{$url}" target="_blank"{$nofollow} class="mycode_url">{$name}</a>

Change it to this:
<a href="{$url}" {$nofollow} class="mycode_url">{$name}</a>
There it was!  You're a star and thank you very much  Smile
You’re very welcome! Smile