PDA

View Full Version : What template is this? (pic inside) And... how can I make it say this: (code inside)


Protonus
09-06-2006, 08:12 PM
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:

<div><img src="$stylevar[imgdir_misc]/arrow.gif" alt="" class="inlineimg" /> $vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers<if condition="$show['activemembers']">,

All I want to add is the average member age, based off this plugin. I have it installed so I would htink it would be a universal variable? This is the plugin:
https://vborg.vbsupport.ru/showthread.php?t=99283&page=3

I added 'Average Age: $avg_age' after the end of the above code so it looks like this:

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

but it seems to have no effect on it at all, hence why I'm wondering if I have the right template...

Thanks guys!

Protonus
09-07-2006, 11:29 PM
http://www.protonus.ws/img/forum/posting/bump.gif

Rickie3
09-07-2006, 11:37 PM
try looking in the FORUMHOME template

Protonus
09-08-2006, 02:18 PM
^^^ I don't see it there... if it is, can you show me what line of code it's in? thanks.

Never mind. Asked on vbstyles.com in this thread, instructions inside:
http://www.vbstyles.com/forum/showthread.php?t=3155
. Came out Great!

SaintDog
09-09-2006, 05:22 AM
It looks to be a modified welcome panel, of which many are released here at vBulletin.org. You can do a search on welcome panel and should be able to find a starting point for that modification. Beyond that, you're looking at modifying basic HTML right off.