Reply To: Membership Plugin Compatibility?
Hi Bobby
I think all the developers are very busy trying to get the main stuff running optimal.
In the meantime, I have got everything to work with s2member without changing any of the plugin coding (that usually gives too much trouble in the future).
I have removed all the links to the GD login/register pages
I use the http://wordpress.org/plugins/sidebar-login/ plugin as a replacement for the GD login widget, this allows users to interact direct with s2member instead of GD
s2member has a profile page, for which I set up a special template and then added
<?php dynamic_sidebar(‘geodir_author_right_sidebar’);?>
to the sidebar of the profile page, so that is how I integrated the My favorites and My events etc
I have removed the GD “add listing” from the main menu, and replaced it with a link to the profile page; this sends users to s2member and will have to login first
From their profile page, they then have all the GD links like add, edit, favorites etc.
I don’t know whether this can work with other membership plugins but I guess there might be a simple solution; you got to think outside the box.
It looks like iMember has heaps of shortcodes ready, which you could use to replace the GD login widgets. But we can always just be patient 🙂