forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: philippefx on September 15, 2010, 03:23:52 pm

Title: Where can I remove the "Album list" menu ?
Post by: philippefx 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.
Title: Re: Where can I remove the "Album list" menu ?
Post by: Αndré 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.
Title: Re: Where can I remove the "Album list" menu ?
Post by: philippefx on September 15, 2010, 04:24:00 pm
It works, thanks !