The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove Javascript Box
Hi guys I have a question:
You know on vbulletin forums when you click the username of someone that makes a thread / post it gives you that javascript box (With options of going to thier homepage, profile etc). My question is how do I remove that javascript box and when users click someones username it directly goes to their profile page. Heres what I mean: http://img41.imageshack.us/my.php?image=helpeve.jpg |
#2
|
||||
|
||||
Find in postbit/postbit_legacy:
HTML Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> $post[onlinestatus] <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> HTML Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> $post[onlinestatus] You can also remove all the stuff between the <!-- post $post[postid] popup menu --> tags. |
#3
|
|||
|
|||
It works, thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|