langel87 Posted July 9, 2024 Posted July 9, 2024 Hi again! I would like to be able to show which group each category belongs to in the video uploader, just like in this image. Regards! Quote
Tech Support Posted July 9, 2024 Posted July 9, 2024 KVS default theme comes with this by default, there is a Categories Grouped Selector block in Website UI -> Global blocks. If you have it, you just need to update this line in the main .htaccess file: RewriteRule ^categories-selector/$ index.php?mode=async&function=get_block&block_id=list_categories_categories_selector&global=true [L,QSA] to this: RewriteRule ^categories-selector/$ index.php?mode=async&function=get_block&block_id=list_categories_groups_categories_grouped_selector&global=true [L,QSA] 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.