Log in

View Full Version : How to place a banner image?


ruhl
02-06-2006, 10:31 PM
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


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


then after add


<!-- 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.