How to replace/redirect the Joomla! Registration link?

Let us know how you get on, and if the J! 2.5 method doesn't work, let us know, so we can update the wiki. But as far as I know, the 2.5 method should work in J! 3.x.

-- hugh
 
hi guys

sorry forgot about this. i already found a solution for this.

i used template overrides and replaced the default.php with the code below.

Code:
<?php
$mainframe =& JFactory::getApplication();
$mainframe->redirect('index.php?option=com_form=my_form_name');
?>

i'll give it a try with what we are working on

thanks again
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top