Forums / Cotonti / Support / How to Make new Theme

n0fx
#42271 2016-10-30 16:02

I did reinstall, its working now, thank you :) actually I didnt expect its related reinstall :)

Added 5 hours later:

Some of plugins are not working with 0.9.19. I made list and I will update this list. I also wrote comment why its not working.


https://www.cotonti.com/extensions/files-media/pageavatar-siena (Solved: you can look to comment on the page)

If you want to optimize images expect thumb images. you should add these codes:
pageavatar.page.add.done.php (line 49)
 

$info = getimagesize($filename);
 if ($info['mime'] == 'image/jpeg') {$image = imagecreatefromjpeg($filename);
 imagejpeg($image, $filename, 85);
 }
elseif ($info['mime'] == 'image/gif') {$image = imagecreatefromgif($filename);
imagegif($image, $filename, 85);
}
elseif ($info['mime'] == 'image/png') {$image = imagecreatefrompng($filename);
imagepng($image, $filename, 85);
}


https://www.cotonti.com/extensions/files-media/612

Added 1 day later:

Hi,

I need to use </div> 1 time in the PAGE_ROW. How can i get data how many times loop in the PAGE_ROW like while $i variable ?  I hope I could explain myself.

I found {PAGE_ROW_NUM}

Added 4 days later:

how i can change pagination html tags ?

https://www.ultima-strike.com
This post was edited by n0fx (2016-11-05 00:59, 7 years ago)