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;">
</div>
</a>
</div>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
---------------------------------
Enjoy fellers =P
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;">
</div>
</a>
</div>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
---------------------------------
Enjoy fellers =P