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: |
|
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)
#2
@
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 ?
Note: See
TracTickets for help on using
tickets.
(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.