The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
What template am I looking for so I can change the dropdown menu for a person's username, so the link to their site opens in a new window instead of shunting people off my board? This has been bugging me ever since 3.0G. The postbit templates use:
HTML Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> |
#2
|
||||
|
||||
![]()
No, you could just put it in the template:
Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]" target="_blank">$post[musername]</a> |
#3
|
|||
|
|||
![]()
Um... I don't think so. All that href does is control the JS dropdown menu. I want to add _blank to an actual menu item, and darned if I know where it's being generated from.
|
#4
|
|||
|
|||
![]()
I think you'll find that the <a> tag does not control the dropdown. It is the <div id="postmenuX"> tag.
You will find it almost at the bottom of the postbit. (<!-- post $post[postid] popup menu -->) |
#5
|
|||
|
|||
![]()
That's exactly what I was looking for. Thanks man. :up:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|