-
AuthorPosts
-
September 28, 2010 at 12:52 am #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
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 29, 2010 at 9:16 am #357053Oh,
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 linkAuthorPostsViewing 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
Login Module (Redirect the link to the registration form)
Viewing 2 posts - 1 through 2 (of 2 total)