logging in logging in
 

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

logging in

Started by roseberry123, January 26, 2005, 06:58:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

roseberry123

Hi,

Suppose there'll only be one person doing things with the galleries, other people will be just browsing....is logging in from the "index.php" page the only way to log in? Is there a way to hide this "login" link from other users?

I hope that makes sense.

Thanks,
June

kegobeer

http://forum.coppermine-gallery.net/index.php?topic=12406.0

I always recommend using the Advanced Search instead of the regular Search.  Works much better and always looks thru the entire forum.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Alaska

The answer to both of your questions is yes.

If your site is at www.mysite.com you can log in by adding to the end of the URL the log in.  In this case it would be www.mystie.com/login.php .

To remove the log in button go to themes > the theme that you are using > theme.php.  Just comment out the code between  <!-- BEGIN login --> and  <!-- END login -->  but be sure to leave these two tags.  Use the standard HTML tag of <!-- and -->.  Once done the log in button will be removed.  If you would like it replaced just remove the added comment tags.

This is a nice feature to keep the site simple and removes the concern of a log in button and what it is used for.

Jim

roseberry123