cubeUtils Module
1.What's this?
This is a Sample Module for XOOPS Cube2.1.
This Module has following features.
- AutoLogin Hack
- MultiLanguage Hack
- iGoogle Gadget Block (Experimental)
AutoLogin and MultiLanguage features is based on GIJOE'S XOOPS 2.0.x Hack
2.How to Use it?
This module requires XOOPS Cube2.1 or higher.
- Enbling AutoLogin Feature
In cubeUtils module preference screen
- Set [Use Auto Login] to "Yes"
- Maximum lifetime for AutoLogin into [Auto Login Lifetime] field in hours.
- Customize Multi Language Feature
With default setting, You can switch language between "Japanese" and "English".
If you want to customize it , you shold copy
/modules/cubeUtils/include/conf_ml.dist.php to conf_ml.php,
and then edit it as you want.
After setting done, if you can write a multi language content like as follow.
[ja]NIHONGO[/ja][en]English[/en]
And if you insert [ja]mlimg[/ja] in your content, you'll see national flags to switch language.
- iGoogle Gadget Block (Experimental)
This feature enbles any guest visible blocks on Xoops Cube Legacy will be displayed in your iGoogle page as gadget. (Brief document is under constuction)
3.Change Log
2006-08-21 : Version 0.1 Release
2006-09-02 : Version 0.2 Release (Bugs reported by GIJOE are fixed)
2006-09-04 : Version 0.3 Release (Bugs reported by plusangel are fixed)
2006-09-25 : Version 0.4 Release (This will be able work with XOOPS Cube2.1 Alpha5)
2006-10-22 : Version 0.5 Release (This will be able work with XOOPS Cube2.1 Beta1)
2008-02-27 : Version 0.6 Release (Remove some 2.1 Beta compatible portion)
2008-03-17 : Version 0.6 Release (Add iGoogle Gadget feature and minor fix)