-
AuthorPosts
-
tulioc Friend
tulioc
- Join date:
- March 2013
- Posts:
- 59
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
July 6, 2013 at 3:08 pm #188739Hi there,
How to remove “Forgot your Username” from Ja Login Sign In box
See image attached please.Thanks.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 6, 2013 at 3:57 pm #498165Hi
Try in this way:
Goto this file templatesja_vintashtmlmod_jalogindefault.php around line 74
<ul style="display: none;">
<li>
<a href="<?php echo JRoute::_('index.php?option=com_users&view=reset'); ?>">
<?php echo JText::_('FORGOT_YOUR_PASSWORD'); ?></a>
</li>
<li>
<a href="<?php echo JRoute::_('index.php?option=com_users&view=remind'); ?>">
<?php echo JText::_('FORGOT_YOUR_USERNAME'); ?></a>
</li>
<?php
$usersConfig = JComponentHelper::getParams('com_users');
if ($usersConfig->get('allowUserRegistration')) : ?>
<li>
<a href="<?php echo JRoute::_('index.php?option=com_users&view=registration'); ?>">
<?php echo JText::_('REGISTER'); ?></a>
</li>
<?php endif; ?>
</ul>Delete the part in RED
First to make changes take a backup copy of the file
1 user says Thank You to pavit for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by pavit 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove "Forgot your username"
Viewing 2 posts - 1 through 2 (of 2 total)