Skip to:
Content

bbPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 2 years ago

#1452 closed defect (bug) (fixed)

Actually set the anonymous user data

Reported by: gautamgupta's profile GautamGupta Owned by: gautamgupta's profile GautamGupta
Milestone: 2.0 Priority: high
Severity: major Version:
Component: Front-end Keywords: has-patch
Cc: gautam.2011@…

Description

if ( !is_wp_error( $bbp->errors ) ) always results to false and hence the anonymous user data is not set. The attached patch fixes this and also displays the avatar of the anonymous user (if the anonymous email id cookie is set).

Attachments (1)

set-anon-data.diff (2.0 KB) - added by GautamGupta 15 years ago.

Download all attachments as: .zip

Change History (4)

#1 @GautamGupta
15 years ago

  • Cc gautam.2011@… added
  • Status changed from new to assigned

#2 @johnjamesjacoby
15 years ago

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

(In [2803]) Correctly check for WP_Error and correctly load anonymous user cookie data/avatar. Fixes #1452. Props GautamGupta

#3 @johnjamesjacoby
15 years ago

(In [2804]) Disallow uncapable users from creating topics in closed forums. Fixes #1452. Props GautamGupta

Note: See TracTickets for help on using tickets.