![]() |
|
printPageListWithNav gettext not appearing on album.php output. - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: printPageListWithNav gettext not appearing on album.php output. (/thread-10424.html) |
printPageListWithNav gettext not appearing on album.php output. - Vir-Cotto - 2012-09-19 I am using Version 1.4.3.1 with the default theme. The
` printPageListWithNav gettext not appearing on album.php output. - acrylian - 2012-09-19 Is it the plain default theme without any modifications? Does it work in the Zenpage theme or other included ones? Any error in the server error log? printPageListWithNav gettext not appearing on album.php output. - Vir-Cotto - 2012-09-19 Yes. No and No. But as I disabled, the ".disabled_nav" in the CSS, I saw that index.php would show the previous & next hyperlinks although not needed with only 1 page. So I checked the code and it was different from the one in album.php It works with `` But seriously, I don't know why this "Â" is needed. Doesn't seem like a pointer, trigger or anything to me. But now it works. printPageListWithNav gettext not appearing on album.php output. - acrylian - 2012-09-19 The "Â" clearly doesn't belong there and is probably the result of re-saving the file with a wrong encoding with an editor. It should bet UTF-8 no BOM. Regarding the prev/next not needed, some theme layouts may want to show a disabled link/button for layout reasons this so you can. if you don't want you can hide it via CSS. printPageListWithNav gettext not appearing on album.php output. - Vir-Cotto - 2012-09-19 Hmm. Ok, thanks could be it. But I edited the .php files directly on the server with WinSCP. The disabling wasn't the issue, I get the visibilty:hidden option, but the pagelist wasn't showing the gettext only pagenumbers. Â. Maybe via uploading, wrongful copy&paste or MySQL DB settings. But i don't have any other problems/issues with the German language. I only viewed the German language files once,also via WinSCP. Wondered how they weren't .ini files. I will leave it for now the way it is. Aynway thanks for info. printPageListWithNav gettext not appearing on album.php output. - acrylian - 2012-09-19 Sorry I have no idea and never heard of WinSCP (well, I am on Mac). YOu should in any case use a plain texteditor (but you know that probably). Quote:I only viewed the German language files once,also via WinSCP. Wondered how they weren't .ini files. |