HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to exclude categories that no one can post to
Hi,
I have 3 categories set as type 'categories', which are only headings to the sub-categories under them.
How can I exclude these from the categories drop down menu"
When I look at catdrop.css, I see that it pulls 'all' categories & I don't see how I can exclude my header categories.
Is this possible?
Please advise.
Thanks,
-N
0
Comments
Hm would need a link to see what is happening. Most likely has to do with what you have checked in the dashboard in the categories section.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
https://nocturnalfeast.com/
Yes the plugin is not set up to work with subtree , it is calling the full array of categories here
I need to experiment on adding the getSubtree function to the plugin so if
$DoHeadings = c('Vanilla.Categories.DoHeadings');
is chosen for making child categories, then instead of calling the GetFull(); it will use$_CategoryData = $CategoryModel->getSubtree();
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Let me know what you find. Thanks.