The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 ![]() |
#2
|
|||
|
|||
![]()
* Bump *
|
#3
|
||||
|
||||
![]()
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.
|
#4
|
|||
|
|||
![]()
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> |
#5
|
||||
|
||||
![]()
<a href="https://vborg.vbsupport.ru/showthread.php?t=61108&highlight=awards" target="_blank">https://vborg.vbsupport.ru/showt...ghlight=awards</a> ?
|
#6
|
|||
|
|||
![]()
Soccerquest - that's just a link to the award hack, which I already have installed.
Tony_G - any ideas? |
#7
|
||||
|
||||
![]()
I know, but maybe they can help in that thread I ment
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|