No user options No user options
 

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

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