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)
-   -   Beginner Alert: Adding my header in the style (https://vborg.vbsupport.ru/showthread.php?t=169179)

jonpdx 01-30-2008 05:23 PM

Beginner Alert: Adding my header in the style
 
Hello. Is there a thorough tutorial somewhere that explains how to add a banner image into a style of VBulletin. What I want is the same header I have on my site to be on top of the forum.

The site is www.blackjackapprenticeship.com
I did not write the code and am very limited on my coding languages. I just understand HTML and CSS.

Thanks for any help!

Geeps 01-30-2008 06:30 PM

Maybe this one will help. Very easy to make and install.

blind-eddie 01-30-2008 08:23 PM

I see you added a new style. So, go into you admincp/Styles&Templates/Search in Default Templates,
Type in "header"
Copy the contents of the default header template & repeat the above steps, but search in the "innocence" style. Replace the contents of your innocence header template with what you copied from your default template. But, Back up your header template you are editing, In-case you need to add it back .

All the images you have missing are not in the innocence folder & need to be added there.
To do this, go to you forums, right click on any "red x". Click properties....You will see the path of that image. Open your FTP. public_html/blackjackapprenticeship/forum

For example: If you look for this public_html/blackjackapprenticeship/forum/misc/navleft.gif
Code:

http://www.blackjackapprenticeship.com/forum/innocence/misc/navleft.gif
That image will not be there, instead, you will go here to get the image & add it to your "innocence" /misc folder


Code:

http://www.blackjackapprenticeship.com/forum/misc/navleft.gif
You will need to drag it to your desk top to re-add it to the proper folder. Repeat those steps throughout your forum.

This will also apply this same procedure after you edit your header template.....Good luck



Below is a default header template for 3.6.8

Code:

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

<!-- content table -->
$spacer_open

$_phpinclude_output


jonpdx 01-31-2008 06:59 PM

Thanks blind-eddie,

Your help got me going in the right direction and I got it figured out.

blind-eddie 01-31-2008 07:29 PM

Glad to here that helped..


All times are GMT. The time now is 12:07 PM.

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.00985 seconds
  • Memory Usage 1,720KB
  • 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
  • (3)bbcode_code_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