hi all,
i have recently started using ZenPhoto for my photoblog and I like it a lot.
I still have to customize the look a bit but time isn't my best friend lately
I have a question though... I'm using the dutch translation but I have 1 item that isn't translated on my pages and I can't seem to find it in the NL_NL locale files (there everything is properly translated).
It concerns the item [news] that's placed after the title of news topics on my homepage.
For example :
Black goedgekeurd, Regi in the mix afgezegd [news]
this should be :
Black goedgekeurd, Regi in the mix afgezegd [nieuws]
I have looked in the translation files and in the theme but can't anyplace where to change this.
Any ideas?
Cheers for the help already!
Comments
More particular this line :
<h3><?php printNewsTitleLink(); ?><?php echo " <span class='newstype'>[".getNewsType()."]</span>"; ?></h3>
Allthough I have created and assigned news-categories, they aren't listed correctly in the overview on the gallery.php page.
Could this be a bug or so? Anyway, how can this be corrected?
so if you check my site now, you won't see the problem live in action.
You actually can remove that completely. Or code something like `if(getNewsType() == "news") { echo "[nieuws]"; }` instead.
Perhaps I'll check out that CombiNews mode as it is interesting to put images there also... Thanks for the answer acrylian!
I have a bunch of albums in my archive that are shown also in the combinews but I don't really want that...
above worked like a charm... I have added an extra item now as I have switched to CombiNews...