No user options No user options
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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