Seite 1 von 1

Neuen Textzug im Forum jeden Tag ab 20 Uhr!

Verfasst: 17.09.2004 11:01
von SonnyB
Hallo zusammen,

zu meinem Anliegen:

Ich betreibe ein Forum mit einem eigenen Chat, wo sich Leute jeden Tag ab 20 Uhr treffen. Jetzt möchte ich, dass jeden Tag von 20-22 Uhr im Forum ein Text erscheint, wo drin steht "Jetzt im Chat mitreden!".

Wie kann ich sowas in phpbb Forum realisieren.

Danke.

Verfasst: 17.09.2004 11:58
von Helmut
Hallo SonnyB,

da könnte dir dieser Mod http://www.shannado.nl/forumorg/board_msg_xl.zip vielleicht etwas weiter helfen. Er ist zwar schon etwas älter, aber du kannst damit auch mehrere Meldungen gleichzeitig zeitgesteuert anzeigen lassen. Die Administration geht über das ACP dort kannst du alles bequem einstellen.

Gruß Helmut :wink:

Verfasst: 17.09.2004 12:00
von SonnyB
Danke, Helmut.

Gibt's dazu auch eine Beschreibung oder ein Demo?

Verfasst: 17.09.2004 12:09
von Helmut
Hallo SonnyB,

nee ein Demo oder so gibts glaube ich nichtmehr, ich habe den Mod bei mir schon vor gut einem Jahr eingebaut. Hier ist er zu finden: http://www.shannado.nl/forumorg/

Ein Auszug aus der Anleitung:
## EasyMod 0.0.10a compliant
#################################################################
## MOD Title: Board Message MOD XL
## MOD Author: Shannado <sven@shannado.nl> (Sven) http://www.shannado.nl/forumorg
## MOD Description: With this MOD the admin is able to set mulptiple message at the top of the board.
## He/She can choose in the board configuaration, if the message appear on ALL pages or on the Index ONLY or
## not at all or on the forum you selected. It can handle more then 255 characters
## MOD Version: 1.0.5
##
## Installation Level: Intermediate
## Installation Time: 15 - 25 Minutes
## Files To Edit: page_header.php,
## overall_header_tpl,
## constants.php,
## functions.php,
## session.php
## Included Files: admin_board_msg_xl.php,
## board_msg_xl_edit_body.tpl,
## board_msg_xl_view_body.tpl,
## board_message_xl.php,
## functions_bm.php,
## board_msg_xl_preview_body.tpl,
## lang_main_bm_xl.php,
## lang_admin_bm_xl.php
## default.gif
##############################################################
## 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:
##
##############################################################
## MOD History:
##
## YYYY-MM-DD - Version x.x.x
## - version notes go here
##
## ------------
## 01-01-2002 - 0.6.0 beta
## - Beta
##
## 01-01-2002 - 0.9.0 beta
## - A lot of improvements and extended the functionality
##
## 01-01-2002 - 0.9.1 beta
## - Error in the sort function
##
## 01-01-2002 - 0.9.2 beta
## - Fixed small errors
## - Enabled BB Code
##
## 01-01-2002 - 0.9.3 beta
## - Fixed Typo in constants.php
## - forgot to to include bbcode_strip() function in the HOW TO
##
## 01-01-2002 - 0.9.4 beta
## - When editing/adding the message, you can preview the message
## - More Smilies window added (just like when posting a post)
## - Cleaned up the code a bit
##
## 01-01-2002 - 1.0.0 FINAL
## - FINAL
##
## 01-01-2002 - 1.0.1 FINAL
## - When Gzip comression enabled there were some problems.
##
## 01-01-2002 - 1.0.2 FINAL
## - Link to the FAQ was wrong
##
## 01-01-2002 - 1.0.3 FINAL
## - Fixed error in pagination
##
## 01-01-2002 - 1.0.4 FINAL
## - Made phpBB v2.0.2 complaint and EasyMod 0.0.7 complaint
##
## 05-12-2003 - 1.0.5 FINAL
## - Made phpBB v2.0.6 complaint and EasyMod 0.0.10a complaint
## - Adjusted to the new Template
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################
#


Gruß Helmut

Verfasst: 21.09.2004 13:02
von SonnyB
Danke, Helmut. Schau ja super aus.

Aber meine Frage, kann ich damit beispielsweise sowas realisieren, dass jeden Tag von 20-22 Uhr dieser Text oben erscheint?

Das ist mir noch nicht ganz klar.

Danke.