Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 29, 20214 yr I want to use Node(Tree) at the front-end so that a specific user group can add and edit nodes, sub-nodes. how can I do it ? is there any helper ?
May 8, 20214 yr /** * @brief [Node] Parent ID Database Column */ public static $databaseColumnParent = 'parent_id';
May 10, 20214 yr Author On 5/8/2021 at 4:58 AM, aXenDev said: /** * @brief [Node] Parent ID Database Column */ public static $databaseColumnParent = 'parent_id'; I know exactly how to use this class. My question is whether it is possible to use this class in the forms that we create for users or not? For example, suppose I want to allow users to register product categories. how Can I use this class in this case? Edited May 10, 20214 yr by ReyDev