Forum Replies Created
-
AuthorPosts
-
Syam MohanKeymaster
Hi Ahmet,
Sorry, it took a while to test. Because it needed a newer version of PHP than I was using.
I couldn’t find any issues. I was able to remove those menus by editing it. Can you try again by doing a restore first?
Thanks
Syam
Syam MohanKeymasterHi Emin,
Does this happen to all the roles or to a specific role?
Thanks
Syam
Syam MohanKeymasterHi Adam,
Can you paste the link to the other thread here?
Thanks
Syam
February 29, 2016 at 7:13 pm in reply to: Hide content of a specific plugin from users not logged in #25649Syam MohanKeymasterHi Andreas,
Your assessment is correct. You will have to set extended permissions against each post. The Bulk Edit functionality allows you to set the permission for multiple posts at the same time.
Thanks
Syam
February 25, 2016 at 8:38 pm in reply to: Invalid license / too many activations — figured it out. #25386Syam MohanKeymasterHi Denise,
You can have any number of variations you want. Licenses are validated against the home URL of the site. As long as your home URL doesn’t change in the back end you only need a single license.
Thanks
Syam
Syam MohanKeymasterHi Altug,
Are you trying to edit a built-in post type or a custom one?
Thanks
Syam
February 21, 2016 at 8:54 am in reply to: Hide hidden/locked pages from custom theme category page #24943Syam MohanKeymasterHi Joseph,
I totally understand the issue. But there isn’t an easy way to consume the permission data. You could try to read it directly from the DB. That won’t be a full proof method through.
Thanks
Syam
Syam MohanKeymasterHi Altug,
If you take a look at the documentation, the last section discusses a work around you can use.
Thanks
Syam
February 20, 2016 at 1:26 pm in reply to: Hide hidden/locked pages from custom theme category page #24896Syam MohanKeymasterHi Joseph,
User Role Editor works using the built-in action/filter hooks available in WordPress core. Extended Permissions works based on the where clause available in the query class.
So if the plugin doesn’t call these filters while getting these posts from DB, then the extended permissions won’t work.
Its not possible to modify the behavior of their code through this plugin. So if you can edit the template that will be better.
If you are modifying the template then you don’t have to worry about the extended permission setting. Instead you can code everything right there.
For example you will be able to check whether a user belongs to the ‘Editor’ role like this.
if(current_user_can('editor')) { }
I hope this helps.
Thanks
Syam
Syam MohanKeymasterThanks. I’ll test with ‘realia’ plugin and let you know.
Syam
Syam MohanKeymasterHi Ahmet,
Can you tell me how those menu items are generated? Is it from a plugin or theme? I just want to test it myself.
Thanks
Syam
Syam MohanKeymasterHi Ahmet,
What is your plugin version?
Thanks
Syam
February 17, 2016 at 12:55 pm in reply to: Show custom content or login form when user has no read capacity #24660Syam MohanKeymasterThis reply has been marked as private.February 17, 2016 at 12:30 pm in reply to: Hide hidden/locked pages from custom theme category page #24659Syam MohanKeymasterHi Joseph,
I don’t think we were on the same page earlier. When you mentioned ‘title’ I was thinking about page title, which displays on the browser.
Now I understand what the actual issue is.
Do you know how the theme’s hierarchical/category view is created? Is that something you have to manually type/create or does the theme create it from the available posts?
Does the theme store it every time a post is created then recreate it from the stored information or does it search the posts and create it every time that page is requested?
Does a shortcode will do any help?
Thanks
Syam
February 16, 2016 at 10:37 am in reply to: Hide hidden/locked pages from custom theme category page #24576Syam MohanKeymasterHi Joseph,
I don’t think I really understand the issue. Extended Permissions works on WordPress core wp_posts. As long as the “articles” are posts, it should be working the same.
Is it possible for you to send me a link to one of those pages so that I can see how it looks?
Thanks
Syam
-
AuthorPosts