PDA

View Full Version : Url tag to open in same browser page


MickDoneDee
09-28-2005, 06:59 PM
Please help.

The url tag when parsed to html adds target="_blank" to the html code, eg

<a href="http://www.world-a-team.com/showthread.php?t=19" target="_blank">test< /a>

This opens the link in a new page. I'd like the link to open in the same page as occurs with the thread and post tags. The browser itself offer an option to open a link in a new page so I don't think it's necessary to presume people want links to open in a new page as every new page opened uses extra resources and can slow down a computer.

I have created a new BB code using the BB Code Manager that does the job but people generally just copy a link into their post and the WYSIWYG editor automatically adds the url tags. How can I change the attribute of the url tag to perform like the thread and post tag?

Update: I found the answer here (http://www.vbulletin.com/forum/showthread.php?p=865210).