what difference between CRoute and Jroute in Joomla 3.
$mainframe = JFactory::getApplication();
I have $mainframe->redirect(CRoute::_('index.php?option=com_community&view=register&task=registerProfileType', false));
this redirect, and it dosent work , with 303 See other Error, but when I change my code to $mainframe->redirect(JRoute::_('index.php?option=com_community&view=register&task=registerProfileType', false));
From the JoomSocial Wiki:
Are you using that redirect link where? Are you sure the JomSocial libraries are loaded there?
From the example, you should include the library:
Then use the object: