Where can I remove the "Album list" menu ? Where can I remove the "Album list" menu ?
 

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

Where can I remove the "Album list" menu ?

Started by philippefx, September 15, 2010, 03:23:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

philippefx

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.

ΑndrĂ©

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

philippefx