Login Login
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Login

Started by romans815, February 13, 2005, 05:55:42 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

romans815

Is there a way to remove the login link?

Lapino

As far as I know, the only way to do this is to remove the link in your theme file.
Ever noticed that people who believe in Creationism look really unevolved? (Bill Hicks)

Joachim Müller

that's correct - even if you disallow user to register at all on your site, you (as admin) still have to log in. It's save to remove the login link from the manin menu however and directly access the login page by entereing the url manually. Edit themes/yourtheme/theme.php, find<a href="{LOGIN_TGT}">{LOGIN_LNK}</a>and replace with<!--<a href="{LOGIN_TGT}">{LOGIN_LNK}</a>-->Do not completely remove the surrounding code, just comment it out.

Joachim

HecticDMC

#3
{Nevermind, I solved my own problem shortly after I posted this... turns out I was accessing the wrong CPG installation (I have two)... boy do I feel dumb  ;D}