Advanced search  

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

Pages: [1]   Go Down

Author Topic: No user options  (Read 2644 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.019 seconds with 20 queries.