Awaken Solutions Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Restrict] Plugin still active?Yes it does
Forum: Plugins
In reply to: [Simple Restrict] Plugin Active after DeactivationYou just need to deactivate the plugin, that’s all. None of the code of the plugin is ever run in that case.
I can’t think of what else is causing redirects besides browser caching. Try a different browser to see.
Forum: Plugins
In reply to: [Simple Restrict] Plugin Active after DeactivationIt is not possible for the plugin to work when it is deactivated. All the logic of hiding/showing content is within the plugin. Perhaps you need to check if your site / hosting provider / CDN are caching your website (serving an old version).
Forum: Plugins
In reply to: [Simple Restrict] Nested links asking for login againIn that case the issue is unrelated to this plugin, and I am not sure why your site is causing users to be logged out sometimes, sorry.
Forum: Plugins
In reply to: [Simple Restrict] Simple Restrict with Gravity Forms integrationThis would require you to write custom code. You would use the GravityForms
gform_after_submissionhook: https://docs.gravityforms.com/gform_after_submission/Your code would set the meta for the newly registered user to match the permission meta that gets created by the plugin.
Forum: Plugins
In reply to: [Simple Restrict] Nested links asking for login againRestrictions on a parent page don’t propagate to child pages automatically, you would need to restrict the child pages also.
But you mention that it is re-asking the user to login. If that is the case, then this is a problem unrelated to the plugin. This plugin only hides contents form a page; it plays no role in user authentication (login/logout).
Forum: Plugins
In reply to: [Simple Restrict] Temporarily UnavailableSorry. This is not related to the Simple Restrict plugin.
Forum: Plugins
In reply to: [Simple Restrict] BUDDPRESS PROFILEMy pleasure. And thank you for the positive review.
Forum: Plugins
In reply to: [Simple Restrict] BUDDPRESS PROFILEThis plugin won’t work for custom pages or post types like what you mentioned, only for standard pages.
- This reply was modified 6 years, 1 month ago by Awaken Solutions Inc..
Forum: Plugins
In reply to: [Simple Restrict] Plans for the feature?Unfortunately not. This would be available in most paid restrict plugins though.
Forum: Plugins
In reply to: [Simple Restrict] Bulk Add/Remove PermissionsThere’s no bulk importing with this plugin. A developer could perhaps add that functionality for you, or a more premium plugin could possibly do that too.
Forum: Plugins
In reply to: [Simple Restrict] Redirect Bug on Sub Folder InstallYou are right. This redirect to login is a feature someone else contributed to my plugin:
https://github.com/GitHubGreg/SimpleRestrict/commit/c5a9cb60cee9b16ca255d7407d41f71581b2f1e3And they hard-coded the base URL instead of the site URL. If you are a developer, feel free to submit a pull request at the above repo and I will implement the fix.
Otherwise, I will try getting it done, but can’t guarantee it will be soon.
Forum: Plugins
In reply to: [Simple Restrict] Restrict Page based on User RoleUnfortunately this is not available with this plugin. There may be others out there (or paid ones) which offer it.
Forum: Reviews
In reply to: [Simple Restrict] SO simple. Very easy to restrict.Happy to read such a nice review, and to know it helped you.
Forum: Plugins
In reply to: [Simple Restrict] Update restriction status with WebhooksIs your code able to add any user meta to the user?
If so, then it should definitely be showing up as a permission for the user (assuming you typed the user permission slug correctly, note that the slugs are prefixed).
If not, the issue of writing user meta needs to be fixed and then try again, because that is unrelated to this plugin.