vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   How to get banner in center of page (https://vborg.vbsupport.ru/showthread.php?t=67646)

Blam Forumz 07-26-2004 07:21 AM

How to get banner in center of page
 
Like this forum does it, i would like to center my logo...but i cant seem to...

help

thanks

Blam :nervous:

Michael Morris 07-26-2004 07:36 AM

It's a template modification of the navbar template, not a hack.

Go to your admincp and open your stylemanager. Select "Edit Templates" under your default style. Scroll down and find "Navigation and Breadcrumb templates" double click that (in IE). Select navbar.

Look for this code
Code:

<!-- / nav buttons bar -->
<br />

Beneath it add the code you want for your site logo. You can use <center> tags or put it in a standalone table and center its contents.

Vega 07-26-2004 07:56 AM

Or you could just replace the content of your header-template with that:

Code:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
</table>
<!-- /logo -->


<!-- content table -->
$spacer_open

$_phpinclude_output


Michael Morris 07-26-2004 08:11 AM

I wouldn't recommend calling spacer open after the navbar opens unless you have a specific layout in mind for that. I work on a site that does just that.

Anway, the spot where you insert code into that are of the page is right after the navbar body - header contents not withstanding. If you do move the contents of the header into the navbar that way, remember to erase your header!! calling $spacer open TWICE falls under the heading of *not good* as unclosed <div> tags can choke some browsers.


All times are GMT. The time now is 04:23 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.01218 seconds
  • Memory Usage 1,718KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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