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

Login Box Removal

M Topic Author
New Member New Member
  • Posts: 2
  • Thanks: 0

Login Box Removal

10 years 1 week ago
#3300


As you can see from the attached image, I'm trying to remove this placement which currently contains the login.

I've disabled login for both Joomla and Kunena in plugins, as we use Joomsocial. However no matter what I try, I can't remove this annoying box.

All help appreciated.

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

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

Re: Login Box Removal

10 years 1 week ago
#3301
Hi,

Open the display.php file in the "[root]/components/com_kunena/template/nts_kbento/html/" path. Remove or comment bellow php code section.
Code:
<div class="nts-topbar"> <ul> <li class="kmenu"> <span class="fa fa-bars btn-toggle"></span> <?php if ($this->ktemplate->params->get('displayMenu', 1)) { $this->displayMenu (); } ?> </li> <li class="login-box"> <span class="fa fa-lock"></span> <?php $this->displayLoginBox (); ?> </li> </ul> </div>

Save and refresh your forum. Please let's me know if it does not work on your site.

Best 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: mapadale

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

M Topic Author
New Member New Member
  • Posts: 2
  • Thanks: 0

Re: Login Box Removal

10 years 1 week ago
#3302
Thank you, that works well.....

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

Time to create page: 0.240 seconds