Kód: Vybrat vše
##############################################################
## MOD Title: Complete banner
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rřd) http://mods.db9.dk
## MOD Description: This mod makes it posible to add banners to
## your phpbb2 pages, by default banners are
## placed in top/botton but you may place the
## tags, inside any template file.
## MOD Version: 1.3.7
## MOD Compatibility: 2.0.0->2.0.8
##
## Installation Level: Easy
## Installation Time: 10 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit: 10
## viewonline.php
## admin/admin_db_utilities.php
## includes/constants.php
## includes/page_header.php
## includes/page_tail.php
## includes/functions.php
## templates/subSilver/overall_footer.tpl
## templates/subSilver/overall_header.tpl
## templates/subSilver/viewforum_body.tpl
## templates/subSilver/viewtopic_body.tpl
##
## Included Files: 7
## complete_banner_db_update.php
## root/redirect.php
## root/admin/admin_banner.php
## root/language/lang_english/lang_banner.php
## root/templates/subSilver/redirect.tpl
## root/templates/subSilver/admin/banner_edit_body.tpl
## root/templates/subSilver/admin/banner_list_body.tpl
##
##############################################################
## 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:
##
## 1. Full MOD description
## -----------
## This mod makes it posible to add banners to your phpbb2
## pages, by default banners are placed in top/botton but
## you may place the tags, inside any template file.
## I have given a example with 15 banner placements, you
## may add more in the language file, if you need others the
## text in the language file are only examples, you may change it.
## you may add banners, and define priority and time/day/date
## based rules, to let banners rotate you may also specify who
## may/shall see the banners, e.g. guest only or not admin
## number of clicks and views are counted, and can be viewed
## in ACP - after a user click a banner, you may specify how long time
## before the same users click will be re-counted,
## it is even posible to specify to hide the banner after a user have clicked it.
##
## 2. EasyMOD
## -----------
## This MOD is compatible and can be installed by EasyMOD
## of Nuttzy (but is not officially EasyMOD Compliant)!
## http://area51.phpbb.com/phpBB22/viewforum.php?sid=&f=15
##
## However, on alpha releases of EM and meanwhile beta or
## final release some actions are NOT performed.
## You'll have to do them manually !
##
## 2.1 SQL commands are not performed
## -----------
## This MOD need a database update.
## Then, in any case if you install this MOD manually or using
## an alpha release of EM, please copying the *_db_update.php
## in your phpBB root directory, run it with your navigator,
## and then delete it from the phpBB root directory.
##
## Please, do it NOW! Before editing phpBB files by EM or manually!!!
## Otherwise, you may have an error message during your next
## connection.
##
## 2.2 Translation are not managed
## -----------
## Moreover, EM can not already manage actions for any other
## language than English (but language intructions are proceed
## to all installed languages in order to prevent errors).
## So the translations provided with this MOD must be installed
## manually if you need them.
## For this MOD, copy lang_*.php file(s) manually from
## their root/language/lang_xxx directories to their respective
## language/lang_xxx directories in the phpBB root dir.
##
## 3. Official last version link
## -----------
## Meanwhile the phpBB group validation and as the MOD is not yet
## in the phpBB MOD database, check this official link for updates...
## http://mods.db9.dk/viewtopic.php?t=1503
##
##############################################################