PDA

View Full Version : Question about categories and lang-italian.php


elis
08-08-2005, 05:46 PM
Hi all!
I'm new here and I have a question and a little "add" in the lang-italian.php.


The question: after selected the category in Archive, is there a way to show in the image_template.html (or in other page) only the pictures and the thumbnails of my selection? Example: my choice is the "holiday" categorie. After that I would see the first "holiday" picture and only the thumbs of the other "holidays" pictures, NOT all the pictures.

Here is the right translation on lang-italian.php file ( in brackets the number of the rows):


[76] // Category
[77] $lang_category_singular = "Categoria:";
[78] $lang_category_plural = "Categorie:";

and I have added a row at the end of the lang file with the translation of the words "Monthly archive" of the addon file paged_archive.php


// Addon paged_archive.php file row #158
$lang_monthly_archive = "Seleziona Mese";


On paged_archive.php file I have changed the words "Monthly archive" with "$lang_monthly_archive"


[158] $archive_select = "<select name='browse' onChange='self.location.href=this.options[this.selectedIndex].value;'><option value=''>$lang_monthly_archive</option><option value='index.php?x=browse&amp;archivedate=$thedate&amp;pag enum=1'>$lang_browse_all (" .$pixelpost_all_photonumb .")</option>";


Hope this helps

I can send the files, if needed.

Bye

Elis