Title: hypable's Replies | WordPress.org

---

# hypable

  [  ](https://wordpress.org/support/users/hypable/)

 *   [Profile](https://wordpress.org/support/users/hypable/)
 *   [Topics Started](https://wordpress.org/support/users/hypable/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hypable/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hypable/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hypable/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hypable/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hypable/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SlimStat Analytics] Restrict authors not functioning as described](https://wordpress.org/support/topic/restrict-authors-not-functioning-as-described/)
 *  Thread Starter [hypable](https://wordpress.org/support/users/hypable/)
 * (@hypable)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/restrict-authors-not-functioning-as-described/#post-5577920)
 * Version 3.8.5. No other add ons. Yes, they have the manage_options capability
   activated. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SlimStat Analytics] Restrict authors not functioning as described](https://wordpress.org/support/topic/restrict-authors-not-functioning-as-described/)
 *  Thread Starter [hypable](https://wordpress.org/support/users/hypable/)
 * (@hypable)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/restrict-authors-not-functioning-as-described/#post-5577900)
 * Hi,
    Thanks for the response. The users are at the ‘editor’ level of WordPress,
   they are not admins.
 * Is this the SQL you’re looking for? Got it from the Real Time page after enabling
   debug mode.
 *     ```
       SELECT t1.*, tb.browser,tb.version,tb.platform,tb.css_version,tb.type,tb.user_agent,tci.content_type,tci.category,tci.author,tci.content_id,tob.outbound_domain,tob.outbound_resource FROM wp_slim_stats t1 INNER JOIN wp_slim_browsers tb ON t1.browser_id = tb.browser_id INNER JOIN wp_slim_content_info tci ON t1.content_info_id = tci.content_info_id LEFT JOIN wp_slim_outbound tob ON t1.id = tob.id WHERE t1.id <> 0 AND (t1.dt BETWEEN 1417392000 AND 1418645151) ORDER BY t1.dt desc LIMIT 0, 50
       SELECT COUNT(*) counthits FROM wp_slim_stats t1 INNER JOIN wp_slim_browsers tb ON t1.browser_id = tb.browser_id INNER JOIN wp_slim_content_info tci ON t1.content_info_id = tci.content_info_id LEFT JOIN wp_slim_outbound tob ON t1.id = tob.id WHERE 1=1 AND (t1.dt BETWEEN 1417392000 AND 1418645151)
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)