Jump to content



Latest News: (loading..)

* * * * * 1 votes

KissIT Image Thumnailer


  • Please log in to reply
121 replies to this topic

#121   vampirehunter

vampirehunter
  • Members
  • 319 posts
  • Real Name:vampire

Posted 13 June 2013 - 03:53 PM

i find this code for functions/html_output.php

seems to work but is this the proper way of doing it in conjunction with the kissit thumbnailer?

if ( (empty($src) || ($src == DIR_WS_IMAGES)) && (IMAGE_REQUIRED == 'false') ) {
	 $src=DIR_WS_IMAGES.'noimage.gif';
}

//for what`s the url like :'images/aa/'
if(!file_exists($src)||strlen(strstr($src,"."))<=0){
$src=DIR_WS_IMAGES.'noimage.gif';
}


Edited by vampirehunter, 13 June 2013 - 03:54 PM.


#122   vampirehunter

vampirehunter
  • Members
  • 319 posts
  • Real Name:vampire

Posted Yesterday, 03:04 PM

View PostGergely, on 06 June 2013 - 01:39 PM, said:

Dear @vampirehunter,

yes it is. This slide out given parameters to "_html" string and not throwing errors. The "html" is not exist in the class.

(Image_Helper.php)

Hi
when i checked my file, the change was already done.
which version are you using??

is _html the correct one or just html?
thanks