Wicher Site Admin
Joined: 16 Dec 2005 Posts: 1144 User's local time: 2024 Sep 11 - 1:05 AM Country IP : Country of choice:
Was This Post Helpful?
Users postingpoints:
Posts points:
Post gradiation:
|
Posted: Thu Jun 14, 2007 9:27 am Post subject: |
Wicher
*Delete this user
Items with prefix * are permanent. | Close |
|
|
This mod was being developed by femu and Wicher to an idea of femu.
Code: |
-
- #################################################################
- ## MOD Title: Simple Admin Message
- ## MOD Author: femu < info@die-muellers.org > (Felix Mueller) http://www.die-muellers.org
- ## MOD Description: Shows a simple message box in the header. It can be edited in the ACP
- ##
- ## MOD Version: 1.0.0
- ##
- ## Installation Level: easy
- ## Installation Time: 10 minutes
- ##
- ## Files To Edit: common.php
- ## includes/constants.php
- ## includes/page_header.php,
- ## language/lang_english/lang_admin.php,
- ## language/lang_english/lang_main.php,
- ## templates/subSilver/overall_header.tpl
- ## templates/subSilver/subSilver.cfg
- ##
- ## Included Files: sam_hide.php
- ## sam_show.php
- ## admin/admin_sam.php
- ## templates/subSilver/images/sam_blank.gif
- ## templates/subSilver/images/sam_close.gif
- ## templates/subSilver/images/sam.png
- ## templates/subSilver/admin/sam_config_body.tpl
- ##
- ## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
- ##
- ##############################################################
- ## For security purposes, please check: http://www.phpbb.com/mods/
- ## for the latest version of this MOD. Although MODs are checked
- ## before being allowed in the MODs Database there is no guarantee
- ## that there are no security problems within the MOD. No support
- ## will be given for MODs not found within the MODs Database which
- ## can be found at http://www.phpbb.com/mods/
- ##############################################################
- ## Author Notes:
- ## Partner author: Wicher
- ##
- ##############################################################
- ## MOD History:
- ##
- ## 2007-06-15 - Version 1.0.0
- ## - Fixed a small language related thing
- ## - First official release
- ## 2007-06-15 - Version 0.0.6
- ## - Simple Admin Message is now switched on for all users when admin clicks submit button in ACP.
- ## (means when admin wants to show a new board message)
- ## Guests now dont see the hide button anymore.
- ## Added link to make users able to show the message again.
- ## 2007-06-14 - Version 0.0.5
- ## - users now can hide the message.
- ## changed the name of png image into sam.png
- ## 2007-06-14 - Version 0.0.4
- ## - added acp choice if guest can view the message or not.
- ## 2007-06-14 - Version 0.0.3
- ## - reorganized some stuff.
- ## 2007-06-13 - Version 0.0.2
- ## - Doing the second steps.
- ## 2007-06-02 - Version 0.0.1
- ## - Doing the first steps. So it's working, but not yet comfortable
- ##
- ##############################################################
- ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
- ##############################################################
|
Quote: |
###############################################
##
## Planned Features:
##
## [DONE] easymod compatible MOD file
## - [DONE] Own admin panel (so excluding it from the regular config)
## - [DONE] Switch to decide, if it's only visible for guests, users or both
## - [DONE] Button on the message, where the user can decide to switch the message off.
## [DONE] So reading it and then disable on a per user basis (should then be aware of
## above one. So only visible for users)
## [DONE] (should be switched on again when the admin switches between off and on showing message)
## - Any other ideas?
##
############################################### |
_________________
Wicher's phpBB2 Mods | Wicher's phpBB3 Mods | Statistics Mod 4.x.x
Last edited by Wicher on Sat Jun 16, 2007 7:21 am; edited 5 times in total |
|