[Bb-trac] [bbPress] #899: blocked user may not work anymore in
0.9.x ?
bbPress
bb-trac at lists.bbpress.org
Wed Jul 23 00:24:57 GMT 2008
#899: blocked user may not work anymore in 0.9.x ?
----------------------+-----------------------------------------------------
Reporter: _ck_ | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 1.0-beta & XML-RPC
Component: Back-end | Version:
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
Apparently "block user" doesn't work anymore.
I wonder if this should be changed in bb-settings.php
{{{
if ( bb_is_user_logged_in() && bb_has_broken_pass() )
bb_block_current_user();
}}}
to
{{{
if ( bb_is_user_logged_in() && bb_current_user_can("not_play_nice"))
bb_block_current_user();
}}}
props Nightgunner5
http://bbpress.org/forums/topic/blocking-a-user-does-nothing
--
Ticket URL: <http://trac.bbpress.org/ticket/899>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list