Disable login

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
kevinhtre
Posts: 1
Joined: Tue Jun 23, 2009 9:05 pm

Disable login

Post by kevinhtre »

Is it possible to just altogether remove or disable the login stuff from the lower right of the main page?

I don't care about users logging in, etc.
johanna
Posts: 23
Joined: Mon Jun 08, 2009 1:09 pm
Location: Finland

Re: Disable login

Post by johanna »

In /template/index.tpl is this code in lines 112-118 (in my file):

Code: Select all

<!-- start login box -->
<div class="content">
    <div id="loginform">
        {loginBox}
    </div>
</div>
<!-- end login box -->
You can comment or remove that part and login box will disappear.
Post Reply