vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   What template is this? (pic inside) And... how can I make it say this: (code inside) (https://vborg.vbsupport.ru/showthread.php?t=125985)

Protonus 09-06-2006 08:12 PM

What template is this? (pic inside) And... how can I make it say this: (code inside)
 
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']">,
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/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,
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.


All times are GMT. The time now is 04:14 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.00950 seconds
  • Memory Usage 1,719KB
  • 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
  • (2)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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