itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Groups] How to list the names (displayed names) of group members?It’s a possibility, although that view (in class-groups-shortcodes.php) is rather experimental and to make it versatile it would require a lot more than just adding the possibility to display a specific user field.
Forum: Plugins
In reply to: [Groups] Import and exportYes, and you might also want to retrieve these: the plugin’s settings stored as
groups_optionsinwp_optionsandgroups-admin-overridein there as well.Forum: Plugins
In reply to: [Groups] How to add signup or login formThere are shortcodes for that [groups_join] and [groups_leave] that are documented on http://ww.wp.xz.cn/extend/plugins/groups/
Forum: Plugins
In reply to: [Groups] Current User CapabilitiesPlease have a look at the Groups plugin page, there are code examples in the comments related to that.
Forum: Plugins
In reply to: [Groups] Automatically remove user from group after 24 hoursSuch functionality is provided through the integrations with WooCommerce and Jigoshop, even if you don’t want to sell access you’re be able to achieve that through free products and those integrations. Otherwise a plugin that takes care of removing the users after that period would be a solution.
Forum: Plugins
In reply to: [Groups] Bulk edit capabilityCertainly a useful feature. If anyone is interested in helping with implementation please get in touch, I’d like to facilitate collaboration on the plugin through GitHub if there’s interested in that. In any case, I’ve taken note of the feature request.
Forum: Plugins
In reply to: [Groups] add default groupYou would probably do best in creating a little add-on that creates those groups for you when a new blog is created. You can re-use the code that creates the Registered group for that.
Forum: Plugins
In reply to: [Groups] Editor assigning Access Restriction CapabilitiesProbably a conflict, see this comment.
Forum: Plugins
In reply to: [Groups] Pagination broken with GroupsDo you still experience this with the latest release? If I remember well this has been fixed (although it doesn’t appear in the changelog). If not, please re-open the topic or post a comment on http://www.itthinx.com/plugins/groups/ where I attend to more frequently than here.
Forum: Plugins
In reply to: [Groups] Warning when saving pagesThat should be covered with the latest release.
Thanks for mentioning it though 🙂
Forum: Plugins
In reply to: [Groups] [groups_member group="x"] questionHi Uwe,
I just got to see your topic here 🙂 Sorry I haven’t had the time to respond to your last emails yet, will try to get there.
Is the first post still an issue?
Cheers
Many thanks for the suggestions, part of these have already been implemented by others but I haven’t had a chance to incorporate these into the code. I’d be very happy to set up a repository on GitHub for the plugin to facilitate this kind of contributions. Would you be interested in that?
Forum: Plugins
In reply to: [Groups] importing / refreshing new custom capabilitiesCurrently that would be the only easy way, but adding an option to do that so the plugin doesn’t have to be reactivated would be a good idea. I’ve taken note of that (to include the option).
Forum: Plugins
In reply to: [Groups] How to list the names (displayed names) of group members?Thanks for posting your solution 🙂
Forum: Plugins
In reply to: [Groups] Import and exportYou would need to assure that the post meta is recovered as well. The access restrictions are saved as such.