-
Posts
360 -
Joined
-
Last visited
-
Days Won
2
Everything posted by Mats
-
That sounds like a good solution. Thanks @BitPoet !
-
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.
-
[SOLVED] Images only appear when logged in as admin
Mats replied to Troost's topic in General Support
Could you share the complete template code? -
@pwFoo You can change markup and classes: https://github.com/processwire/processwire/blob/master/wire/core/InputfieldWrapper.php#L41
-
How do show full path of image on template plus different sizes
Mats replied to OpenBayou's topic in API & Templates
Hi! If you have an array of images, try this: $child->image->first()->url $child->image->first()->size(200,200)->url -
@bernhard You should check this out by @diogo : http://processwire.com/videos/copy-and-paste-photos/
-
@bernhard Client-side image resizing seems to be scheduled for spring 2017: http://processwire.com/about/roadmap/#main
-
@horst to the rescue again:
- 1 reply
-
- 5
-
-
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.
- 1 reply
-
- 1
-
-
@Zeka It is. I'd appreciate a bug report.
-
-
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
-
@netcarver Repo is updated. Thats's my favourite shirt! Thanks for setting up the store.
-
Hi! Welcome to the forums! Check this thread out for front end-editing with ckeditor:
-
Looks and works great! Love the map on the contact page: http://eizocolour.com/contact-us/!
-
Thanks @netcarver and @dab! I'll update the code with your additions @netcarver.
-
Check out http://yourdomain.com/admin/module/edit?name=InputfieldPageName tpr was faster
-
I think you are looking for this: $page->your_mapfield->address
-
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?
-
Thanks Soma!
-
Thanks for the report Beluga. I'll look into it.