vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How to Add an Image "Find as On facebook" below Navar (https://vborg.vbsupport.ru/showthread.php?t=212925)

floggerss 05-05-2009 02:46 PM

How to Add an Image "Find as On facebook" below Navar
 
How to Add an Image "Find as On facebook" below Navar ??? Like this forum www.e-vizio.com

UKBusinessLive 05-05-2009 06:45 PM

Quote:

Originally Posted by floggerss (Post 1805071)
How to Add an Image "Find as On facebook" below Navar ??? Like this forum www.e-vizio.com

As shown in that demo, they have it in the header template, but if you want it below the navbar..............

I'd guess that you could add it here..


AdminCP > Styles & Templates> Style Manager> Your Chosen Style> All style options> Edit templates> Navigation / Breadcrumb Templates> navbar

and find

Code:

$navbar
and below it add your clickable Facebook icon linked to your fackbook account ;)

dxflw 05-05-2009 08:27 PM

In the page you like to add the image find $navbar and below add:
Code:

<center>
<a href=" THE URL ON FACEBOOK GROUP HERE " target="_blank">
<img src=" THE URL OF THE IMAGE HERE " border="0" title=" TYPE A DESCRIPTION HERE "></a>
</center>

If you like extra size for the image replace that code:
Code:

<img src=" THE URL OF THE IMAGE HERE " border="0" title=" TYPE A DESCRIPTION HERE ">
with this:
Code:

<img src=" THE URL OF THE IMAGE HERE " width="XXX" height="XXX" border="0" title=" TYPE A DESCRIPTION HERE ">
And change the XXX to the desiert number of pixels i.e: width="728" height="90"

floggerss 05-06-2009 07:42 PM

Sorry my mistake,. if i want to put it on the header where i should add the code that you give me=

Dismounted 05-07-2009 06:48 AM

Add it to the header template?

floggerss 05-07-2009 07:47 PM

Yeap

UKBusinessLive 05-07-2009 08:53 PM

Quote:

Originally Posted by floggerss (Post 1806559)
Yeap

Add it at the end of the header template, and use align, to position it left, Center, Right


All times are GMT. The time now is 01:03 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.00999 seconds
  • Memory Usage 1,725KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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