Jump to content

Jorge

Members
  • Posts

    5
  • Joined

  • Last visited

Jorge's Achievements

Newbie

Newbie (2/6)

1

Reputation

  1. Hi @Robin S. I've used a new PageArray as you suggested. Thank you.
  2. Hi. I'm trying to accomplish something like this: $entriesByArea = $admitted->find("areas[0].title='$area', sort=-average, limit=$limit"); I want to find items where the first item of the field areas (a repeater) has the title = $area. Is this possible in any way? Thank you.
  3. Hi. After registration (using LoginRegisterPro), users are able to edit their profile and one of the things they can change (and many have done) is their full name (I'm using title field to store the full name). I have a page reference field listing my users. This field is then used in a template. What I'm trying to accomplish is this same list but sorted by full name (title field). This should be very straightforward but for some unknown reason it is nor working as expected. Can anyone offer an insight, please? Much appreciated.
  4. @kongondo, thanks. 2. It isn't but it could be. @horst, that module looks like a gem. Thank you. @gmclelland, I'm sure it will help me. Thanks guys. I do have a better ideia about what can be done and I'll try it in the coming days.
  5. Hi. I'm trying a new combo with Processwire + Gridsome + Netlify. My data is in Processwire, available via a custom API and I'm fetching it with Axios to the Gridsome data layer. Everytime I push my code to Github, Netlify will deploy a new version of the site with the updated content. What's missing is some kind of automation that allows me to commit & push to Github every time a page is saved in Processwire. Does anyone know how to do that or point me in the right direction? Thanks.
×
×
  • Create New...