Member
Member
Greenhorn   2014-11-01, 15:12
#1
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
Administrator
Administrator
fretzl   2014-11-01, 15:28
#2
In the theme folder find [i]index.php[/i] and remove lines 54 and 55.
Member
Member
Greenhorn   2014-11-01, 15:41
#3
I did so before but nothing happend
Administrator
Administrator
fretzl   2014-11-01, 16:47
#4
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);
`
Member
Member
Greenhorn   2014-11-01, 17:33
#5
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
Administrator
Administrator
fretzl   2014-11-01, 17:55
#6
Oops, there's a typo in the line I wrote. It should be:
`
printImageStatistic(1,$zpmin_functionoption,'',false,false,false,40,'',535,535,false);
`
Member
Member
Greenhorn   2014-11-01, 18:44
#7
TOP. Best Service i have ever had. THANK YOU VERY VERY MUCH
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.