forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: ciberatalayas on February 04, 2005, 10:37:30 pm

Title: How to delete the comment menu?
Post by: ciberatalayas on February 04, 2005, 10:37:30 pm
Hi, first i want to congratulations for this software.
I would like to eliminate the comment menu, any suggestions?
Thanks in advance.
Title: Re: How to delete the comment menu?
Post by: ciberatalayas on February 05, 2005, 02:15:16 am
Any idea for delete "comments" of the main menu? Thanks.
Title: Re: How to delete the comment menu?
Post by: Nibbler on February 05, 2005, 03:44:59 pm
What do you mean by 'comment menu' ?
Title: Re: How to delete the comment menu?
Post by: Joachim Müller on February 11, 2005, 03:00:17 pm
just go to "groups" and disable commenting for all groups, this will get you rid of the comments section. Only features a user is allowed to have will show up.

Joachim
Title: Re: How to delete the comment menu?
Post by: ciberatalayas on February 28, 2005, 12:24:24 am
What i want is that no body can´t see the buttons "Last uploads :: Last comments :: Most viewed :: Top rated :: My Favorites" . Any idea? Thanks.
Title: Re: How to delete the comment menu?
Post by: kegobeer on February 28, 2005, 12:45:24 am
Go to your theme's theme.php file, look for and remove

Code: [Select]
                        <a href="{LASTUP_TGT}">{LASTUP_LNK}</a> ::
                        <a href="{LASTCOM_TGT}">{LASTCOM_LNK}</a> ::
                        <a href="{TOPN_TGT}">{TOPN_LNK}</a> ::
                        <a href="{TOPRATED_TGT}">{TOPRATED_LNK}</a> ::
                        <a href="{FAV_TGT}">{FAV_LNK}</a> ::