Jump to content


Issue information

  • #035227

  • Fixed

  • 2.5.0

  • 2.5.2

  • 0 - None Assigned


Issue Confirmations

  • Yes (0)No (0)
Photo

Private Club and Private Blogs for mods

Posted by Jason H on 28 December 2011 - 11:54 AM

These blogs do not show for moderators. Doubt they should on the dashboard, but they should show in the "list all" shouldn't they?

		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?

changed status to: Confirmed - General

no local blog mods shouldn't see those.


changed status to: Fixed
changed fixed-in version to: 2.5.2

Fix is a bit different from yours, only that if could cause driver errors.






0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users