Skip to:
Content

bbPress.org

Opened 9 years ago

Closed 8 years ago

#2975 closed defect (bug) (fixed)

Allow moderators to view topic/reply author IP addresses on the front end

Reported by: netweb's profile netweb Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6 Priority: normal
Severity: normal Version:
Component: Component - Any/All Keywords: needs-patch good-first-bug
Cc:

Description

Currently a bbPress moderator cannot view a users IP address on the front end, only keymasters can

e.g. https://bbpress.trac.wordpress.org/browser/trunk/src/templates/default/bbpress/loop-single-reply.php#L43

Moderators can view a user IP in the back end though.

We should change this to standardise that front and back ends are the same, proposing we change the checks in the template loops from bbp_is_keymaster to bbp_is_user_forum_moderator

Change History (4)

#1 @netweb
9 years ago

Related: #2908

#4 @johnjamesjacoby
8 years ago

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

In 6223:

Moderators: Allow moderators to see topic/reply author IP addresses.

Fixes #2975.

Note: See TracTickets for help on using tickets.