PDA

View Full Version : Mini Mods - Different Banners Script


Madbatty
08-22-2009, 10:00 PM
Header Script by madbatty 2009

Support eMail 2 : cyber [ at ] berlin [dot] com

(Please excuse my bad english skills)^^

----------------------------------


How does it works:


The script will choose for each forum based on the forum ID a different banner which must lay inside the header folder.

You don?t have to create a single skin for each forum any more. The script works like the follwoing description:

Header: 0 = Index Banner

Header: 1 = Forum ID 1

Header: 2 = Forum ID 2

etc.

just change my default banners into your own once but use the same names like "0" , "1" etc. means your forum IDs and "0" as Index.


Of course you can rename the folder " header " but then you must change the destination URL as well^^

Right now all banners are .png but you can change these ending as well.

Different file endings are not possible so far *sorry* :D

----------------------------------


Edit the "Header" Template into:

(feel free to change the sizes or the whole source code).



<!-- logo -->
<a name="top"></a>
<a href="index.php">
<div style="width:1200px;height: 319px;margin: 0 auto;background:url('/forum/header/image.php?&f=$_GET[f]') no-repeat;">
&nbsp;
</div>
</a>
</div>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]



---------------------------------

Enjoy fellers =P

elenh
08-23-2009, 03:24 PM
<i>Thanks!!</i>

Delita
08-23-2009, 08:20 PM
This is very good. Tagged.

Jaxel
08-25-2009, 11:29 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=212351" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=212351</a>

TheLastSuperman
08-25-2009, 12:10 PM
https://vborg.vbsupport.ru/showthread.php?t=212351

Much better IMO, thanks for the link.