These forums are not for official support. If you are looking for official support please click here.
You are here: Home :: Forum Home :: Modules :: Channel Images :: Thread
If a user has not selected a cover image and the tag param cover_only=yes
then only is sorted by “cover desc”, this should be “cover desc, image_order asc”
mod.channel_images line 105
$this->EE->db->order_by('cover DESC, image_order ASC');
This will then show the first image in the list (image_order) instead of the first image that was uploaded for this entry (image_id)