Title: Compatibility issue with Groups plugin
Last modified: August 3, 2021

---

# Compatibility issue with Groups plugin

 *  Resolved [leeml](https://wordpress.org/support/users/leeml/)
 * (@leeml)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/compatibility-issue-with-groups-plugin/)
 * I have noticed that there is a compatibility issue with your plugin and the groups
   plugin. This has arisen because the Theme My Login plugin sets the post ID to
   0 when generating ‘fake pages’. The groups plugin when filtering post content
   uses the PHP function empty to check for the existence of a post Id. This check
   blocks the My Theme Login plugin pages as 0 is recognized by the empty function
   as not being in existence.
 * I found that a solution to this issue was to add a second filter to the the_post
   action that changes the fake post ID to -1 if the post ID is set to 0.
 * Just wondering if this issue will be looked into in further releases of the plugin.
    -  This topic was modified 4 years, 10 months ago by [leeml](https://wordpress.org/support/users/leeml/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/compatibility-issue-with-groups-plugin/#post-14750576)
 * You could always just create real pages for TMLs actions: [https://docs.thememylogin.com/article/92-using-pages](https://docs.thememylogin.com/article/92-using-pages)

Viewing 1 replies (of 1 total)

The topic ‘Compatibility issue with Groups plugin’ is closed to new replies.

 * ![](https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232)
 * [Theme My Login](https://wordpress.org/plugins/theme-my-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-my-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-my-login/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-my-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-my-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-my-login/reviews/)

## Tags

 * [compatibility](https://wordpress.org/support/topic-tag/compatibility/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/compatibility-issue-with-groups-plugin/#post-14750576)
 * Status: resolved