Thank You Page which is displayed during the registration process

Discussion in 'Joomla' started by mkb24, Sep 2, 2010.

  1. #1
    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
     
    mkb24, Sep 2, 2010 IP
  2. rakesh kumar

    rakesh kumar Active Member

    Messages:
    393
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    #2
    Try to customize Joomla Login module.
     
    rakesh kumar, Sep 3, 2010 IP
  3. mkb24

    mkb24 Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    but which file should i make changes in?
     
    mkb24, Sep 3, 2010 IP
  4. mkb24

    mkb24 Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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...
     
    mkb24, Sep 6, 2010 IP