Love the plugin. Having some issues with pages, though.
If I set the ‘show private pages’ option, I get an error:
Warning: implode() [function.implode]: Invalid arguments passed in /home/timmurp1/public_html/wp-includes/post-template.php on line 755
If I set all pages to public manually, when I navigate to that page, the pages menu thinks all pages have no title. (see my blog at http://timmurphy.org for an example)
The plugin hides all categories bar one from Editors (possibly others too but disabled the plugin now) and would only allow and editor to see one page. Disabling access to this page for editors would show him another single one. Have 8 categories, disabling access to one would yield seven visible categories.
Also is there a way of disallowing hidden/protected posts/categories/pages/comments from being available via RSS? (as asked by the other two comments here)
Hi,
Wonderfull plugin ! Just 1 remark :
Posts hidden are always on the rss feed and anonymous user can read them. Do you know how can I fix that ?
THankx again for this usefull plugin,
P
You got Mail!
Hi Sascha,
How to remove from RSS?
Also, I just upgraded and now pages are hidden to Anonymous users, something Im missing?
Thanks again for great plugin!
Hi.
Love the plugin. Having some issues with pages, though.
If I set the ‘show private pages’ option, I get an error:
Warning: implode() [function.implode]: Invalid arguments passed in /home/timmurp1/public_html/wp-includes/post-template.php on line 755
If I set all pages to public manually, when I navigate to that page, the pages menu thinks all pages have no title. (see my blog at http://timmurphy.org for an example)
Thanks for the great work.
T
To fix the warning: implode() error, change capa.php:94 from
return FALSE;
to
return Array();
See http://wordpress.org/support/topic/284065
Hi,
The plugin hides all categories bar one from Editors (possibly others too but disabled the plugin now) and would only allow and editor to see one page. Disabling access to this page for editors would show him another single one. Have 8 categories, disabling access to one would yield seven visible categories.
Also is there a way of disallowing hidden/protected posts/categories/pages/comments from being available via RSS? (as asked by the other two comments here)
Regards,
I’m on 2.7.1 btw