- Code: Select all
##############################################################
## 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.13
##
## 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
##
###############################################
I've made a complete banner mod, witch have if not all, then most of the features you would need to show banners, I have called this "complete banner" mod.
currently this have featurs, like
custom number of banners (unlimmited numbers)
any type of banner can be used (e.g. swf or wav)
count of redirects per banner (filtered for specifyed time)
hide banner after click
count of views
mouse hover over text
link not showen to users before clicking (to avoid redirect not being counted)
uses template, language and db layer
include nice admin interface
in adition banners can be configured to show in several ways, the following options are availble and can be combined in any combination:
- Code: Select all
*time based rotating rules
*rotating by priority
*admin can specify user types witch will see the banner
*admin can specify witch forum the banners are to show in
e.g. admin may set up a 2 banners to show for all users except admin and moderators, the banners will only show in the time intervall 10 am - 12 am, the 2 banners will shift rotating the same spot, one will show 25% of the time, while the other will show 75% of the time
I have attached some images from ACP you may look at these, to see the options availble in this MOD


