vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Place Gender icon next to Username in Postbit? (https://vborg.vbsupport.ru/showthread.php?t=154943)

Jubei 08-11-2007 07:16 AM

Place Gender icon next to Username in Postbit?
 
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...

Quote:

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

Quote:

<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! :)


All times are GMT. The time now is 01:00 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01156 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete