ZenphotoCMS Forum
ZpMinimal Text/Date/Time below Home picture - 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: ZpMinimal Text/Date/Time below Home picture (/thread-12050.html)



ZpMinimal Text/Date/Time below Home picture - Greenhorn - 01-11-2014

Hello, i like to get rid of the Name of the photo , Date and time below the Picture on the home page. I tried it in the index.php but nothing happend. What shall i do? Best regards




ZpMinimal Text/Date/Time below Home picture - fretzl - 01-11-2014

In the theme folder find [i]index.php[/i] and remove lines 54 and 55.




ZpMinimal Text/Date/Time below Home picture - Greenhorn - 01-11-2014

I did so before but nothing happend




ZpMinimal Text/Date/Time below Home picture - fretzl - 01-11-2014

Ah, you probably changed the [i]Home Page Image Option[/i] from [i]random[/i] to something else.

If you you have set it to [i]Image-something[/i] then change line 43 to this:
imageprintImageStatistic(1,$zpmin_functionoption,'',false,false,false,40,'',535,535,false);
If you you have set it to [i]Album-something[/i] then change line 45 to this:
printAlbumStatistic(1,$zpmin_functionoption,false,false,false,40,'',535,535,false);




ZpMinimal Text/Date/Time below Home picture - Greenhorn - 01-11-2014

Home Page Image Option is Image-TopRated but with the changement in Line 43 i will get a

Fatal error: Call to undefined function imageprintImageStatistic() in ..... zpminimal/index.php on line 43




ZpMinimal Text/Date/Time below Home picture - fretzl - 01-11-2014

Oops, there's a typo in the line I wrote. It should be:
printImageStatistic(1,$zpmin_functionoption,'',false,false,false,40,'',535,535,false);




ZpMinimal Text/Date/Time below Home picture - Greenhorn - 01-11-2014

TOP. Best Service i have ever had. THANK YOU VERY VERY MUCH