Could you tell me also how to remove :-
'Last Comments' from the main header?
'Login' from the main header?
Also - even thought it is a brilliant part of the package - how do I remove the 'e-cards' item from the viewing of the pictures
many thanks - it's a top program - we are well impressed with it
http://coppermine.sourceforge.net/faq.php?q=removeFeature#removeFeature
thanks, any way of removing the 'Last Comments' bit?
thanks again
thanks tried the above and now get - {MAIN_MENU}
But I have manged to get around it - thanks again
edit themes/yourtheme/theme.php and find<a href="{LASTCOM_TGT}">{LASTCOM_LNK}</a> ::
Replace it with<!--<a href="{LASTCOM_TGT}">{LASTCOM_LNK}</a> ::-->
Find<!-- BEGIN login -->
<a href="{LOGIN_TGT}">{LOGIN_LNK}</a>
<!-- END login -->
Replace with<!-- BEGIN login -->
<!--<a href="{LOGIN_TGT}">{LOGIN_LNK}</a>-->
<!-- END login -->
GauGau