

Moderator: Supporter
##############################################################
## MOD Title: Change Forum Index Images
## MOD Author: Minc
## MOD Description: Gives you the possibility to define an image for every forum
## MOD Version: 1.0
##
## Installation Level: easy
## Installation Time: 3 Minutes
## Files To Edit: 2
## Included Files: n/a
## Generator: phpBB2 Mod Maker 0.1.67
##############################################################
##
## See http://smartor.is-root.com/viewtopic.php?t=14365 for details
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
##
## Create icons for every forum and place them into the templates' image-folder.
## In this example, the files should be named:
## 1folder_big.gif, 2folder_big.gif, 3folder_big.gif
## The starting number is the Forum-ID.
##
## For every template, do:
##
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/subSilver.cfg
#
#-----[ FIND ]------------------------------------------
#
$images['forum'] = "$current_template_images/folder_big.gif";
#
#-----[ REPLACE WITH ]------------------------------------------
#
$images['forum'] = "$current_template_images/";
#
#-----[ OPEN ]------------------------------------------
#
index.php
#
#-----[ FIND ]------------------------------------------
#
'L_FORUM_FOLDER_ALT' => $folder_alt,
#
#-----[ AFTER, ADD ]------------------------------------------
#
'FORUM_ID' => $forum_id,
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}{catrow.forumrow.FORUM_ID}folder_big.gif" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
AmigaLink hat geschrieben: @ Max
Bitte den code-tag, für codes, benutzen und nicht den quote!
(Ich hab das jetzt geändert)
Mitglieder in diesem Forum: 0 Mitglieder und 3 Gäste