forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: viper12 on December 08, 2005, 09:11:39 pm

Title: A few modifications Questions
Post by: viper12 on December 08, 2005, 09:11:39 pm
Hi,

i have 4 questions..

1. The languages that a user can choose where are those situated and can i delete them all keeping only dutch and english.

2. Ecards, i have them disabled but the button of the ecards is still in the option bar when vieuwing photo's is there a possibility to delete the button also from the bar.

3. The themes that i don't use can i delete them without problems from the themes directory.

4. The names of the categories and albums can i use two different languages for them i mean a dutch titels for the dutch viewers and english for the english viewers...

Greetings, Dj Viper

Title: Re: A few modifications Questions
Post by: Joachim Müller on December 09, 2005, 08:00:06 am
i have 4 questions..
but we have a "one question per thread" policy you agreed to respect when signing up.

1. The languages that a user can choose where are those situated and can i delete them all keeping only dutch and english.
Delete the files in the lang folder that you don't need

2. Ecards, i have them disabled but the button of the ecards is still in the option bar when vieuwing photo's is there a possibility to delete the button also from the bar.
edit themes/yourtheme/theme.php, find
Code: [Select]
// HTML template for the image navigation bar
$template_img_navbar = <<<EOT
and look for
Code: [Select]
                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{ECARD_TGT}" title="{ECARD_TITLE}"><img src="images/ecard.gif" width="16" height="16" border="0" align="absmiddle" alt="{ECARD_TITLE}"></a>
                </td>
below it. Comment this section out by putting <!-- in the front of this section and --> at the end of it.

3. The themes that i don't use can i delete them without problems from the themes directory.
yes, but keep one unmodified theme for troubleshooting purposes

4. The names of the categories and albums can i use two different languages for them i mean a dutch titels for the dutch viewers and english for the english viewers...
no
Title: Re: A few modifications Questions
Post by: Joachim Müller on December 09, 2005, 11:28:05 am
don't PM supporters, but post publicly. ::)