Skip to:
Content

bbPress.org

Opened 15 years ago

Closed 15 years ago

#1505 closed defect (bug) (fixed)

Save IP address for all topics/replies (not just anonymous users)

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by:
Milestone: 2.0 Priority: high
Severity: normal Version:
Component: Component - Users Keywords:
Cc:

Description

We should be saving the IP address for all topics/replies, and not just for anonymous users. This code can be abstracted out of existing code pretty easily.

Change History (3)

#1 @johnjamesjacoby
15 years ago

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

(In [3120]) Switch author IP address from anonymous only to a meta value on every topic and reply. Includes additional template tags, theme compat adjustments, and admin meta box adjustments. Fixes #1505.

#2 @Coolkevman
15 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Hi ! It looks like during changeset:3120 you forgot some references to bbp_pre_anonymous_post_author_ip and bbp_anonymous_ip. Are these variables candidates for renaming too ?

#3 @johnjamesjacoby
15 years ago

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

(In [3151]) Remove references to deprecated bbp_anonymous_ip meta key as IP address is now saved for all users topics/replies. Fixes #1505. Props Coolkevman.

Note: See TracTickets for help on using tickets.