The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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.
|
![]() |
|
|