$Id: readme-english.txt,v 1.9 2005/04/20 03:27:03 gij Exp $

- WAITING MODULE -

This module offers you an extensible waiting contents block into your XOOPS.

The original XOOPS block of "Waiting Contents" works only for official modules,
and is no longer extensible.
It is nonsense to have to do Hack for yourself when you use 3rd party modules.

By installing this module and adding proper plug-ins only,
you as webmaster can confirm any approval waitings of any modules at one view.


NEW FEATURE in 0.8

- plug-ins for waiting can be placed inside module's directory

If you as module developper put your plug-in as modules/(your module)/include/waiting.plugin.php, waiting module will find it.
The plugin in module's directory has higher prioriy than the plugin in waiting's directory.

- multiple waitings can be returned from single function

You can return waitings multiplly with the format as follows:
[code]
array(
  array("adminlink"=>URL",
        "pendingnum"=>NUM,
        "lang_linkname"=>LINKNAME),
  array("adminlink"=>URL",
        "pendingnum"=>NUM,
        "lang_linkname"=>LINKNAME),
  array("adminlink"=>URL",
        "pendingnum"=>NUM,
        "lang_linkname"=>LINKNAME)
)
[/code]

If you'll return just one waiting, this format is also ok.
[code]
  array("adminlink"=>URL",
        "pendingnum"=>NUM,
        "lang_linkname"=>LINKNAME)
[/code]
It will be deprecated functions named b_waiting_(dirname)_X

- modified the template as watings belonging modules

This modification makes that plug-ins need not to return the information of the module. It is enough to display short message like "submitted".



This module is made by Ryuji (http://ryus.biz/)
If you can read Japanese, let's visit Ryuji's site!


Included plug-ins:

-system -- comments (by GIJOE)
-news (by GIJOE)
-mydownloads(by GIJOE)
-mylinks(by GIJOE)
-WF-Sections(by GIJOE)
-piCal(by GIJOE)
-myAlbum-P(by GIJOE) multiple
-Agenda-X(by GIJOE)
-xDirectory(by GIJOE)
-yomi search(by nao-pon)
-simpleblog(by kousuke)
-Addresses(by gruessle)
-MyAds(by Tom_G3X)
-Tutorials(by GIJOE)
-xcGallery(by nao-pon)
-WF-downloads(by coldfire)
-SmartFAQ(by mariuss)
-WordPress ME(by nobunobu) multiple
-Weblinks(by Ryuji)
-popnupblog(by dashboard)
-xyp4all(by flying.tux)
-smartsection(by flying.tux)


CHANGES:

:ver 0.85| by GIJOE
- modified the dependencies of language files and constants radically

:ver 0.84| by GIJOE
- fixed a typo in the form for block's options (thx flying.tux)
- fixed some Notices in "not always" mode
- 2 plug-ins added
-- xfguestbook (thx karedokx) (0.84a)
-- AMS (thx karedokx) (0.84a)
- a plug-in modified
-- weblinks (thx Tom_G3X) (0.84b)

:ver 0.83| by GIJOE
- fixed missing a Creteria in getList()

:ver 0.82| by flying.tux
- few modifications in English
- few modifications in Italian
- 1 plug-in added
-- smartsection(thx flying.tux)

:ver 0.81| by GIJOE
- changed the route to admin (from block's option edit)
- modified English
- added some protections against direct accessing
- Italian added(thx flying.tux)
- 1 plug-in added
-- xyp4all(thx flying.tux)

:ver 0.8|
-- modified as reading plug-in from module's directory if it exists
-- multiple waitings can be returned from single function
--- almost plug-ins are modified along this new spec by GIJOE
-- modified the template as watings belonging modules
--- English and Japanese text are shorten by GIJOE
- 1 plug-in added
-- Weblinks(by Ryuji)

:ver 0.7c|
-- 1 plug-in added
--- WordPress ME(by nobunobu) multiple

:ver 0.7b|
-- 1 plug-in added
--- SmartFAQ (by mariuss)

:ver 0.7a|
-- 1 plug-in added
--- WF-Downloads (by coldfire)

:ver 0.7|
-- 2 language files added
--- spanish (by ColdBeer)
--- swedish (by Leif Madsen)
-- 1 plug-in added
--- xcGallery (by nao-pon)

:ver 0.6|
-- An option added whether it is displayed when no wating exists
-- 3 plug-ins added
--- Addresses (by gruessle)
--- MyAds (by Tom_G3X)
--- Tutorials (by GIJOE)

:ver 0.5|
-- some plug-ins added
-- English document file - is this - added.
