Remove user account options?
Remove user account options?
8 years 4 months ago - 7 years 11 months ago
Because of another integration the following is not working
"Forgot your password? Forgot your username? Create an account"
How can I remove all of them?
Thanks
"Forgot your password? Forgot your username? Create an account"
How can I remove all of them?
Thanks
Last edit: 7 years 11 months ago by Huyen Nguyen.
Please Log in or Create an account to join the conversation.
Re: Remove user account options?
8 years 4 months ago
Hi citrix4ge,
Open the default.php file in the "components\com_kunena\template\nts_ksliver\layouts\widget\login\login\" path and remove bellow php rules:
Refresh your forum after save the default.php file.
Regards,
Open the default.php file in the "components\com_kunena\template\nts_ksliver\layouts\widget\login\login\" path and remove bellow php rules:
Code:
<ul class="other-links">
<?php if ($this->resetPasswordUrl) : ?>
<li><a href="<?php echo $this->resetPasswordUrl; ?>" rel="nofollow">
<?php echo JText::_('COM_KUNENA_PROFILEBOX_FORGOT_PASSWORD'); ?>
</a></li>
<?php endif ?>
<?php if ($this->remindUsernameUrl) : ?>
<li><a href="<?php echo $this->remindUsernameUrl; ?>" rel="nofollow">
<?php echo JText::_('COM_KUNENA_PROFILEBOX_FORGOT_USERNAME'); ?>
</a></li>
<?php endif ?>
<?php if ($this->registrationUrl) : ?>
<li><a href="<?php echo $this->registrationUrl; ?>" rel="nofollow">
<?php echo JText::_('COM_KUNENA_PROFILEBOX_CREATE_ACCOUNT'); ?>
</a></li>
<?php endif ?>
</ul>
Refresh your forum after save the default.php file.
Regards,
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
The following user(s) said Thank You: citrix4ge
Please Log in or Create an account to join the conversation.
Time to create page: 0.314 seconds