[問題]請問風格如何在首頁直接切換
發表於 : 2004-10-13 14:55
代碼: 選擇全部
## EasyMod 0.0.10 compliant
########################################################
## Mod Title: change style on index / counts users mod
## Mod Version: 1.1.5
## Author: Tom Cioffe Jr < gwyd@cioffe.com >
## MOD Description: Allows the user / guest to change the style on the index page
## Lots of credits to: Cees-Jan Kiewiet < webmaster@iceblow.zzn.com >
##
## This mod is based on Cess-Jan Kiewiet's change guest template mod. If a user is logged in,
## their choice of template is stored in a cookie for 6 hours. Otherwise,
## the logged in user's choice in inputted directly into the database.
##
## Version 1.1 adds a security fix. Thanks to Smartor of smartor.is-root.com for finding this
## fix and alerting me to it.
##
## Version 1.1.5 updates the MOD's compliance with later versions of phpBB and also EasyMod.
## Thanks goes to gurukast for these changes.
##
## This mod is for phpBB2 ver. 2.x
##
## Installation rated: easy-medium
## Installation time: aprox 5-10 min (for editing templates)
##
## Files to edit: 5
## common.php
## index.php
## includes/functions_selects.php
## language/lang_main.php
## templates/Subsilver/index_body.tpl
##
##
#################################################################
##
## Installation Notes:
##
## The most important thing to keep in mind is, take your time, make
## sure you are finding the correct lines to modify, then take care to paste the new code.
## Please also keep in mind, if you are using more than one language file or theme at your
## site, you will need to edit the corrosponding files for each occurrence. Good Luck!
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################