Replace the Registration Link

matsen 21 Sep, 2013
Hi guys,
How i can replace the joomla registration link to my Chronoforms form?

I have tryed to override the default.php of com_users on my template using this line-code:


//defined('_JEXEC') or die;
$url= 'http://localhost/mywebsite/index.php?option=com_chronoforms&chronoform=cfregistration';
$jApp =& JFactory::getApplication();
$jApp->redirect($url, "");


But when i click on Registration Link i don't see my CF Form but only the rest of the template.

I 'm using joomla 2.5.14 and CFv4;

Someone can help me??

Thanks
matsen 21 Sep, 2013
Hi,
yes i had seen the post, but seems not working for me..

Today i have uploaded the file on my domain and the function works correctly, instead i don't understand because in local i'm continuing to see only the blank page.

Do you have some idea?

Tahnks a lot
GreyHead 22 Sep, 2013
Hi matsen,

Sorry, no idea, a template override should work on any site.

Bob
This topic is locked and no more replies can be posted.