The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hello,
I created a forum, with the option forum link. It's a link for another website. When I click on this link, the other website opens in the current window. However I would like to know how I can get it to open in a new window (i.e. target="_blank") Thanks for your answer. |
#2
|
||||
|
||||
![]()
Same problem on my test forum, no idea !!
|
#3
|
|||
|
|||
![]()
It is done by a piece in global.php:
PHP Code:
1 Thing is strange though (a bug??), it is passing a second parameter to exec_header_redirect (true), but this function don't take a second parameter i think. |
#4
|
||||
|
||||
![]()
You would need to completely change the way it works, at the moment it sends an http 301 response back to re-direct the browser to the new location, hence it will not (and cannot) open a new page.
|
#5
|
||||
|
||||
![]()
I don't understand :s
|
#6
|
|||
|
|||
![]()
I guess you can make your own function if that is an internal function.
just change it to PHP Code:
PHP Code:
I'm also not sure if that will work. |
#7
|
|||
|
|||
![]()
This would appear to do it for all of the links, but what if you wanted to select the link target per forum?
|
#8
|
|||
|
|||
![]()
As Marco said, this is a piece of code in global.php and not a function
![]() And, target="_blank" is no valid attribut in xhtml ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|