forum.coppermine-gallery.net

No Support => General discussion (no support!) => Topic started by: roseberry123 on January 26, 2005, 06:58:45 pm

Title: logging in
Post by: roseberry123 on January 26, 2005, 06:58:45 pm
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
Title: Re: logging in
Post by: kegobeer on January 26, 2005, 09:08:17 pm
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.
Title: Re: logging in
Post by: Alaska on January 26, 2005, 11:12:38 pm
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
Title: Re: logging in
Post by: roseberry123 on January 27, 2005, 12:18:29 am
Thank you Jim :)