Sabeth Landsberg
Forum Replies Created
-
We’ll, I’ll keep an eye on it anyway.
😉
So I’ll notice when a feature like this gets available.Thanks.
That’s it! Thanks for the quick update.
It’s fixed and working as desired 😉Do actually plan to do something similar with “link categories”?
Hiding link categories and their listing from non-logged-in users?I didn’t find any reasonable plugin to do this so far. Or plugin, that will show private links to admin (right now, if you put a link to private, is only viewable in the backend… for whatever reason).
Just an idea. Right now I don’t need it, it just came to my mind.
Thanks again.
Hi Oliver,
to answer the first question (just to be shure): Hidden categories should be hidden in category list for non-members, but should be visible for members. In 1.5 it worked like this.
I now updated to 1.6.2 and, when I’m logged in, I can see all my categories. That’s correct/wanted.
But when I log off, I do get the following errors in the category list:
‘Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /is/htdocs/wp1011152_J8VBOAH1QC/www/photography/wp-content/plugins/private-wordpress-access-control-manager/lib/xfw_private.class.php on line 1012
Warning: implode() [function.implode]: Invalid arguments passed in /is/htdocs/wp1011152_J8VBOAH1QC/www/photography/wp-content/plugins/private-wordpress-access-control-manager/lib/xfw_private.class.php on line 1012′
Sorry for the broken subject line… didn’t take of the trackpad…
Same with 1.6.1
Forum: Plugins
In reply to: [Plugin: Private! WordPress Access Control Manager] No Categories to set?Hi Oliver,
thank you so much, and sorry, for getting back only now.
I updated to v 1.5.0 and it is exactly, what I’ve been looking for…
So far I didn’t test every new feauture, but the basic to hide category names in category lists works brilliantly. I’ll keep testing every feature, and will get back to you.I thouhgt so, that there might be some pitfalls, because I didn’t see any plugins so far, that offer that possible your plugin is offering.
Right now my (photo) blog (with yapb) has about 50 posts, and I didn’t encounter any performance issues so far.Thanks for the great work – …let’s see if I can find your paypal account to honour this… 😉
Forum: Plugins
In reply to: [Plugin: Private! WordPress Access Control Manager] No Categories to set?Hi Oliver,
works brilliantly now.!!
I see all my categories, and can set rights form them.Indeed I had renamed the first category, which is always “uncategorized” as I understand, several times, so this might be, where the confusion came from.
Thank’s so much for your help!!
Another quick question: Is there a way with your plugin to also prevent “hidden” categories to be shown in category lists?
Thank you!
Forum: Plugins
In reply to: [Smarter Navigation] [Plugin: Smarter Navigation] get_referrer_category()Hi Claude,
I had the same issue, tried lots of code combinations, and finally found out, it is a javascript on my site which prevented this fine plug-in to be working with multiple categories assigned, too.I found out by having a look into the content of the cookies set by this plugin. The content of cookie “smarter navigation[url]” always ended with dummy.css.
I thought: this might be confusing to “smarter navigation”, as I had red on some other forum topic that javascripts may prevent smarter navigation from working properly.So I figured out that this “dummy.css” came with a javascript, and did disable this one. From that moment everything worked fine.
Another thing: You don’t have to call ‘get_referrer_url()’ explicitely or place it somewhere in your theme. This function is defined inside template-tags.php, and template-tags.php is included in main.php.
Hope this helpes, and please correct me, if I was mistaken.