| Re: How to use XOOPS tree? |
| by Mamba on 2023/8/12 8:04:44 Yes, when you use the getChildTreeArray function, you include it like this: le="color: #000000"><?php $tree->getChildTreeArray(0, 'title ASC');
|
| Re: How to use XOOPS tree? |
| by cadch on 2023/8/5 16:52:03 Thank Mamba~ I connect database change le="color: #000000"><?php $tree = new XoopsTree($table,'id','parent'); Is succeeded. I have a request "class XoopsTree function" Is it possible to add options for "ASC" and "DESC"? |
| Re: How to use XOOPS tree? |
| by Mamba on 2023/7/23 8:27:03 My mistake! My apologies! It should be /xoopstree.php and not /tree.php Please use this line: le="color: #000000"><?php require_once XOOPS_ROOT_PATH . '/class/xoopstree.php';
|
| Re: How to use XOOPS tree? |
| by cadch on 2023/7/21 14:33:14 I have a message le="color: #000000"><?php Error: Class "XoopsTree" not found Can you help me |
| Re: How to use XOOPS tree? |
| by cadch on 2023/7/21 11:38:34 Thank Mamba~ |