Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
ReyDev Posted April 29, 2021 Posted April 29, 2021 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 ?
aXenDev Posted May 8, 2021 Posted May 8, 2021 /** * @brief [Node] Parent ID Database Column */ public static $databaseColumnParent = 'parent_id';
ReyDev Posted May 10, 2021 Author Posted May 10, 2021 (edited) 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, 2021 by ReyDev
Recommended Posts