131 Posts
layonill
5 years ago
1
Topic

hi, I use the next query in the select dynamic field "SELECT title as text, id as value FROM #__categories WHERE created_user_id = $user->id" this allows the user to see in a form only the child categories the current user created, and it works, but, when you select the child, system does not categorize the article, it does nothing, and I read that this dynamic selection is use for this kind of things, so, how do I make it work?

Get a Book for SEBLOD
4229 Posts
Kadministrator
5 years ago
0
Level 1

You need to use exactly the same storage settings as in article category field (Standard-Article-catid)

Get a Book for SEBLOD