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 - Add logos to both left and right side on header. (https://vborg.vbsupport.ru/showthread.php?t=277671)

billstelling 01-27-2012 11:00 PM

Add logos to both left and right side on header.
 
1 Attachment(s)
Add a clickable graphic to the left and right on your header.


In the header template below this code:

Code:

<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">

add this code:

Code:

<div style="float:right; position:absolute; right:20px; top:32px;"><a target="_blank" href="http://your link"><img src="http://your image" alt="hover message" /></div>
<div style="float:left; position:absolute; left:20px; top:42px;"><a target="_blank" href="http://your link"><img src="http://your image" alt="hover message" /></div>

to add a ckickable image to just the right side add this code instead:

Code:

<div style="float:right; position:absolute; right:20px; top:42px;"><a target="_blank" href="http://your link"><img src="http://your image" alt="your message" /></div>
The code in red shows the editable parameters.
If you just want the logos and nothing else just remove the code in between the ""s for either one or both.

Code:

<div style="float:right; position:absolute; right:20px; top:42px;"><a target="_blank" href=""><img src="http://your image" alt="" /></div>

https://vborg.vbsupport.ru/external/2012/01/17.jpg

The header BG is a 2000px by 114px graphic and set to center in the stylevars in the header section.
It expands on both the left and right while keeping the wave in the graphic centered.

https://vborg.vbsupport.ru/external/2012/01/8.jpg

https://vborg.vbsupport.ru/external/2012/01/9.jpg

https://vborg.vbsupport.ru/external/2012/01/10.jpg

https://vborg.vbsupport.ru/external/2012/01/11.jpg

https://vborg.vbsupport.ru/external/2012/01/12.jpg

https://vborg.vbsupport.ru/external/2012/01/13.jpg

DEMO

tafreeh 01-28-2012 04:33 PM

demo or screenshot ?

billstelling 01-28-2012 06:20 PM

Added screenshots to the mod listing..

tafreeh 01-28-2012 11:58 PM

sorry, still cant see ? :(

billstelling 01-29-2012 01:44 AM

I have added a demo link to the mod listing..

tafreeh 01-29-2012 04:26 AM

nice and thanks.
I also like the theme you are using :)

BlueCheri 01-29-2012 08:13 AM

Thanx, I liked the idea. Tagged.

The second image for sponsor of the month, let's see how it works.

billstelling 01-29-2012 08:27 AM

Quote:

Originally Posted by tafreeh (Post 2293702)
nice and thanks.
I also like the theme you are using :)

Thanks.:) It's one of 14 I have created for the Futuremark Yougamers forum. I just did a major over haul to the site upgrading it from vB3 to the current vB.

And thank you as well BlueCheri, I'm glad you like the mod.. I looked all over for one like it for my needs and when I couldn't find anything I came up with this. I did it mainly for the FM site in order to create variable themes based on the header they have for the site. I have had overwhelming good feedback from the members there for giving them fluid themes.:cool:


All times are GMT. The time now is 02:16 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.01065 seconds
  • Memory Usage 1,731KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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