Restrict author categories in Publisher
- Edited
I think you all have a bug which lead me to some confusion. It's probably just best to show you what's happening. See here:
[REMOVED PER YOUR REQUEST]
The section for "ignore Selected Categories When Authors Submit Articles" in the "Authors & Articles" section is not allowing me to select certain categories.
Testing post posts can be done successfully. Restricting the categories, as demonstrated in my video, is buggy.
Done. Please let me know what you find.
ourblok1
Hi
I can still see the video on Youtube, For the issue kindly re checked the catregory are not showing in your video too.
http://prntscr.com/uv43v4
No selected category showing on frontend : http://prntscr.com/uv44dy
Please watch the video again. The problem is I want to exclude more categories and your software has a bug that is preventing me from selecting those additional categories. please see the video.
ourblok1
Hi,
You can open file administrator\components\com_publisher\views\settings\tmpl\default.php
Change line 4872
to this
<div id="ignor-joomla" style="display:<?php echo $display_joomla; ?>; float:left; position:relative;">
Line 4882
to this
<div id="ignor-k2" style="display:<?php echo $display_k2; ?>; float:left; position:relative;">
Line 4892
to this
<div id="ignor-zoo" style="display:<?php echo $display_zoo; ?>; float:left; position:relative;">