Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
  #1  
Old 03-27-2008, 04:01 AM
ivanstanchev ivanstanchev is offline
 
Join Date: Mar 2008
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How to correct this logo issue ?

have a look of my forum - http://soccer-union.com
There is some small line (i cant say the exact color,it is too small) at the top of the logo.This line is only at the right side.I mean ,my logo has 2 parts.The first one ,where is my url is ok,the second one,that contains only background has this line on its top.Could you please have a look.I am total noob.

--------------- Added [DATE]1206617077[/DATE] at [TIME]1206617077[/TIME] ---------------

Anyone ?
Reply With Quote
  #2  
Old 03-27-2008, 10:36 AM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Find:
Code:
<!-- logo -->
<a name="top"></a>
<center>
<table style="background-image: url(images/misc/headbg.gif);" align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>

<td align="left" valign="top"><a href="http://soccer-union.com/"><img src="images/misc/head_left.gif" alt="" border="0"></a></td>
<td align="right" valign="bottom"><img src="images/misc/head_right.gif" alt=""></td>
</tr>
</tbody></table>
</center>

<!-- /logo -->
In your header template.

Change valign="bottom" to valign="top"
Reply With Quote
  #3  
Old 03-27-2008, 11:10 AM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually the filler image does have a gray line across the top of it.

I'd also remove the table bg image and the td align right and just make a css call to the background filler image instead.
Reply With Quote
  #4  
Old 03-27-2008, 12:59 PM
ivanstanchev ivanstanchev is offline
 
Join Date: Mar 2008
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snakes1100 View Post
Actually the filler image does have a gray line across the top of it.

I'd also remove the table bg image and the td align right and just make a css call to the background filler image instead.
How do you do this ?
Reply With Quote
  #5  
Old 03-27-2008, 02:20 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1. fix your filler image and remove the gray line at the top of it.

2. Use something like this in the template.
Code:
<!-- logo -->
<a name="top"></a>
<table class="header" width="$stylevar[outertablewidth]" border="0" 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>
</tr>
</table>
<!-- /logo -->
3. Do something like this for the css bg call instead of using a call in the table or with another td, put in as another added css call in the style manager.
Code:
.header {
background:url(/forums/images/logo/bg.jpg) 
top repeat-x;
}
Reply With Quote
  #6  
Old 03-28-2008, 06:22 PM
ivanstanchev ivanstanchev is offline
 
Join Date: Mar 2008
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The line is still there .Is there anyway to remove it.It scares members.Since it has appeared i have only 4 registration in 2 days,since i had 6 per day on average.
Reply With Quote
  #7  
Old 03-28-2008, 06:50 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You didn't remove this part from the header template, its not needed, thats why i said use the css call instead

Code:
<td align="right" valign="bottom"><img src="images/misc/head_right.gif" alt="" /></td>
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:26 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.03729 seconds
  • Memory Usage 2,204KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete