The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Ok, i *THINK* this part that I circled in red is the NAVBAR template... but I'm not sure since I can't make it do what I want....
so first off, is this the NAVBAR template (circled in red)? http://www.protonus.ws/img/roclife/template.jpg This area in question is the top of my forum list. Secondly, if it IS, I'm trying to add something to the display after where it has the total members. This is the code I'm changing: HTML Code:
<div><img src="$stylevar[imgdir_misc]/arrow.gif" alt="" class="inlineimg" /> $vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers<if condition="$show['activemembers']">, https://vborg.vbsupport.ru/showthrea...t=99283&page=3 I added 'Average Age: $avg_age' after the end of the above code so it looks like this: HTML Code:
<div><img src="$stylevar[imgdir_misc]/arrow.gif" alt="" class="inlineimg" /> $vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers<if condition="$show['activemembers']">, Average Age: $avg_age, Thanks guys! |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|