Ik ben een beginnerling met php dus ik heb jullie hulp even nodig.
Hoe kan ik er voor zorgen dat gasten ook de template op de index kunnen veranderen?
http://www.spamworld.nl/test/index.php [de link waar de MOD is geinstalleerd]
Het kan nu alleen nog maar voor ingelogde gasten.
Change Style On Index, Ook voor gasten?
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Change Style On Index, Ook voor gasten?
Guess who's back..
Change style on index leek mij duidelijk

Code: Selecteer alles
## 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
#################################################################
Guess who's back..
Re: Change Style On Index, Ook voor gasten?
Pak de mod van Ktauber. http://www.ktauber.com.Rico schreef:Ik ben een beginnerling met php dus ik heb jullie hulp even nodig.
Hoe kan ik er voor zorgen dat gasten ook de template op de index kunnen veranderen?
http://www.spamworld.nl/test/index.php [de link waar de MOD is geinstalleerd]
Het kan nu alleen nog maar voor ingelogde gasten.