Hi
I'm having a problem getting cblogin to parse a redirect url for my component. I wish for someone to be logged in and taken to a particular page in my component.
Code:
$redirectUrl = "index.php?option=com_conferencebooking&view=pageone";
$redirectUrl = urlencode(base64_encode($redirectUrl));
$redirectUrl = 'index.php?option=com_users&task=login&return=' . $redirectUrl;
-----
<p><a href="'.$redirectUrl.'">Login</a></p>
if I turn off redirectUrls in the Community Builder System plugin the return is processed as expected. When that setting is enabled the return does not work, and i just go to the redirect specified in the module config.
I'd be quite happy to hard code a com_comprofiler variant if necessary, rather than rely on rewriting..
thanks,
Gavin
running Joomla 3.4.1 and CB 2.0.7 on ubuntu 12.04 LTS / apache2 with SEF switched off in global config