How to remove the login module?
How to remove the login module?
7 years 4 months ago
How to remove the login module on the top of the page? I already have a login module at side so I don't need a login module of forum again.
Please Log in or Create an account to join the conversation.
Re: How to remove the login module?
7 years 4 months ago
Hi shiih,
Open the "default.php" file in the "layouts/widget/menubar/" path, remove or comment the bellow code.
Reload your site when you finish to view all changes.
Best regards,
Open the "default.php" file in the "layouts/widget/menubar/" path, remove or comment the bellow code.
Code:
<div class="login-box clearfix">
<?php echo $this->subRequest('Widget/Login'); ?>
</div>
Reload your site when you finish to view all changes.
Best regards,
UI/UX Designer - Web developer. (UI/UX design for T4 Framework, T4 Pagebuilder, GK Framework products...)
Please Log in or Create an account to join the conversation.
Time to create page: 0.215 seconds