No user options No user options
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

No user options

Started by Joppjopp, July 05, 2004, 08:49:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joppjopp

Hello,

I just installed Coppermine for the first time. It was so easy! Great! Now for another challenge: I just want a very clean gallery for now. I don't want any member features at all: No "login", "last comments" "last viewed" etcetera. Is there any way to do this easily?

Cheers

Jesper

Casper

Yes, just edit them out in themes/yourtheme/theme.php

For instance, to remove the login link, find this code;
<!-- BEGIN login -->
                        <a href="{LOGIN_TGT}">{LOGIN_LNK}</a>
<!-- END login -->


And change it to this;
<!-- BEGIN login -->
                  <!--      <a href="{LOGIN_TGT}">{LOGIN_LNK}</a> -->
<!-- END login -->


Note, DO NOT just remove this code. Coppermine still needs it.  To login yourself, you will have to type your url in the address bar, i.e., ....coppermine/login.php
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joppjopp