==== WRAPS a module for wrapping ===
A little module based on Duplicatable V3 (D3).
This module require the latest ALTSYS installed.
HOW TO INSTALL THE 1ST ONE:(1) copy html/modules/wraps into your moduels/.
(2) name the directory name as you like. (eg. mycompany)
(3) make a new folder out of DocumentRoot (eg. /home/yourhome/xoops_trust_path/)
(4) insert a line into just after defining XOOPS_URL in mainfile.php.
define('XOOPS_TRUST_PATH','/home/yourhome/xoops_trust_path'); // eg.
(The step of (3)/(4) is the same as fastestcache hack)
(5) make a directory 'modules' under the directory. (eg. /home/yourhome/xoops_trust_path/modules/)
(6) make a directory 'wraps' under the directory. (eg. /home/yourhome/xoops_trust_path/wraps/)
(7) copy xoops_trust_path/modules/wraps in this archive into XOOPS_TRUST_PATH/modules/ (eg. /home/yourhome/xoops_trust_path/modules)
(8) make a directory which has same name as (2) under XOOPS_TRUST_PATH/wraps/ (eg. /home/yourhome/xoops_trust_path/wraps/mycompany)
(9) copy any htmls,images into the directory for wrapping (eg. /home/yourhome/xoops_trust_path/wraps/mycompany/index.html)
(10) install it in XOOPS modulesadmin
(option) If you can use mod_rewrite, you will be happy by renaming .htaccess.rewrite into .htaccess
HOW TO INSTALL ANOTHER MODULE INSTANCE:(1) copy html/modules/wraps into your moduels/.
(2) name the directory name as you like. (eg. mypolicy)
(3) make a directory which has same name as (2) under XOOPS_TRUST_PATH/wraps/ (eg. XOOPS_TRUST_PATH/wraps/mypolicy)
(4) copy any htmls,images into the directory for wrapping (eg. XOOPS_TRUST_PATH/wraps/mypolicy/index.html)
(5) install it in XOOPS modulesadmin
That's all!
HOW TO UPDATE ALL MODULE INSTANCES:(1) copy/overwrite xoops_trust_path/modules/wraps in the new archive into XOOPS_TRUST_PATH/modules/ (eg. /home/yourhome/xoops_trust_path/modules/wraps)
(2) update the module in XOOPS modules admin if necessary.
That's all!
FAQ:Q) It only shows blank page when I click this module from main menu block.
A) Check it:
- Are they same named directory?
--- XOOPS_ROOT_PATH/modules/(dir) and XOOPS_TRUST_PATH/wraps/(dir)
- Does index.html exist in the directory for wrapping?
CHANGES:1.22 (2007/06/14)
- fixed rewrite_mode file name limitation
- renamed language files
-- ja_utf8 (formerly japaneseutf)
- modified search result with rewrite mode (1.22a)
1.21 (2007/05/12)
- changed the structure "altsys essential"
- added language constants override system (with altsys>=0.5)
- templatized mymenu (with altsys>=0.5)
- added language files
-- japaneseutf
1.20 (2007/03/12) update the module
- added a config of image caching for browser
- added an assign of xoops_pagetitle
- moved a file of main/mimes.php into include/
- modified module_icon.php cacheable
- fixed a typo in header('Expires'...) 1.20a
- modified admin_menu for new altsys 1.20b
1.12 (2007/01/10) update the module
- added auto update indexes for searching
- updated some D3 standard files
1.11 (2006/10/27) update the module
- added configuration to specify module top page
- modified checking file name (1.11a)
1.10 (2006/10/20) overwrite XOOPS_ROOT_PATH side also. (update the modules)
- modified compatibility with Cube 2.1 beta
1.06 (2006/09/14)
- modified compatibility with Cube 2.1 on installing multiply
- changed module's icon (thx argon)
1.05 (2006/09/05)
- modified compatibility with Cube 2.1 alpha4-c
- modified global search can find recursively
- added preload/ for future features
1.04 (2006/08/09)
- modified compatibility with Cube 2.1 alpha4
1.03 (2006/07/18)
- modified compatibility with Cube 2.1 alpha3
1.02 (2006/06/22)
- modified handling big files
- modified handling ob filter
1.01 (2006/06/18)
- applied to XOOPS 2.2.x
- fixed typo in admin_menu (thx kenchi)
1.00 (2006/05/16)
- 1st release
- page wrapping
- global search (for suin's search module) .html, .htm, .txt
- rewrite mode
- mymenu (altsys friendly)
- XOOPS_TRUST_PATH
- Duplicatable V3
- dynamic module icon