taicv
Forum Replies Created
-
Forum: Plugins
In reply to: [GrabWP Tenancy] Suggestions for improvmentHi @indigorise
In version 1.0.5 I just implemented Settings page for tenant capability controls which might meet your need.
- Disallow File Mods (restrict tenant site to install/remove plugins or themes)
- Disallow File Edit (restrict tenant site to edit plugin and theme’s files)
- Hide Plugin Management from tenant site menu
- Hide Theme Management from tenant site menu
- Hide GrabWP Plugins
Best,
Tai ChuForum: Plugins
In reply to: [GrabWP Tenancy] Suggestions for improvmentHi @indigorise, thanks a lot for your detailed feedback and suggestions! Let me go through each point:
- Hide GrabWP in tenancy sites → This feature is already included in the Pro version.
- Choose which plugins appear in tenant sites → Not available yet, but definitely possible. I’ll keep this in mind for future updates.
- Hide plugin/theme management for tenants → Also not available yet but possible. To have plugin/theme control exclusively from the main site, it would require building a “bridge” between the main site and tenant sites. Since GrabWP currently focuses on keeping each tenant fully isolated and independent, I need to think carefully about how to make this work while keeping stability.
- Custom login redirect → GrabWP already has a built‑in way to log in to tenant sites from the main site. The only extra step is to enable GrabWP inside the tenant once. A good approach is to create a small must-use plugin (
wp-content/mu-plugins/) to handle this, so all tenants inherit it automatically. Here’s an example file you can use:
https://gist.github.com/taicv/6fb1243cbd2ee8c161b094287ac9efd8. I haven’t tried “wps hide login” yet and might need you help further on this.
I really appreciate your offer to help with features it means a lot! Your input gives me a clearer picture of what would be most useful to users.
For better discussion and Pro version Testing if you have time, please go to plugin website in the plugin description, you can find me email.- This reply was modified 7 months, 4 weeks ago by taicv.
Forum: Plugins
In reply to: [GrabWP Tenancy] Upload images don´t show upHello @indigorise,
This issue is caused by overly strict rules in my.htaccess.
Please editwp-content/uploads/grabwp-tenancy/.htaccessand remove everything from line 15 onwards. We only need to block directory listing and PHP execution.I’ve just uploaded a hotfix, but in this case you’ll need to edit the file manually.
Thanks a lot for trying out the plugin!
After disabling the plugin and reactivating it, the warning is gone.
I’m using LocalWP. The issue occurs if the site is cloned from a blueprint that already has the plugin activated.
I think my case is rare. Thanks for the prompt response and the great plugin, Jan.