myblocksadmin.txt

来自「在综合英文版XOOPS 2.09, 2.091, 2.092 的基础上正式发布X」· 文本 代码 · 共 44 行

TXT
44
字号
- myblocksadmin -


SUMMARY:

This files add blocks admin into your module.


BACKGROUND:

XOOPS's admin of blocks and groups will be hard to use,
when many modules is installed.
If each module has the block management screen for itself,
webmasters using XOOPS will feel it easy, I think.
I will recommend it to the module developers by all means.


HOW TO USE:

1) copy these 3 files into XOOPS_ROOT_PATH./modules/(your module)/admin/
2) edit admin/menu.php and add a menu item like this:

	$adminmenu[] = array( 'title' => _MI_SYSTEM_ADMENU2 ,
	                      'link' => "admin/myblocksadmin.php" ) ;

That's all !



CHANGELOG:

2004-02-29 0.04 security patch
2003-12-18 0.03 for XOOPS <= 2.0.3 patch
                (gperm_handler->deleteByModule() has only 1 parameter)
2003-12-12 0.02 'module_read' and 'module_admin' to be able to change
2003-12-4  0.01 first release



COPYRIGHT:

I do not insist on the right of these codes, and don't guarantee.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?