Hi, I have a Joomla website in which I want to add Google tracking code to the Thank You Page which is displayed after the user verifies his email id during the registration process. I am using Joomla default registration process. Does any one know the file name which gets process the thank you page? Plz help
Hi, I am back. My problem is that after the user registers with my site I want him to be redirected to a custom thank you, instead of the user getting redirecting to the index page with the confirmation message. I have changed the Joomla Registration module but I am having problem. I have made changes in the following file: Path to the file: /components/com_user/ File Name: controller.php The the original code is given below: $this->setRedirect('index.php', $message); The changed code is given below: $this->setRedirect('/templates/thankyou/html/thank.html'); On my local server after registering the user gets redirected to the Thank you Page. But when I uploaded the same code, on my website server - the redirect does not get processed. After the user fills the registration form, the page get refreshed and the registration process does not go through i.e. the registration process fails. I need help..... Plz can some one tel me what I am doing wrong???????????????????????????????????????????????????? Its very very very urgent...