

Kod: Tümünü seç
##########################################################################
## MOD Title : Random php Based Forum's Logo
## MOD Author : DarkPepe <darkpepe@gmail.com> (N/A) http://www.bf1942.cl
## MOD Description : This Little script allows to change randomly your forum's logo on every refresh of the page.
##
## MOD Version : 1.0.0
##
## Installation Level : Easy
## Installation Time : 2 Minutes
##
## Files To Edit (1) : templates/subsilver/overall_header.tpl
##
## Included Files (1) : templates/subsilver/images/random_logo/logo.php
##
##
##########################################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##########################################################################
## Author Notes: This is the first release of this mod.
## To make the mod Work, you have to Upload all your logos on jpg format to
## /templates/subsilver/images/random_logo/
##
## Read install_random_gif_logo.txt for Gif logos.
##########################################################################
## MOD History:
##
## 05, Spt. 2004 - Version 0.0.1
## - First Release
## 07, Spt. 2004 - Version 1.0.0
## - Mod Template Correction
##########################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##########################################################################
#-----[ COPY ]------------------------------------------------------------
copy root/templates/subsilver/images/random_logo/logo.php to templates/subsilver/images/random_logo/logo.php
#-----[ OPEN ]------------------------------------------------------------
templates/subsilver/overall_header.tpl
#-----[ FIND ]------------------------------------------------------------
<a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a>
#-----[ REPLACE WITH ]------------------------------------------------------------
<a href="{U_INDEX}"><img src="templates/subSilver/images/random_logo/logo.php" border="0" alt="{L_INDEX}" vspace="1" /></a>
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------------------
#
#EoM