[MOD] Startpagina-MOD
Geplaatst: 10 dec 2003, 14:53
Erg simpel, maar wel leuk!
AJK
P.S.:Niks gejat, hoor!
Nederlandse versie (qua resultaat, wordt nog 'alles-in-een'):
AJK
P.S.:Niks gejat, hoor!
Code: Selecteer alles
########################################################
## Mod Title: Make_Startpage_Mod
## Mod Version: 0.1.0
## Author: AJK
##
## This mod is my first mod, and I'm dutch...
##
## instalation rated: Easy
## instalation time: aprox 2 min
##
## Files to edit: 1
## templates/template_name/overall_header.tpl
##
## History:
## 0.0.0 Writing MOD
## 0.1.0 Ready to bring out first version
##
##############################################################
## Authors Notes:
##
## I'm trying to make a mod that's using the language-files, but this is my first 'step-in'.
##
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up overall_header.tpl
#################################################################
#
#-----[ OPEN ]------------------------------------------
#
//Replace subSilver by the template you're using
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a><br /><a href="#" onclick="this.style.behavior='url(#default#homepage)';
this.setHomePage('{U_INDEX}');return false;">Make {SITENAME} your homepage.</a></td>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Code: Selecteer alles
########################################################
## Mod Title: Make_Startpage_Mod
## Mod Version: 0.1.0
## Author: AJK
##
## This mod is my first mod, and I'm dutch...
##
## instalation rated: Easy
## instalation time: aprox 2 min
##
## Files to edit: 1
## templates/template_name/overall_header.tpl
##
## History:
## 0.0.0 Writing MOD
## 0.1.0 Ready to bring out first version
##
##############################################################
## Authors Notes:
##
## I'm trying to make a mod that's using the language-files, but this is my first 'step-in'.
##
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up overall_header.tpl
#################################################################
#
#-----[ OPEN ]------------------------------------------
#
//Replace subSilver by the template you're using
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a><br /><a href="#" onclick="this.style.behavior='url(#default#homepage)';
this.setHomePage('{U_INDEX}');return false;">Maak {SITENAME} jouw startpagina.</a></td>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM