Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • How to sort pictures by name · 12 years ago

    I am also on siteground with with PHP 5.4.33 , forcing sort for pages did worked too

  • How to sort pictures by name · 12 years ago

    Do you happen to know what kind of server you are running on your remote site (OS version, perhaps hosting provider name, PHP version, etc)? I think I can probably force a sort to override the direct

  • How to sort pictures by name · 12 years ago

    yes , I also had it with pages, and to tell the true I also had this kind of issue sometime ago with pico CMS, but I must remind that the problem only shows off when uploaded to the remote server (

  • How to sort pictures by name · 12 years ago

    Kind of strange, I am unable to replicate using those filenames. Grav is just ordering by looping over the files with a PHP DirectoryIterator. I've manually sorted using a natural algorithm before re

  • How to sort pictures by name · 12 years ago

    Ok thanks, i'll look into it.

  • How to sort pictures by name · 12 years ago

    Yep I think my files too were by date ...

  • How to sort pictures by name · 12 years ago

    01.livro-grafites-brasil.jpg 02..livro-grafites-brasil.jpg 03.livro-grafites-brasil.jpg 04.livro-grafites-brasil.jpg 05.livro-grafites-brasil.jpg 06.livro-grafites-brasil.jpg Could not find any logic

  • How to sort pictures by name · 12 years ago

    What were the filenames you had in your folder, and what order were they displaying in?

  • How to sort pictures by name · 12 years ago

    same for me when is on the server, might be related with php / apache config ... also had to add sort to get the first image right ...media.images|sort|first

  • How to sort pictures by name · 12 years ago

    Thanks "|sort" is really necessary to get the file in the right order. without |sort they are sorted by date.