Re: Viewing User IPs
I think maybe it’s a bug. I just modified bb-admin/view-ip.php line 11, from this:
$post_query = new BB_Query( 'post', array( 'ip' => $ip, 'per_page' => 30 ) );
to this:
$post_query = new BB_Query( 'post', array( 'poster_ip' => $ip, 'per_page' => 30 ) );
Basically change ‘ip’ to ‘poster_ip’ and then it works. Not sure how long that’s been broken. I have a 0.9.0.2 installation that does not work, then the alpha r1637 also does not work.
If this works for you, I can file a bug to trac bringing it to the developers attention.