Advanced search  

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]

Pages: [1]   Go Down

Author Topic: No user options  (Read 2643 times)

0 Members and 1 Guest are viewing this topic.

Joppjopp

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
No user options
« on: July 05, 2004, 08:49:53 pm »

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
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: No user options
« Reply #1 on: July 05, 2004, 09:49:03 pm »

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

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

And change it to this;
Code: [Select]
<!-- 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
Logged
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

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: No user options
« Reply #2 on: July 05, 2004, 10:08:47 pm »

Thank you! :)

Jesper
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.