aceofspades
10-07-2007, 01:52 PM
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
<div align="right">
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
</div>
Im having two problems with this code. First of all, its aligning the date on the right which is what i want, but its dropping it down on another line, i want the date to be on the same line as the name. I dont have any <br />'s there so i dont know why its doing that.
Also the second problem (which isnt a big deal) is that when i click anywhere on the line that the posters name is on the postbit legacy, the box comes up with find more posts by this user etc. I dont want it to do this, only when the user clicks on the actual name not the line do i want the box to come up.
Can anyone help me with either of these?
James
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
<div align="right">
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
</div>
Im having two problems with this code. First of all, its aligning the date on the right which is what i want, but its dropping it down on another line, i want the date to be on the same line as the name. I dont have any <br />'s there so i dont know why its doing that.
Also the second problem (which isnt a big deal) is that when i click anywhere on the line that the posters name is on the postbit legacy, the box comes up with find more posts by this user etc. I dont want it to do this, only when the user clicks on the actual name not the line do i want the box to come up.
Can anyone help me with either of these?
James