Topic: Hiding the "register" and "login" elements in the header, howto?

We have completed registration and login integration of our website with punbb, but users can still login or register via the forums. We want to prevent that to keep our website database and punbb database symmetrical regarding accounts. So i'm wondering what would be the best way to do this and in what file can those elements be removed?

Re: Hiding the "register" and "login" elements in the header, howto?

From the navlinks on the top? include/functions.php
Registration can also be disabled via the admin panel.

Re: Hiding the "register" and "login" elements in the header, howto?

Smartys wrote:

From the navlinks on the top? include/functions.php
Registration can also be disabled via the admin panel.

Thanks Smartys.

4

Re: Hiding the "register" and "login" elements in the header, howto?

Modified the include/functions.php
Then delete or rename the register.php

On "login.php",there still a register link.