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: Where can I remove the "Album list" menu ?  (Read 2404 times)

0 Members and 1 Guest are viewing this topic.

philippefx

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
Where can I remove the "Album list" menu ?
« on: September 15, 2010, 03:23:52 pm »

Hi,

Short question (I hope). I would like to remove this menu "Album list" for all unauthentificated users.

I could put a condition like :

   if (USER_ID) {
           /* display menu  */
   } /* else : display nothing */

... but don't know where to write this ? In which php file ?


Thanks !

PS: gallery : http://photo.grangeneuve.ch/, latest version.
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Where can I remove the "Album list" menu ?
« Reply #1 on: September 15, 2010, 04:03:35 pm »

It's in the theme.php file of your theme. Maybe the plugin 'Final Extract' can also achieve what you want.
Logged

philippefx

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
Re: Where can I remove the "Album list" menu ?
« Reply #2 on: September 15, 2010, 04:24:00 pm »

It works, thanks !
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 20 queries.