vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to place a banner image? (https://vborg.vbsupport.ru/showthread.php?t=107338)

ruhl 02-06-2006 10:31 PM

How to place a banner image?
 
Hello.

I am trying to find out what I need to do to place a already made image, on top of my forum homepage as a banner.

I don't know which file to edit/ or replace to do this. Any help would help alot. thanks.

blackpheonix 02-07-2006 12:29 AM

uplaod file to images/misc in you forum directory then goto admincp, now goto styles & templates and click the drop down box next to the style you want to edit, then click edit templates now scroll thru the list untill you come to navigation and breadcrumb templates, double click then double click navbar

find

Code:

<script type="text/javascript">
<!--
function log_out()
{
        ht = document.getElementsByTagName("html");
        ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
        if (confirm('$vbphrase[sure_you_want_to_log_out]'))
        {
                return true;
        }
        else
        {
                ht[0].style.filter = "";
                return false;
        }
}
//-->
</script>

then after add

Code:

<!-- Banner -->
<br />
<center>
<table align="center"><a href="LINK LOCATION" target="_blank"><img src="$stylevar[imgdir_misc]/IMAGENAME.gif" border="0" alt="" /></a>
</center>
</table>
<!-- /Banner -->

change the LINK LOCATION and IMAGENAME to your desire
then click save and your done.

Hope that helps ;)

ruhl 02-07-2006 01:09 AM

thanks, i'll try it

GoNz00 03-14-2006 11:51 AM

worked for me thanks :)

flomsen 03-26-2006 01:14 PM

1000 thx :banana:

Bellsy 12-26-2006 02:14 PM

Thank You.


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