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)
-   -   IS it possible to get rid of this whole thing? (https://vborg.vbsupport.ru/showthread.php?t=218006)

ps3leagues 07-06-2009 10:07 PM

IS it possible to get rid of this whole thing?
 
If you go to my site

http://www.somtour.net/forums/index.php

You will see on the top the banner. One half of it is a logo file that I obviously know how to remove. The other half of the blue bar all the way across how do I move that so I can design my own page length banner?

I basically want to get rid of the whole top so I can make my own banner.

smartkidbk5 07-06-2009 10:18 PM

please post your header template here....

ps3leagues 07-06-2009 10:42 PM

Where do I get it at?

smartkidbk5 07-06-2009 10:53 PM

AdminCP>Styles & Templates>Style Manager>(Select Style)>Edit Templates

Find "header" template, copy & paste the code here

ps3leagues 07-06-2009 10:59 PM

HERE YA GO Also if you could tell me how to add the new banner in and make it page wide would be great

<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/bg.gif)">
<tr>
<td align="left" valign="top"><img src="$stylevar[imgdir_misc]/logo.jpg" border="0" alt=""/></td>
<td align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/right.gif" alt="" /></td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

smartkidbk5 07-06-2009 11:03 PM

Code:

<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center" valign="top"><img src="$stylevar[imgdir_misc]/logo.jpg" border="0" alt=""/></td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

Now replace the "logo.jpg" file with a logo that is any size you want. It should appear in the top center.

ps3leagues 07-06-2009 11:15 PM

Wow thanks alot man. DO you know how I would go about getting it on the front page of my vbadvanced page?

smartkidbk5 07-06-2009 11:20 PM

My bad. Didnt know you had that. Just change the header again:

Code:

<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center" valign="top"><img src="http://www.somtour.net/forums/images/styles/silverwhite/misc/logo.jpg" border="0" alt=""/></td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

For your reference, and knowledge. I made the image source, a direct link to the image.

ps3leagues 07-07-2009 01:11 AM

Thanks a lot for the help!


All times are GMT. The time now is 04:47 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.01021 seconds
  • Memory Usage 1,726KB
  • 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
  • (9)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