After Registration Redirect the User to Invitation Form Page


  • Default avatar
    Srinivas G    
     10 years ago
    0

    Hi All,

    I am using Joomla 2.5.9 & Virtuemart 2.0.22

    -> How to navigate the user to Invitation form after registration directly?

    Explain you clearly.

    - Created one menu called Invitation Form with menu item type invitation form and access level as Registered.

    - After click on Invitation Form link, control goes to login page.

    - If they have already registered, they can login here after login it takes the user to Invitation Form page.

    - For unregistered user here we are providing registration link. So, after registration how can we redirect them to Invitation form page?

    Any help would be greatly appreciated.
  • Your avatar
    seyi    
     10 years ago
    0

    Hello,

    Joomla does not give you any way to redirect after registration. So you could hack the code or elect to use a plugin that would do it. Just a quick search and I found this one:
    http://extensions.joomla.org/extensions/access-a-security/site-access/login-redirect/21739
  • Default avatar
    Srinivas G    
     10 years ago
    0

    Hello,

    Here I have used one joomla plugin called RegisterGoBack (http://extensions.joomla.org/extensions/access-a-security/site-access/login-redirect/24683) , but it throws Server not found message while registration & Login (this extension removes '/index.php/' from URL).

    Ex : Suppose Our site http://www.yourdomain.com
    Registration page : http://www.yourdomain.com/index.php/register
    After Click on register button it redirects the user to
    http://www.yourdomain.comregister

    That's why it displays Server not found message.
    I don't know why it behaves like that?

  • Your avatar
    seyi    
     10 years ago
    0

    Hi,

    I am not familiar with that extension, you should probably contact the developers for help with it.
  • Default avatar
    Srinivas G    
     10 years ago
    0

    Ok, Thank you.