vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Template for all pages except homepage (https://vborg.vbsupport.ru/showthread.php?t=142098)

wheel 03-15-2007 02:04 AM

Template for all pages except homepage
 
I want to insert a banner graphic near the top of the page for all pages except the homepage of the forum. Any thoughts on what template I need to modify to accomplish this?

Alternatively, since I'm using a plugin to display the banner, would I perhaps accomplish this through the php code (i.e. check if it's the homepage, and if so, don't display, otherwise display)? This seems like a more complex way to do it though.

HMBeaty 03-15-2007 02:16 AM

Edit the navbar template. Just place your code at the very top of it. :)

wheel 03-15-2007 03:02 AM

That seems to place the banners at the top of the homepage as well. I just inserted $includedphp in that template file (I believe that calls the plugin) and it shows on all the pages.

dj_melayu 03-15-2007 03:31 AM

I just put it in header so that it will appear on everypage including on your CMPS software page :)

That's my 2 cent

wheel 03-15-2007 12:34 PM

So is there not anywhat to do this? Are there any templates that appear everywhere except the hompage? Or a way to have some sort of conditional display that doesn't display if it's the homepage?

This almost worked....as in, it didn't work. But I think I'm on the right track. This still also displays on the homepage in addition to the inner pages - any thoughts on how I can correct this code to turn off display on the homepage?

<if condition="$forumid != 1">
$banners
</if>


All times are GMT. The time now is 01:12 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.01033 seconds
  • Memory Usage 1,708KB
  • 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)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