Event Guide module


Summary

Event guide module will display event guidance and reservations for the event. The modules has functions as follows:

Using Steps

  1. Install this module
  2. XOOPS at [Admin Menu - System - Modules Admin] to install "event guide" module.
    module setup for event guide if you want. [Admin Menu - Event Guide - module setup]
  3. Register New event
  4. Write event guide document and register it. The reservation form can be changed afterwards.
  5. Event reservations
  6. Reservation list and Adminstrators can login with user permissions via the "Adminstration" link.

Functions

Event Registration and Display

  1. Show Summary Listed
  2. Blocks (Date and Title list)
  3. Show all (with reservation form)
  4. When user with Admin permission or event poster - will display administration links.

Event Edit

  1. New Event Registration - allow admin or setup group
  2. Reservations

Admin functions

  1. Event Configuration
  2. Event operations
  3. Notify new event registered users

Event Configuration

Event Guide module setup items as follow:
Itemvaluedescription
Permit event registration groupGroup (Regsiter Users)allow group to register new event
Notification mail to admin when New Event registerdYes/No
Need to approve New EventYes/No
Notification of new event to requested userYes/No
Display additional items in listfield counts (3)
Display events in top pageEvent counts (10)

Additional fileld Formats

In Reservation Additonal items set to FORM when used order to make reservation. These additional items are setup with the following formats:
line ::= ["!"]item-name["*"][,type[,argument...]]

type ::= {text|checkbox|radio|textarea|select}
argument ::= [value ["+"] "="] label

examples:

setupDisplayed form
Name*Name*
Name*,size=5Name*
Name*,size=5,#comment textName* comment text
Selection,radio,Item1+,Item2,Item3Selection Item1   Item2   Item3  
Selection,checkbox,Item1+,Item2,Item3Selection Item1   Item2   Item3  
Selection,select,Item1,Item2,Item3Selection
#message textmessage text

Changes

2005/11/12 1.7.2
2005/11/12 Security fix: remove table name(internal info) in error message
2005/11/12 Security fix: SQL injection vulnerability still there
2005/11/12 1.7.1
2005/11/12 Security fix: SQL injection vulnerability still there
2005/11/12 fix previus page control bug
2005/11/11 1.7
2005/11/11 Security fix: SQL injection vulnerability
2005/11/10 fix reserved count miss when cancel operation to another event
2005/11/10 fix for XOOPS 2.2 compatibility
2005/10/30 1.6.8
2005/10/22 fix event owner (when no admin permition) can't confirm request.
2005/10/20 fix TimeZone handle mistake
2005/09/28 1.6.7
2005/09/28 Update language/english resources (from jyotirmaya, thanks)
2005/09/19 1.6.6
2005/09/19 No Reservations anchor display when reservation disabled
2005/09/12 change to use $HTTP_{GET|POST|SERVER}_VARS to $_{GET|POST|SERVER}
2005/06/15 1.6.5
2005/06/15 fix typo bug in include/search.inc.php
2005/06/13 1.6.4
2005/06/13 Add description in search result (for RSS enhancement).
2005/05/23 Fix force encode charset only in Japanese (problem in other multibyte language).
2005/05/23 fix quote_gpc setting problem.
2005/04/02 Fix cancel report mail send failer.
2004/12/03 1.6.3
2004/12/03 Fix page for next in event listed
2004/07/17 1.6.2 Release.
2004/07/17 Fix failer when URL base is not root.
2004/07/15 1.6.1 Release.
2004/07/15 Fix module setting failer.
2004/07/07 1.6 Release.
2004/07/07 Sort order change(recent first) in previus events.
2004/07/06 Add link top of module in blocks
2004/07/06 Check stop reservation. (When change state until write forms)
2004/07/04 Add search function at notification list in admin.
2004/07/04 Reservation enable/disable switch in admin list.
2004/07/04 Encoding misstake in Japanese
PHP 4.2.3 mbstring bug? (Not found error in patched version) Adhoc escape code added.
2004/07/04 fix checkbox items extra count for empty
2004/06/29 Display reservation list function added.
2004/06/29 Over booking if last time multiple ordering.
2004/06/06 Information Sending not work if there is no one reservation.
2003/12/17 Input coding system auto convert (if mbstring enabled)
2003/12/17 CSV output using mb_convert_string(if enabled) to SJIS convert.
2003/12/17 fix XOOPS2 make error in block display
2003/12/15 fix XOOPS2 approbe notifies date mailfunction.
2003/12/03 fix XOOPS2 to be error set to top page.
2003/12/01 fix XOOPS2 not work prev ancker - remove depend globals
2003/10/21 1.5 Released.
2003/10/17 remove register_globals depenency (support XOOPS 2.0.5)
2003/08/04 fix menu orders and uncompatible messages between XOOPS1 and 2
2003/07/21 1.4 Released.
2003/07/21 fix reservation form not work.
2003/07/19 1.3 Released.
2003/07/19 add number of listed items in block, using block options.
2003/06/10 1.2 - add compatiblity for XOOPS2
2003/05/26 1.1 - remove depend local patch.
2003/02/07 1.0 Released.

Nobuhiro Yasutomi <nobuhiro.yasutomi@nifty.ne.jp>
MySite Users http://mysite.ddo.jp/
$Id: help.html,v 1.14.2.3 2005/11/12 06:22:47 nobu Exp $