Jump to content

Mats

Members
  • Posts

    360
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Mats

  1. That sounds like a good solution. Thanks @BitPoet !
  2. I’m building a simple ticket booking system for our events. I’m considering two different solutions: The first approach is creating one page per ticket and a reference to a booking page with the contact info. This should be faster when checking for ticket availability by using $pages->count(). The other one is a one page per booking with an integer field holding the ticket quantity. Downside is having to use $pages->find() but only having to create one page per booking with the API. My biggest concern is listing the events and the ticket availability for each event, loading all bookings. At the most one event has 300 bookings. Any ideas are welcome.
  3. Could you share the complete template code?
  4. @pwFoo You can change markup and classes: https://github.com/processwire/processwire/blob/master/wire/core/InputfieldWrapper.php#L41
  5. Hi! If you have an array of images, try this: $child->image->first()->url $child->image->first()->size(200,200)->url
  6. @bernhard You should check this out by @diogo : http://processwire.com/videos/copy-and-paste-photos/
  7. @bernhard Client-side image resizing seems to be scheduled for spring 2017: http://processwire.com/about/roadmap/#main
  8. @horst to the rescue again:
  9. I have a couple of customers on one.com (Danish company) and it's working out ok. I use mebo.se, a Swedish (pretty close to Denmark) web host, with very fast servers, great support at a low price.
  10. Mats

    Padloper showcase

    @Zeka It is. I'd appreciate a bug report.
  11. Mats

    Padloper showcase

    @Zeka www.doic.se uses Padloper for logged in customers.
  12. I don't think it's possible. Check out this SO answer: http://stackoverflow.com/questions/31861822/google-maps-how-to-show-city-or-an-area-outline/31865958#31865958
  13. @netcarver Repo is updated. Thats's my favourite shirt! Thanks for setting up the store.
  14. Hi! Welcome to the forums! Check this thread out for front end-editing with ckeditor:
  15. Looks and works great! Love the map on the contact page: http://eizocolour.com/contact-us/!
  16. Thanks @netcarver and @dab! I'll update the code with your additions @netcarver.
  17. Check out http://yourdomain.com/admin/module/edit?name=InputfieldPageName tpr was faster
  18. I think you are looking for this: $page->your_mapfield->address
  19. Seems to be at database problem. I can't duplicate the issue on my set up (also on 3.0.18). Can you add other field types without the db issue?
  20. Thanks for your detailed answer! Very impressive stuff. The vangoghroute.nl site is very nice too.
  21. Very nice work! Could you tell us something about the map? Are you using geojson for the routes/polylines?
  22. Thanks Soma!
  23. Thanks for the report Beluga. I'll look into it.
  24. Glad you got it sorted, i had the same issue at some point.
  25. Hi! Here's the solution: https://processwire.com/talk/topic/9827-single-image-upload-on-frontend-doesnt-work-correctly/
×
×
  • Create New...