Private Club and Private Blogs for mods > nEwZ - sCRiPTz-TEAM.iNFO

Canal Rss Canal Rss
Canal Atom Canal Atom 

Private Club and Private Blogs for mods

Category: IPS Tracker - IP.Blog (for IP.Board)
Viewed: 8 times
Printerfriendly version version of Microsoft Word HTML version

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?

Wed, 28 December 2011