PEAK XOOPS - D3 templates development in englishin japanese

Archive | RSS |
XOOPS
XOOPS : D3 templates development
Poster : GIJOE on 2006-10-24 05:10:51 (7987 reads)

in englishin japanese
The latest altsys has a feature helping to develop templates of D3 modules.
You may know "auto update feature" for conventional modules already.

eg) updating templates developping modules of xhnewbb and xhld0.
insert 2 lines into mainfile.php just after including "include/common.php".


$tplsadmin_autoupdate_dirnames = array( 'xhnewbb' , 'xhld0' ) ;
include XOOPS_TRUST_PATH."/libs/altsys/include/autoupdate_from_module.inc.php" ;


The new feature looks like it.
(insert 2 lines into mainfile.php just after including "include/common.php")

$tplsadmin_autoupdate_mydirnames = array( 'd3forum' , 'aaaaa' ) ;
include XOOPS_TRUST_PATH."/libs/altsys/include/autoupdate_from_d3module.inc.php" ;

Care $tplsadmin_autoupdate_mydirnames should be assigned dirnames under XOOPS_ROOT_PATH/modules/ instead of XOOPS_TRUST_PATH/modules/

Enjoy it!

0 comments

Related articles
Printer friendly page Send this story to a friend

Comments list

Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!