Log in

View Full Version : Could someone tell me why this accures?


dcw
05-05-2008, 11:26 PM
https://vborg.vbsupport.ru/external/2008/05/24.png

AS you see, there are 2 names in there, how do I take one of them out?

Australian Gate
05-06-2008, 01:15 AM
Go to

1: admincp
2: Styles & Templates
3: postbit template
4: find this code

<div id="postmenu_$post[postid]">

check if the code looks like this


<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>


i`m sure something is missing there & that may be <else /> .


Thanks
Gate

dcw
05-06-2008, 03:32 AM
Thank you, that worked :)

Australian Gate
05-06-2008, 07:02 PM
Thank you, that worked :)

;) No worries