itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Decent Comments] Comment authors name without linkMany thanks Ursula 🙂
Regarding the author link, currently there is no option to change it in the plugin. You could add the following filter:
add_filter( 'get_comment_author_url', 'my_get_comment_author_url' ); function my_get_comment_author_url( $url ) { return null; }but that will act everywhere, so it might not be the ideal …
Forum: Plugins
In reply to: [Groups] Pagination broken with GroupsUpdate Groups?
Forum: Plugins
In reply to: [Groups] [Plugin Groups] Php in groups_memberYou can use the API for that, see an example here http://www.itthinx.com/plugins/groups/#comment-2726 and the API docs http://api.itthinx.com/groups/class-Groups_User_Group.html
Forum: Plugins
In reply to: [Groups] Show group on individual member detailsThanks Michael 🙂
Forum: Reviews
In reply to: [Affiliates] PatheticRegarding fields see: http://www.itthinx.com/topic/customize-signup-form/ – as a customer you simply could have asked for it, too.
Regarding all the rest, the site and interaction on it speaks for itself.
Forum: Plugins
In reply to: [Groups] "Not Found" content error@iwriteplays @livninctry Thank you very much for your efficient feedback on the issue! I hope it hasn’t inconvenienced anyone too much.
This has been fixed in release 1.3.11.
Forum: Plugins
In reply to: [Groups] "Not Found" content errorThanks @livninctry – I’m preparing an update which fixes this, the changes are already in the trunk and will be made available as release 1.3.11 today.
Forum: Plugins
In reply to: [Groups] Compatible to BP and bbPress?PS: Wouldn’t it be awesome to have action namespaces in WordPress?
Forum: Plugins
In reply to: [Groups] Compatible to BP and bbPress?Hi Thorsten,
This probably comes a bit late for you, but for the reference:
Unfortunately the possibilities to integrate Groups with BuddyPress have been more or less eliminated since version 1.5 (I think) when actions were added to it that already exist in Groups.
From Groups’ point of view, actions like
groups_created_groupinvade its namespace … if they had sticked to the naming scheme they were using, it would have beenbp_groups_created_groupand that would have avoided any clashes that now make the plugins incompatible.It’s a pity, but at least for now that’s how it is.
Forum: Reviews
In reply to: [Groups 404 Redirect] This plugin depend on other pluginYep, I understand what you mean 😉
Forum: Plugins
In reply to: [Groups] "Not Found" content errorIt seems you’re right about that, it’s not supposed to be like that though. Thanks for reporting it, will review and fix asap.
Forum: Plugins
In reply to: [Groups] BuddyPress conflict?It’s a conflict: both BuddyPress and Groups hook on the ‘groups_created_group’ action, but when the action is triggered, BuddyPress and Groups are each within their own independent context.
Forum: Reviews
In reply to: [Groups 404 Redirect] This plugin depend on other pluginThanks Pippin, actually that’s what the first phrase in the description implies, and it appears right within the extensions section of Groups’ description as well.
Not a big deal anyhow, when I realize that something depends on something else, I don’t take it as a reason to issue a 1 star review – but not everybody thinks alike 😉
Forum: Plugins
In reply to: [Affiliates] Can this work with iTunes?Not directly, it would have to be customized (and it won’t be an easy task to integrate it with those).
Forum: Plugins
In reply to: [Groups] group not listed on users pageHave you been in touch with the developers of WP-Members about this? Maybe they already have a clue to what it might be.
If the plugins do conflict, do you think you could use only one while maintaining the functionality you need?