Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 13 years ago

#2245 closed defect (bug) (fixed)

Group invite depends on JavaScript and/or theme

Reported by: vincent-boiardt's profile Vincent Boiardt Owned by:
Milestone: 1.5 Priority: major
Severity: Version:
Component: Groups Keywords:
Cc:

Description

A group invite is triggered when a checkbox is clicked.

If JavaScript is disabled, the invite won't work.

If a theme custom theme is created it must copy the bp-default JavaScript and Ajax-behaviours.

Change History (4)

#1 @cnorris23
15 years ago

  • Keywords reporter-feedback added

Is your custom theme a child theme of bp-default? If you're following the steps laid out here you shouldn't have to copy the javascript/ajax.

#2 @Vincent Boiardt
14 years ago

It's not a child theme so it doesn't inherit any JavaScript.

#3 @DJPaul
13 years ago

  • Keywords reporter-feedback removed
  • Milestone set to 1.3
  • Type changed from enhancement to defect

Confirmed on trunk. Group invites don't work if javascript is disabled.

#4 @boonebgorges
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4324]) Fixes group invitations so that they work when JavaScript is disabled. Fixes #2245. Moves bp_groups_sent_invited_email hook inside invitation loop so that it's actually sent for each invited member.

Note: See TracTickets for help on using tickets.