-
Josh McKenney replied to the forum topic feature request: moderate new users in the group Requests & Feedback 13 years, 3 months ago
@chuckclose1 I don’t see any options to stop creating groups… Were you using this for buddypress or just wpmu?
-
Josh McKenney joined the group Welcome Pack 13 years, 6 months ago
-
Josh McKenney posted an update 13 years, 7 months ago
I need to have a button on a post so that a user can click on it to initiate a private message to a specific user. Anybody know if this is possible?
-
Josh McKenney posted on the forum topic group creation error: Are you sure you want to do this? in the group How-To and Troubleshooting: 13 years, 9 months ago
I believe I have found a solution! Found it here: http://ghostpool.com/support/topic/buddypress-groupsforums-creation-problems All I know is my groups are now being created and that’s a very, very good thing. Here’s what the author of the above links suggests adding to functions.php: ` // Disable Thickbox To Prevent BuddyPress Conflict add_action(…[Read more]
-
Josh McKenney posted an update 13 years, 9 months ago
super happy to have found a fix for the group creation bug. Found it here:
http://ghostpool.com/support/topic/buddypress-groupsforums-creation-problems -
Josh McKenney posted an update 13 years, 9 months ago
@bigtweet @bigtweet, related to the buddypress group creation issue we were experiencing, do I understand that I just need to check that all of my css images indeed work? And using the Live HTTP Header Firefox plugin may give me a shortcut to seeing the specific error that’s happening? Appreciate your work on this. It definitely looks very…[Read more]
-
@jmckenney See this thread also: http://premium.wpmudev.org/forums/topic/buddypress-group-creation-bug-in-blogsmu-theme-with-proposed-fix
The problem here was that the reference was url(../images/footer-bottom-shade.png) and not an absolute path. As a relative path, when the image was not found, there was a redirect to /groups/create/ which…[Read more]
-
-
Josh McKenney posted a new activity comment 13 years, 9 months ago
Thanks Scott, I’ll take a look.
-
Josh McKenney posted on the forum topic group creation error: Are you sure you want to do this? in the group How-To and Troubleshooting: 13 years, 10 months ago
@dasnipe unfortunately that fix was only temporary… there was an error in the next step:( but I just found out once I deactivated buddypress welcome pack plugin it started working again. I’m hoping to now find a fix for that as I really like that plugin…
-
Josh McKenney posted on the forum topic Problem w/ creating groups. Avatar step and Group Blogs does not work, can’t complete. in the group How-To and Troubleshooting: 13 years, 10 months ago
I narrowed down my issue to buddypress welcome pack plugin:( too bad, really liked that plugin…
-
Josh McKenney posted on the forum topic BuddyPress Template Pack: Groups showing but creation is failing in the group How-To and Troubleshooting: 13 years, 10 months ago
wondering if there has been any forward movement on this. searching for some other posts…
-
Josh McKenney posted on the forum topic BuddyPress Template Pack: Groups showing but creation is failing in the group How-To and Troubleshooting: 14 years ago
You’re a saint. I understand if you can’t get to it. If it helps at all, see where I drilled down to in the code on page two of this forum topic: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/group-creation-error-are-you-sure-you-want-to-do-this. Also, is this plugin sanctioned as a goto method for creating…[Read more]
-
Josh McKenney posted on the forum topic BuddyPress Template Pack: Groups showing but creation is failing in the group How-To and Troubleshooting: 14 years ago
Paul, it was happening before 1.2.6 upgrade… I have seen some other reports, are there any resolutions to the matter overall or anywhere you can point me? Thanks for the quick reply!
-
Josh McKenney joined the group BuddyPress Mobile 14 years ago
-
Josh McKenney joined the group WP-FB-AutoConnect 14 years ago
-
Josh McKenney started the forum topic BuddyPress Template Pack: Groups showing but creation is failing in the group How-To and Troubleshooting: 14 years ago
I’ve got a custom template working 99% with BuddyPress Template Pack. But there’s a bug in how the group is being created. I’ve narrowed it down to the fact that cookies are failing. The group was created in the db but step two isn’t carrying over the group id via the cookie that’s supposed to […]
-
Josh McKenney posted on the forum topic group creation error: Are you sure you want to do this? in the group How-To and Troubleshooting: 14 years ago
well, I had to do some hacking in when and how it would reset the cookies… from this: ` /* If no current step is set, reset everything so we can start a fresh group creation */ if ( !$bp->groups->current_create_step = $bp->action_variables ) { unset( $bp->groups->current_create_step ); unset( $bp->groups->completed_create_steps ); setcookie(…[Read more]
-
Josh McKenney posted on the forum topic group creation error: Are you sure you want to do this? in the group How-To and Troubleshooting: 14 years ago
somewhere in between group-details and group-settings
bp_new_group_id
cookie is getting wiped out… can’t figure out why yet… -
Josh McKenney posted on the forum topic group creation error: Are you sure you want to do this? in the group How-To and Troubleshooting: 14 years ago
bp_is_group_creation_step() is failing. inside there if ( !bp_are_previous_group_creation_steps_complete( $step_slug ) ) is failing… inside there, return bp_is_group_creation_step_complete( $previous_steps ); is failing… inside there if ( !$bp->groups->completed_create_steps ) is failing… Which means that step two is not storing that it has…[Read more]
-
Josh McKenney posted on the forum topic group creation error: Are you sure you want to do this? in the group How-To and Troubleshooting: 14 years ago
Deleted groups in bp_groups (I had blank rows as well) and didn’t fix the issue. Disabled all themes (except for BuddyPress Template Pack). I’ve seen this in two or three forums now with no real resolution… Guess I’ll go diving into the code:(
-
Josh McKenney joined the group How-To and Troubleshooting 14 years ago
@jmckenney
Not recently active