Log in

View Full Version : Place Gender icon next to Username in Postbit?


Jubei
08-11-2007, 07:16 AM
How would I be able to do that? I have it installed, but at the moment it's under Join Date and such. I want it like:

Member1234 [male/female symbol]

Thanks.

Jubei
08-14-2007, 08:18 PM
*bump!*

How would I put the user rank star there too?

*BUMP*

Come on, help a guy out.

Jubei
08-16-2007, 03:58 PM
*bump*

I've tried putting say the rank code in Postbit Legacy next to the username section, but this didn't have the desired effect. It just puts the rank below the username. :/

Jubei
08-21-2007, 08:57 PM
*bump*

EvilKitty
08-21-2007, 11:57 PM
How come every time i try to bump a topic it just melts my posts together.

Anyway.

Whats the code in your postbit look like...

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

Was how mine was default...

<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<if condition="$post['rank']">$post[rank]</if>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>

And thats where i stashed my rank code to have it next to the username. Try putting your gender icon there.

Jubei
08-22-2007, 03:36 PM
Why thank you, EvilKitty, that worked! :)