Login Box Removal
Login Box Removal
10 years 1 week agoAs 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.
Re: Login Box Removal
10 years 1 week ago
Hi,
Open the display.php file in the "[root]/components/com_kunena/template/nts_kbento/html/" path. Remove or comment bellow php code section.
Save and refresh your forum. Please let's me know if it does not work on your site.
Best regards,
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 **
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.
Time to create page: 0.240 seconds