Read before updating: How to Update Kunena Templates - More detail

Remove user account options?

C Topic Author
New Member New Member
  • Posts: 4
  • Thanks: 0

Remove user account options?

8 years 4 months ago - 7 years 11 months ago
#11370
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
Last edit: 7 years 11 months ago by Huyen Nguyen.

Please Log in or Create an account to join the conversation.

Huyen Nguyen's Avatar
Moderator Moderator
  • Posts: 558
  • Thanks: 140

Re: Remove user account options?

8 years 4 months ago
#11373
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:
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 **
The following user(s) said Thank You: citrix4ge

Please Log in or Create an account to join the conversation.

C Topic Author
New Member New Member
  • Posts: 4
  • Thanks: 0

Re: Remove user account options?

8 years 4 months ago
#11379
That works, thanks.

Please Log in or Create an account to join the conversation.

Time to create page: 0.314 seconds