-
Boone Gorges posted on the forum topic Secure Invites option in the group Invite Anyone: 14 years ago
It does on all my test installations.
Does the new user get the relevant group and friendship invitations after signing up?
-
Boone Gorges posted on the forum topic BP Group Reviews plugin release in the group BP Group Reviews: 14 years ago
finni3 – good idea. I just added it as a ticket https://github.com/boonebgorges/bp-group-reviews/issues/issue/7
nit3watch – I’d like to do something like that, but it’ll be hard without a few changes to bp that won’t come until at least 1.3. I added it as a ticket so I remember to have a look https://github.com/boonebgorges/bp-group-reviews/issues/issue/8
-
Boone Gorges posted on the forum topic Feature Suggest: BP Group Review Rating Widget in the group BP Group Reviews: 14 years ago
Good idea. I added it to my list https://github.com/boonebgorges/bp-group-reviews/issues/issue/6
-
Boone Gorges posted on the forum topic Secure Invites option in the group Invite Anyone: 14 years ago
You’re welcome! Let me know how it works for you.
-
Boone Gorges posted a new activity comment 14 years ago
Nice catch, and nice on the Github front as well! Sending the entire checkout works OK but this is about 100x easier. Welcome to the joys of Git 🙂
-
Boone Gorges posted on the forum topic How to show rating in groups-loop? in the group BP Group Reviews: 14 years ago
Thanks!!
In a future version, I plan to load the rating info into the $groups_template global and provide a BPish template tag. But in the meantime you could do something like this:
echo bpgr_get_review_rating_html( groups_get_groupmeta( bp_get_group_id(), 'bpgr_rating' ) );
That’s off the top of my head, but it should work.
-
Boone Gorges posted a new activity comment 14 years ago
Huge thanks for your help. I took most of your changes verbatim – just a few tweaks here and there for gettext support and stuff like that. Here’s the commit itself: https://github.com/boonebgorges/invite-anyone/commit/a7dd74c49e66eb7289951b80583f81d7bc990b7d And the new version: https://wordpress.org/extend/plugins/invite-anyone/changelog/
Thanks again!!
-
Cool that was quick.
Should have thought about the gettext support, my bad.
Noticed you replaced the incremented id I set up for an appended group ID that makes more sense – sort of mulled that over myself. One critical thing though that will need to be changed is the label for attribute is still using my variable $idToken that will now fail so…[Read more]
-
Ok worked out to use GITHub 🙂 forked and amended the ‘for’ attribute with ‘invite_anyone_groups-‘ there should be a pull request waiting
-
Nice catch, and nice on the Github front as well! Sending the entire checkout works OK but this is about 100x easier. Welcome to the joys of Git 🙂
-
Github is a little confusing to get ones head around initially but starts to make sense, the initial stumbling block was realising that I had to have an actual account to hold/manage repos and which I could fork other repos into – now just need to work out how to get my little plugin project uploaded as a repo then I’ll be able to work out the…[Read more]
-
-
-
-
Boone Gorges posted a new activity comment 14 years ago
There is no such panel for site admins, but it’s a nice idea. I’m opening a ticket to remind myself: https://github.com/boonebgorges/invite-anyone/issues/issue/21
-
Boone Gorges posted a new activity comment 14 years ago
I can’t make any promises but I will try to look at it soon. If anyone else wanted to help with patches they would be most welcome to do so.
-
Thanks @boonebgorges I hope that you or someone can take up the gauntlet on this import plugin.
-
-
Boone Gorges posted on the forum topic "There was An error when creating the Topic" Un-fixable Problem in the group How-To and Troubleshooting: 14 years ago
@gunju2221 Don’t bump your posts more than once every 24 hours, please.
-
Boone Gorges posted on the forum topic "There was An error when creating the Topic" Un-fixable Problem in the group How-To and Troubleshooting: 14 years ago
@gunju2221 When I’ve had this problem in the past, it’s been because either the forum corresponding to a group didn’t get created, or the forum_id for the group didn’t get saved in the groupmeta table at the time of group creation (or whenever you enabled forums in that group). It looks like you are using a […]
-
Boone Gorges posted on the forum topic [BP1.2] External Group Blogs plugin in the group Creating & Extending: 14 years ago
@sastry Please please please do not post the same question in ten different threads. It is disruptive to those monitoring buddypress.org for new information, and it makes it more likely that any answers to your question will be fragmented across the site. When you have a question that has not been asked before, your best bet […]
-
Boone Gorges posted a new activity comment 14 years ago
Which is to say that the invitation remains on the inviter’s list.
-
Ok cool that was what I was after, just wanted to confirm that.
I was about to return the amendments when I uttered a deep sigh as I remembered what the issue was with bp_template_title() and why it wasn’t used, had niggling feeling there was an issue but strode blindly on adding the function back in 🙂 raised a topic in the bp-default group as…[Read more]
-
-
Boone Gorges posted a new activity comment 14 years ago
Intended behavior is for the sender of the invitation *not* to receive any kind of notification that the opt-out/decline has taken place. This seems better to me from a privacy point of view.
-
Boone Gorges posted on the forum topic Send-to autocompletion is broken in the group How-To and Troubleshooting: 14 years ago
Just to clarify: All people experiencing this problem are using the default theme, and have the friends component disabled, right? By design, the autocomplete does not work with Friends turned off (a limitation which was recently fixed in the trunk), but it definitely shouldn’t be doing what some have described here.
-
Boone Gorges posted on the forum topic Sort list alphabetically? in the group Invite Anyone: 14 years ago
Which list are you talking about?
-
Boone Gorges posted on the forum topic No emails, no notifications – but still showing in 'invite list' in the group Invite Anyone: 14 years ago
Are you talking about group invitations, or email invitations? Group invitations have nothing to do with the wp_bp_invite_anyone table. If you’re having problems with group invitations, it could be one of a few things: – Are you using a custom theme? – Are you using a plugin that activates some potentially conflicting javascript? – Do […]
-
Boone Gorges posted a new activity comment 14 years ago
-
Boone Gorges posted on the forum topic Changing template code for landing page in the group Invite Anyone: 14 years ago
@hnla The git repo is on Github https://github.com/boonebgorges/invite-anyone If you feel like cleaning it up, be my guest – just send a pull request (or a patch) when you’re done. I’m not surprised to hear that there is some invalid markup, as I was pretty bleary-eyed when I wrote much of that plugin. And yeah, I […]
-
Boone Gorges posted on the forum topic New Group creation fields in the group Miscellaneous: 14 years ago
Great! Good luck.
- Load More
@boonebgorges
Active 1 year, 4 months ago
Github is a little confusing to get ones head around initially but starts to make sense, the initial stumbling block was realising that I had to have an actual account to hold/manage repos and which I could fork other repos into – now just need to work out how to get my little plugin project uploaded as a repo then I’ll be able to work out the…[Read more]