Issue information
-
#035227
-
Fixed
-
2.5.0
-
2.5.2
-
0 - None Assigned
Issue Confirmations
-
Yes (0)No (0)
These blogs do not show for moderators. Doubt they should on the dashboard, but they should show in the "list all" shouldn't they?
Adding the if there.. Seems to work, at least for supermods.. But.. Then you get into the question about whether local blog mods should be able to see them?
if (! $this->memberData['g_is_supmod'])
{
$query[] = "( ( b.blog_owner_only=1 AND b.member_id=" . intval( $this->memberData['member_id'] ) . " ) OR b.blog_owner_only=0 ) AND ( b.blog_authorized_users LIKE '%," . intval( $this->memberData['member_id'] ) . ",%' OR b.blog_authorized_users IS NULL )";
}
Adding the if there.. Seems to work, at least for supermods.. But.. Then you get into the question about whether local blog mods should be able to see them?
0 user(s) are reading this issue
0 members, 0 guests, 0 anonymous users












