vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Display Enhancements - Fluid 3 part header (https://vborg.vbsupport.ru/showthread.php?t=228319)

speedimpulse 01-21-2010 03:36 AM

installed and working thank you!

Charlie98902 01-21-2010 09:41 AM

Quote:

Originally Posted by KissOfDeath (Post 1958056)
the problem i have is that my headerFill stays to the far left and headerL lays itself ontop of the left part of it, and theirs a massive gap between my headerR & my headerFill....

From reading through this post it seems this method no longer works since vbulletin was updated? and one have some new code?

It works as I am using it.

Live Demo - http://www.dvdnextcopysupportforum.com

KissOfDeath 01-22-2010 05:40 PM

Have no idea why it's not working for me, can you show me the 3 seperate images you are using?

here are the 3 i'm trying to use

http://www.devils-shadow.com/forums/...eader_left.gif

http://www.devils-shadow.com/forums/.../misc/logo.gif

http://www.devils-shadow.com/forums/...ader_right.gif

Charlie98902 01-22-2010 05:56 PM

I am using the default VB size. My image sizes are

left - 387x128

Middle - 31x128

Right - 387x128

kisanjong 01-24-2010 10:09 AM

looks good :)

any info on doing this for the postbit / threadbit headers ? Please :D

moonclamp 01-25-2010 11:12 AM

Quote:

Originally Posted by syrus.xl (Post 1917062)
Why are you using the Table tag with vBulletin 4.0? This will break strict xHTML compliancy, which is what version 4 is all about.

It should be coded as a div layout, not a table layout.

Quote:

Originally Posted by Loco.M (Post 1917870)
completely agree :up:

If it works in a browser, then why should anyone care?
What the end user sees is more important, so why worry if it doesn't cause an issue?

KissOfDeath 01-27-2010 10:00 PM

Still couldn't get this method to work so a did my own, because also looking at the css in this on it will show differently in different browsers and go out of line.....

Here's my code that i used to make it fit in all browsers,

Leave the vbulletin.css in it's original state

In your header template find
Code:

<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
Replace with:
Code:

<tr>
<td width="23%"><img src="images/andromeda/misc/header_left.gif" alt="" width="23%" height="100"/></td><td><a href="index.php"><img src="images/andromeda/misc/logo.gif" alt= "Free PSP ISO Downloads" width="54%" height="100" border="0"/></a></td><td align="right"><img src="images/andromeda/misc/header_right.gif" alt="" width="23%" height="100"/></td>
</tr>

Demo: http://www.devils-shadow.com/forums/forum.php

Putting your own image locations & sizes in the fields i've marked red

BTW doing it this way your pointing to the logo image directly so changing the "Titleimage" Stylevar will not change the logo

Charlie98902 01-27-2010 11:24 PM

Very nice.

idslamyou 02-04-2010 04:37 AM

I'm not sure what I'm doing wrong but I can't get this to work. I'm trying on 4.0.1. Made the changes to the header template and added the css to vbulletin.css. Uploaded the images to the images folder and nothing displays in the header. The stock VB logo is now gone, but that area is compressed and the menu bar is covering up the login box. I've triple checked everything and done the steps over to no avail.

Any ideas?

horussjr 03-12-2010 12:45 PM

doesnt work on 4.0.2 pl1. help


All times are GMT. The time now is 09:36 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.02844 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete