- Code: Select all
##############################################################
## MOD Title: Fully integrated shoutbox
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description: A fully phpBB2 enabled shoutbox witch support:
## database abstration layer, timezones, languages
## templates, smilies, BBcode, censored words and
## user/usergroups.
## MOD Version: 1.1.6
## MOD Compatibility: 2.0.0->2.0.6
##
## Installation Level: Intermediate
## Installation Time: 15 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit: 12
## index.php
## viewonline.php
## admin/admin_board.php
## admin/admin_db_utilities.php
## admin/admin_users.php
## includes/constants.php
## includes/page_header.php
## language/lang_english/lang_admin.php
## language/lang_english/lang_main.php
## templates/subSilver/index_body.tpl
## templates/subSilver/subSilver.cfg
## templates/subsilver/admin/board_config.tpl
##
## Included Files: 10
## shoutbox_db_update.php
## root/shoutbox.php
## root/shoutbox_max.php
## root/shoutbox_view.php
## root/templates/subSilver/bbcode.js
## root/templates/subSilver/shoutbox_body.tpl
## root/templates/subSilver/shoutbox_max_body.tpl
## root/templates/subSilver/shoutbox_max_guest_body.tpl
## root/templates/subSilver/shoutbox_view_body.tpl
## root/templates/subSilver/images/icon_censor.gif
##
###############################################
I have on request made this shoutbox.
There is already a shoutbox mod out there, but this is not written for phpbb2, and therefore does not support phpBB2 core functions.
this mods fully integrates into phpbb2, and allowing smilies, word censor, bbcode, timezones, languages files and templates - making this more compatible.
EDIT: this mod does from version 1.1.0. NO longer require my other MOD "extra permission" mod, this also removed the option to control per user/usergroup who may shout - this is now hard coded into the included files, by default
GUEST may view, while REG users have access to shout
only MOD and ADMIN may delete shouts - this can ofcouse easyly be modifyed, so e.g. only REG users see the shout.
remember if you download this mod, then mark this thread as "notify on reply", you will then recive a email notification, if I later post upgrade information


