itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Groups] Redirect if no access / login redirect based on group#1 http://ww.wp.xz.cn/extend/plugins/groups-404-redirect/
#2 http://ww.wp.xz.cn/extend/plugins/peters-login-redirect/ – only that it wouldn’t allow you to redirect depending on what group … but it shouldn’t be too hard to get it to do that as well
It would be quite easy to achieve this with an extension (plugin) that builds on Groups’ API:
– Hooked on the
groups_created_groupaction, apply steps 1, 2 and 3.Oh and of course, instead of using a role that allows to use that functionality, you can also create or use an existing capability, assign it to a group and thus allow members of that group to do it. But if it’s all editors, than letting them do it would probably be easier.
I’m not sure if something like that should go into the Groups core, mainly because I’d like to keep it within its layer of abstraction without going too far up into use cases that build on basic ones. I would still consider the possibility though 🙂
Forum: Plugins
In reply to: [Groups] What about social media login as Facebook ?Hi Nicolas,
Thanks for the nice comment 🙂
I think you can use the Social Login plugin along with Groups nicely, I haven’t tried it myself though. Is there any aspect about Groups and Social Login you would be concerned about in particular?
Cheers
Forum: Plugins
In reply to: [Groups] multiple users & viewsIt can be made possible using capabilities but not without customization that hides orders based on those capabilities. You could use Groups’ API to check the capabilities and then filter the orders based on these, or more directly filter the queries that are used to show the orders and use the capabilities for that. But … it’s not something that can be done OOTB.
Forum: Plugins
In reply to: [Groups] Force Read AccessAssume groups AAA and BBB with capabilities aaa and bbb assigned and enabled to restrict access to posts. You can allow members of AAA to work with posts that require bbb if you also assign that capability to AAA. Another way is to use hierarchical groups as they inherit the capabilities of the parent group.
Forum: Plugins
In reply to: [Groups] group not listed on users pageDo you have any other plugins installed that might interfere? You’re also supposed to see at least the Registered group in that column as all users are in there by default.
Forum: Plugins
In reply to: [Groups] cannot restrict viewing mediaAccess to the actual files isn’t blocked, this means that if someone knows the URL of an image for example, they will be able to access it. What is protected is the attachment itself.
Forum: Reviews
In reply to: [Open Graph Protocol Framework] great pluginHi dashaluna, thank you very much for the nice review!
Please feel free to post your suggestions, I’d very much appreciate them.
Cheers!
Forum: Reviews
In reply to: [Groups] Absolutely what I was looking for!Wow thanks, that’s really nice to hear 🙂
Forum: Plugins
In reply to: [Open Graph Protocol Framework] How to finish my Open Graph configuration ?You don’t need to configure a Facebook App to use the plugin 🙂 Just install and activate 🙂
Forum: Plugins
In reply to: [Affiliates] SubdomainNo, at least not OOTB in the current version as it is intended to run separate affiliate programs on each subdomain (assuming a multisite environment).
I’ve had similar questions lately and am considering to add an option that allows to centralize the affiliate program on one of the blogs.
Forum: Plugins
In reply to: [Affiliates] Referral for action versus sale?@coupmom What newsletter system are you using please?
Forum: Reviews
In reply to: [Affiliates] works greatThanks herbeis, I certainly appreciate your valuation 🙂
Cheers
Forum: Reviews
In reply to: [Groups 404 Redirect] Doesn't seem to be workingIt works when I test it, maybe a conflict on your site with the theme or another plugin?
Please post a link to have a look at the page.Forum: Plugins
In reply to: [Groups] User can edit admin accountPlease check your setup and test for conflicting plugins. This doesn’t happen on a correct installation.