The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Could someone tell me why this accures?
AS you see, there are 2 names in there, how do I take one of them out? |
#2
|
||||
|
||||
Go to
1: admincp 2: Styles & Templates 3: postbit template 4: find this code HTML Code:
<div id="postmenu_$post[postid]">
HTML Code:
<div id="postmenu_$post[postid]"> <if condition="$show['profile']"> <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> <else /> $post[musername] </if> </div> Thanks Gate |
#3
|
|||
|
|||
Thank you, that worked
|
#4
|
||||
|
||||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|