Jump to content

arjen

Members
  • Posts

    1,222
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by arjen

  1. You are not alone. Disabling ACF works for me. Also Martijns "fix" from that topic works. I haven't seen the issue since.
  2. Got the same results here too, soma. All returned users are not valid. When I use the ID they are valid. The custom php works fine too. For now I'll settle on that one. Thanks!
  3. Thanks for stepping in, Martijn Isn't Roles (built in field) a Page field type? I think you can approach this like any other Page field. When I remove the roles field from the selector the saving does work fine.
  4. Hey, Brand new install running dev 2.3.7. No code modifications. I've setup a simple download system like this: Template: company Fields: title and company Field label: company Field type: Page Dereference in API as Multiple pages Custom selector to find selectable pages: template=user, roles=company, sort=name I add a few users with the guest and company roles. When viewing the company page in the admin the companies show up. But when saving there is an error: Page 1015 is not valid for company. It doesn't matter if there is one or more options selected. I also tried all the "Input field types". I've read PageListSelect input field types are currently not compatible. When I change the custom selector to empty and use the "Parent of selectable page(s)" or "Template of selectable page(s)" the saving is fine. Am I overlooking something?
  5. Should work! You can PM me your credentials and url. I'd be happy to take a look. You can debug echoing $user->language in incognito mode. Are there any files associated with the language?
  6. Go to Access > Users > Guest > Select the EN language and hit save. You visitors will see the EN language as default. Use Incognito mode in Chrome to view your site.
  7. Martijn, ryan gave this answer this in another thread a while ago. I would say so
  8. I think Soma means the ProcessWire error logs. They are in /site/assets/logs/. You also may want to enable the debug function in the config.php file.
  9. Since $users are basicly the same as $pages you can follow soma's instructions or look into this thread. You are not the first Also you might want to use Google to search the forum with the query: site:processwire.com/talk.
  10. Kahn made a FrontendUserProfiles module.
  11. I usually just have a test file bootstrapped with secure access where I can test this kind of stuff. The repository would be a great idea still!
  12. Nice. Nice. Nice! Thanks for posting the structure part too!
  13. Good to hear. You might want to mark this thread as solved
  14. I see. What's the setup your home template? When you specify Allowed templates for children there, it might be visible too.
  15. What settings are enabled on the the family tab of both the template of the page itself and the parent page? This might result in not showing your template.
  16. Pretty fast here too. Nice colours and lay-out. I'm not that often in Groningen these days, but next time (if the online menu is ready) I will give it a try!
  17. I spend another few hours, but didn't really hit the nail. Coincidentally I was looking into this today again since it is still on my todo list. Will post an update in the next few days.
  18. Could you be so kind to show us what code you are using? Are the translation files available in your language?
  19. Looks really great! Thanks for sharing. I feel a casestudy is coming up.
  20. It's not clear to me You are looking for filters in the adminarea? Could you sketch something you want? That might clear things up.
  21. I would love to help out and I have some spare time to test until end of this month.
  22. Please note that the Site Profile Exporter doesn't export users and the access control settings.
  23. Like Martijn said you should rethink your strategy and start using pages. This could very well be a performance issue. If you want to store data which needs to scale, you shouldn't use repeaters.
  24. Does deleting a row within the same repeater works on another page? What is your set-up of fields?
×
×
  • Create New...