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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Continuing Image rotation issue · 6 years ago

    @dan-james, Downloaded the image from Dropbox and opened it with Gimp. Gimp shows me a popup about the orientation: . I added the original image to a page using ![Image](image.jpg?fixOrientation) and

  • Problems with select field · 6 years ago

    @bleutzinn, Did some debugging too... When going down the rabit hole to Validation::filter()... That method determines how the field should be validated. In your case the method is set to 'filterText'

  • Ordering blogposts by publishing date · 6 years ago

    @werdi, You mention in your title 'blogposts' so I guess that will be in the page blog.md where the collection of blog-items is defined. The value for publish_date will go in each item.md

  • Ordering blogposts by publishing date · 6 years ago

    @werdi, So where would I enter this in order for it to affect all blogposts? What does this refer to? The definition of the ordering of the collection, or the 'publishing_date'?

  • Ordering blogposts by publishing date · 6 years ago

    @werdi, Did you have a look at the ordering options of Collections? <code><table><tr><td>header.x</td><td> The order is based on any page header field. i.e. header

  • Which icon or FontAwesome icon isn't loading? · 6 years ago

    @techielass, Any progress?

  • Cascade Plugin Question · 6 years ago

    @FragleFameux, Welcome to the forum! Which theme are you using? How did you build the list of games in the main page? Did you use a page collection? Which page templates are you using for parent and

  • Continuing Image rotation issue · 6 years ago

    @dan-james, OK, if all is modern, we might have to look elsewhere. Is it always the same set of images that show the issue, or is there no pattern? Can we somehow get access to photos prior to uploadi

  • Search feature does not expand to show matches in all headlines · 6 years ago

    @morten, The 'demo' is in fact the official learn site of Grav. Looking at the code of the Learn site, it references theme Learn4, which is not available in Grav's plugin repository. Maybe the highli

  • How to correctly defer Plugin Javascript · 6 years ago

    @RandomCanadian, Fixed