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 Home Enhancements - Full width Forum logo (https://vborg.vbsupport.ru/showthread.php?t=245702)

AURFSCAN 07-01-2010 10:00 PM

Full width Forum logo
 
1 Attachment(s)
For fixed width styles
Note: Only use this If not using header adverts



Find in 'header' template. It's at the start of the template

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 it with

Code:

<!-- Full width Logo Code Start -->

<div><a href="http://www.yourforum.com./forum.php"><img src="images/logo.jpg" width="1000" height="120" alt="your forum name Forum" /></a></div>

<!-- Full width Logo Code End -->


black bold link to your forum
red bold location of your logo
blue bold set the width and height of your image to match your Image size
(the width of the Image being the same as your forum width)

- so If your Forum width is 1000px wide, make your logo 1000px wide

green bold your forums name

If you use it mark Installed thx :)

sulasno 07-02-2010 09:35 AM

tagged and thanks

AURFSCAN 07-02-2010 09:53 AM

this post edited as info here has been corrected and no longer needed :)

Madpoodle 07-02-2010 09:56 AM

Got a "before" screen shot?

AURFSCAN 07-02-2010 10:07 AM

1 Attachment(s)
Got a "before" screen shot?

hmmm ok :confused:

Kolbi 07-03-2010 08:09 AM

Your code creates many many xhtml issues!!!

Please use valid xhtml :)

AURFSCAN 07-03-2010 08:13 AM

thx for letting me know, can you please post the correct code :)

Kolbi 07-03-2010 08:27 AM

Hi,

HTML Code:

<!-- Full width Logo Code Start -->

<div><a href="http://www.yourforum.com./forum.php"><img src="images/logo.jpg" width="1000" height="120" alt="your forum name Forum" /></a></div>

<!-- Full width Logo Code End -->


AURFSCAN 07-03-2010 08:28 AM

:)

Code:


<!-- Full width Logo Code Start -->
   
<div><a href="http://www.yourforum.com./forum.php"><img src="images/logo.jpg" width="1000" height="120" alt="your forum name Forum" /></a></div>

<!-- Full width Logo Code End -->


edit: posted the same at the same time.. lol

AURFSCAN 07-03-2010 08:30 AM

ok :) yours is good too... cheers


All times are GMT. The time now is 04:22 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.01913 seconds
  • Memory Usage 1,733KB
  • 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)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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