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
Ah, you probably changed the Home Page Image Option from random to something else.
If you you have set it to Image-something then change line 43 to this: ` imageprintImageStatistic(1,$zpmin_functionoption,'',false,false,false,40,'',535,535,false); ` If you you have set it to Album-something then change line 45 to this: ` printAlbumStatistic(1,$zpmin_functionoption,false,false,false,40,'',535,535,false); `
Comments
If you you have set it to Image-something then change line 43 to this:
`
imageprintImageStatistic(1,$zpmin_functionoption,'',false,false,false,40,'',535,535,false);
`
If you you have set it to Album-something then change line 45 to this:
`
printAlbumStatistic(1,$zpmin_functionoption,false,false,false,40,'',535,535,false);
`
Fatal error: Call to undefined function imageprintImageStatistic() in ..... zpminimal/index.php on line 43
`
printImageStatistic(1,$zpmin_functionoption,'',false,false,false,40,'',535,535,false);
`