Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

#4179 closed enhancement (no action required)

Can't create more than 1 group in 24 hour period

Reported by: primetimejas's profile primetimejas Owned by:
Milestone: Priority: normal
Severity: normal Version: 1.5.5
Component: Groups Keywords: reporter-feedback
Cc:

Description

There is a cookie that is created here:

Line 130 of bp-groups-actions.php (in the bp-groups folder):
setcookie( ‘bp_new_group_id’, $bp->groups->new_group_id, time()+60*60*24, COOKIEPATH );

Doesn't matter what plugins or theme are used, you can't create more than 1 group in a 24 hour period. This is required when setting up pre-defined groups for a site. I asked about this in the forums and the reply was that this cookie is cleared after group creation but it is not.

Change History (3)

#1 @DJPaul
12 years ago

  • Keywords reporter-feedback added; needs-patch removed

I can create lots of groups after one another. I tested on testbp.org. Does it work for you on that site?

#2 @boonebgorges
12 years ago

I can't recreate either. primetimejas, have you tried on testbp.org, or on another out-of-the-box installation?

Also, have you tested with different browsers? It's possible that there is some security setting on your browser that is messing with BP's ability to set/clear cookies correctly.

#3 @boonebgorges
12 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Closing this ticket due to inactivity. primetimejas, if you can give more details (including steps to reproduce), please feel free to reopen. Thanks.

Note: See TracTickets for help on using tickets.