itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Groups] Incompatibility with Nextgen Gallery Plugin?The usual procedure then, disable all plugins, use default theme, start enabling plugins one-by-one and test – at some point things would stop working as expected and that’s when you find the culprit.
Forum: Plugins
In reply to: [Groups] Breaking apply_filters('the_content) for meSounds familiar due to other plugin creating a conflict … what other plugins are active?
Forum: Plugins
In reply to: [Groups] Incompatibility with Nextgen Gallery Plugin?They work fine together. E.g. tested on WP 3.4.2, Groups 1.3.2, NextGEN 1.9.7 with access restricted to post and using [nggallery id=”1″] showing an existing gallery to authorized users.
Forum: Plugins
In reply to: [Groups] Guest users postsNot directly as of now, you could hide the content of these posts though and show an alternative using the [groups_member] and [groups_non_member] shortcodes.
Forum: Plugins
In reply to: [Groups] Can't get groups to work with woocommerce subscriptionsYou should either post on WooThemes following the indications or on itthinx.com as indicated on this page – the plugin page to review and post questions on would be here.
Forum: Plugins
In reply to: [Groups] Option to enable "post read access"-relevant Capability by defaultThanks for the suggestion Torben, yes the default is to have the restrictions off but there is no option you could use to turn one of the capabilities on by default. I’m taking note of this as a feature request.
Forum: Plugins
In reply to: [Groups] Page content by group statusIt’s the double quotes you are using – you must use
"instead of”Forum: Plugins
In reply to: [Affiliates] Tracking Clicks?Thanks for the suggestion Matt, it already provides for that:
[affiliates_hits]
[affiliates_visits]Along with [affiliates_referrals].
See http://www.itthinx.com/documentation/affiliates/shortcodes/
Forum: Plugins
In reply to: [Groups] Able to install Groups plugin, but unable to activate the plugin.It’s a conflict between BAW Moderator Role and Groups. If you want to use Groups and want to have users who can moderate comments, you can create a group and assign appropriate capabilities, you don’t need another plugin for it. For example:
1. create a group Moderators
2. assign these capabilities to the group:edit_posts, edit_others_posts, edit_published_posts, read
3. add users to the Moderators group as desired
Forum: Plugins
In reply to: [Groups] [Plugin: Groups] Filter the user list by group?This is now available (as of Groups 1.3.1).
Forum: Plugins
In reply to: [Groups] Able to install Groups plugin, but unable to activate the plugin.Ok thanks for that, I’ll have a look and get back on this …
Forum: Plugins
In reply to: [Groups] Able to install Groups plugin, but unable to activate the plugin.What other plugins are activated on the site please?
Forum: Plugins
In reply to: [Groups] Incompatibility with Smart Archives Reloaded pluginWhat happens is that Groups’ filter in
Groups_Post_Accesshooked onthe_postsreceives an array of assumed posts that aren’t really posts, and the entries are missing their IDs which then causes the Notice to be thrown out.Someone please correct me if I’m wrong, but
the_postsis supposed to receive an array of valid post objects, right? Or should filters hooked onthe_postsarmor themselves against arbitrary entries like such without an ID?I would like to keep conditionals in that filter to an absolute minimum and I assume that a precondition to when the filter is invoked is that the objects it receives have an ID. I will close the issue for now but if I’m wrong please reopen and the additional check for ID would be added.
Forum: Plugins
In reply to: [Groups] groups_read_post questionHi,
Have a look at the video on this page from 1:30, you create a capability per group and use access restrictions based on these.
Cheers
Forum: Plugins
In reply to: [Groups] Hide publics posts from groupsThe only sensible way that I think would provide this kind of functionality would be to have access restrictions based on not having a capability … but the notion of hiding something public isn’t quite sound as a concept. @castijnen’s solution to split this into two different sites is probably more in line with the respective use case.