vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Chaning username & rank placement in showthread (https://vborg.vbsupport.ru/showthread.php?t=76147)

Jinsogood 02-11-2005 06:50 PM

Chaning username & rank placement in showthread
 
I want to have the usernames shown right before the postdat / time stamp (In the same bar), and I want the rank images to show up right under users avatars. Is there a hack for this somewhere? I looked , but had no luck. Thanks in advance to anyone who can help.

Also, where can I change the size of the username text?

deathemperor 02-12-2005 02:34 PM

find in postbit template for $post[username] , then place it before the $post[date] or $post[time], for rank it's $post[rank], find this in postbit templte
Code:

<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
then place it under
Code:

<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
the rank will then be under the user's avatar.

for username size

Code:

<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
class="bigusername" mean the size's big, you can change it right there by either replace class="bigusername" with a "style" element or using the span/div/font tag.

Jinsogood 02-13-2005 07:11 PM

where can i find the postbit template?

Everything I change in the postbit template is not showing up any different on my forums.

Quote:

Originally Posted by deathemperor
find in postbit template for $post[username] , then place it before the $post[date] or $post[time], for rank it's $post[rank], find this in postbit templte
Code:

<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
then place it under
Code:

<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
the rank will then be under the user's avatar.

for username size

Code:

<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
class="bigusername" mean the size's big, you can change it right there by either replace class="bigusername" with a "style" element or using the span/div/font tag.


Did everything just like you said. For some reason, none of the changes im making to postbit showing up on the forums. They save, but on the forums, nothing changes.

Marco van Herwaarden 02-14-2005 03:18 AM

Are you maybe using the postbit_legacy (postbit showing on the left instead of in the top). If so you will need to edit the postbit_legacy instead.

Or you use multiple styles, and you'll have to edit postbit in them also.


All times are GMT. The time now is 01:15 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.00967 seconds
  • Memory Usage 1,725KB
  • 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
  • (6)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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