RE:
www.joomlapolis.com/forum/153-professional-member-support/232694-auto-actions-redirect-to-jive-group-based-on-profile?start=6
This is precisely what I hope to do too. No followup so I assume you found a solution.
I can successfully redirect URL on login to a groupjive page with an URL like this:
index.php/categories/6-communities/5-gardeners
,but I don't see how to set the URL dynamically. Each user (in this Joomla group) will have a single gj group they belong to.
I can construct the URL from the SQL -
select a.user_id, category, c.name, b.id, b.name from my_groupjive_users as a, my_groupjive_groups as b, my_groupjive_categories as c where a.user_id = 857 and a.group = b.id and b.category = c.id;
Do I need to make that a custom CB field ( set by another auto-action)?
[MOD EDIT] Please avoid replying to extremely old topics and simply create a new topic. If you feel the old topic is still relevant then link to it, but in most cases the information is significantly out of date.