mtk wrote: I have set everywhere not to redirect upon login (module & component)
CO Login is enabled in the same page you looked before.alzander wrote: It's likely not jFusion. I see you're using Community Builder, which is what we use to log the user into Joomla with. I just went to /index.php?option=com_docman&Itemid=32 and looked at the code the JFBCLogin module is creating. The redirect is properly being set to that page (encoded in the return value for the login form). However, not sure why CB isn't using that value to redirect the user.
We'll have to test the login redirection more with CB and see if we can recreate the cause. If you have any CB plugins that would redirect the user, that would be the cause of the problem as well.
You can try with the CB login module to see if that properly redirects as well, which will help narrow things down. Or, enable it on a page, so we can see what redirect URL it's inserting into the page so that we can compare it to ours to understand what's different.
Thanks,
Alex
<?php if ($registerType != "communitybuilder")<?php if (true)well, yes, we are using a very old version of CB since we are still on J!1.5 and I never updatedalzander wrote: What version of Community Builder are you using? We'll have to test with that version. With CB 1.6+ (pretty sure), they use a redirect value. It's possible you're using an older version which doesn't have that ability.
The other options is to do a quick code change in /modules/mod_jfbclogin/tmpl/default.php. At about line 55, you'll see:Change that too:<?php if ($registerType != "communitybuilder")<?php if (true)
Good luck,
Alex
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
