[Return]

Report a post

Preview
>>62266
Fixed the catalog images by changing
($FileIO->imageExists($tim.$ext) ? '<img src="'.$FileIO->getImageURL($tim.'s.jpg').'" width="'.min(150, $tw).'" vspace="3" class="thumb" />' : '***').

to
($FileIO->imageExists($tim.$ext) ? '<img src="'.$FileIO->getImageURL($tim.'s.png').'" width="'.min(150, $tw).'" vspace="3" class="thumb" />' : '***').

which is line 108 on module/mod_cat.php
Also stole replies.png from heyuri, as that is not packed in with the install. (had to change line 6 for this)
Post number No.62271
Board Site Discussion@Heyuri
Optional. Describe what's wrong with it.