vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Changing Username Display in Postbit (https://vborg.vbsupport.ru/showthread.php?t=65692)

Intex 05-31-2004 01:15 PM

Changing Username Display in Postbit
 
I'm using the legacy postbit template and just playing around with the placement of various items. I have an award hack installed which displays awards in the users information area on posts.

I'd like to put the awards next to the persons username. I've tried placing the code right next to the variable in the legacy_postbit template, but the cloest I can get it is directly underneath (i.e. outside the IF statement). From what I can see the actual username and its menu controls are in javascript. Where do I look to change this so that I can get the award to appear to the right of the persons username.

Can't upload attachements to vB.org at the moment :(. So where your avatar is, you've got your username, I want to place a graphic directly to the right of my name.

Intex 06-01-2004 07:24 AM

* Bump *

Tony G 06-02-2004 06:23 AM

What code were you using to place it next to the name?   $variablehere? Hmm, I've never tried this before, but I don't see how this could be prevented.

Intex 06-02-2004 06:52 AM

Thx. for the reply Tony_G.



I'm putting it just outside the IF statement (see code below and specifically where I've marked it in bold:



Code:


<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>$nbsp $post[userawards]

            </div>


Eagle Creek 06-08-2004 02:53 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=61108&highlight=awards" target="_blank">https://vborg.vbsupport.ru/showt...ghlight=awards</a> ?

Intex 06-08-2004 04:49 PM

Soccerquest - that's just a link to the award hack, which I already have installed.

Tony_G - any ideas?

Eagle Creek 06-09-2004 01:55 PM

I know, but maybe they can help in that thread I ment :).


All times are GMT. The time now is 09:24 PM.

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.01203 seconds
  • Memory Usage 1,717KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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