The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Links in same window?
How would you make it so links open in the same window in posts that are posted?
http://www.google.com that google link would open in a new window. I want it to open in this window. Thank you for your time, Aaron Thorn |
#2
|
|||
|
|||
in 3.5 i guess you would have to edit includes/class_bbcode.php
Find Code:
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>"; Code:
return "<a href=\"$rightlink\">$text</a>"; |
#3
|
|||
|
|||
Thank you that worked.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|