Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • rlgonzalez50 Friend
    #154694

    How I can redirect the link to the registration form?

    Change this:

    index.php?option=com_user&view=register

    For this:

    index.php/red-social/register.html


    1. Capture7
    Saguaros Moderator
    #357053

    Oh,

    1) you need to create a menu item relating the register of user component, you will have that link. remember that you need to put the “register” text into the alias parameter of this menu.

    2) You open the file: templatesja_socialhtmlmod_jalogindefault.php and find the following code:
    [PHP]
    <?php echo JRoute::_( ‘index.php?option=com_user&view=register’ ); ?>
    [/PHP]

    [PHP]
    <?php echo JRoute::_( ‘index.php?option=com_user&view=register&Itemid=ITEM_ID_VALUE’ );
    /*ITEM_ID_VALUE=value of The Itemid. and after created the Register menu, this menu has a ItemId, */ ?>
    [/PHP]
    and then you enabl the SEL via the Global Setting to get this link

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 14 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum