Search found 11 matches
- Tue Oct 13, 2020 3:57 pm
- Forum: Modules/Add-Ons
- Topic: php print file_get_contents
- Replies: 12
- Views: 2900
Re: php print file_get_contents
I tried Velden's suggestion and the error log shows connection 403 - forbidden. You might want to ask the calendar provider if there's a whitelist or other method to allow your server's IP or similar. Not sure how Velden got through but probably coincidental. Maybe only Dutch IP's are allowed... No...
- Tue Oct 13, 2020 3:45 pm
- Forum: Modules/Add-Ons
- Topic: php print file_get_contents
- Replies: 12
- Views: 2900
- Tue Oct 13, 2020 3:42 pm
- Forum: Modules/Add-Ons
- Topic: php print file_get_contents
- Replies: 12
- Views: 2900
Re: php print file_get_contents
Not sure caching a calendar is a good idea. Depends if the bookings get visible real time, or a date can be disabled if it's fully booked etc. For the record: I can't get it to work either with this url on my local (xampp) install. It might have something to do with the fact it's https. However, on...
- Tue Oct 13, 2020 3:33 pm
- Forum: Modules/Add-Ons
- Topic: php print file_get_contents
- Replies: 12
- Views: 2900
Re: php print file_get_contents
Might be useful http://dev.cmsmadesimple.org/projects/cacheremotefile Thx Rolf, but what I understand from the explanation, this is for creating content that can then be displayed on another website. What I would like to do is display external dynamic content on my cmsms site without having to reso...
- Tue Oct 13, 2020 11:04 am
- Forum: Modules/Add-Ons
- Topic: php print file_get_contents
- Replies: 12
- Views: 2900
Re: php print file_get_contents
Hello again, so this is what I did: 1) I added to config.php => $config['permissive_smarty'] = 1; 2) I went to Settings/Global/Smarty and put both on yes. 3) I adapted the template to have this: {block name='content'} <div class="column row text-center"> <h3>{title}</h3> {fetch file='https...
- Tue Oct 13, 2020 7:50 am
- Forum: Modules/Add-Ons
- Topic: php print file_get_contents
- Replies: 12
- Views: 2900
Re: php print file_get_contents
Thx, gonna give it a try 

- Mon Oct 12, 2020 6:53 pm
- Forum: Modules/Add-Ons
- Topic: php print file_get_contents
- Replies: 12
- Views: 2900
php print file_get_contents
Hi, maybe this is a very stupid question, but I'm quite the noob when it comes down to this. So basically, I have a site running CMSMS and totally love how I can do almost anything with it without having to be a programmer :D My site is about ceramics and workshops, and the idea is customers can sub...
- Tue Jul 24, 2018 1:51 pm
- Forum: Modules/Add-Ons
- Topic: CGcalendar question
- Replies: 2
- Views: 1669
Re: CGcalendar question
Hi, thank you for your reply. Was hoping for something a bit easier :-) but glad to see there are possibilities. Maybe I'll try your getting something like your setup up and running on another page and work with the iframe in the meantime (although I'm really not a fan of this). Thank you once again...
- Sun Jul 22, 2018 8:10 pm
- Forum: Modules/Add-Ons
- Topic: CGcalendar question
- Replies: 2
- Views: 1669
CGcalendar question
Hi, I was wondering if it is possible to do the following with CGcalendar: I want to make an entry in the calendar for a 2-hour workshop on a specific date. I would like 5 people to be able to participate in this workshop. Ideally, from within the workshop entry in the calendar, a link should appear...
- Wed Jul 18, 2018 7:42 pm
- Forum: Modules/Add-Ons
- Topic: CGcalendar frontend not in Dutch
- Replies: 2
- Views: 1509
Re: CGcalendar frontend not in Dutch
Who would have thought it could be that simple, this solved it.
Thx.
Thx.
- Wed Jul 18, 2018 1:10 pm
- Forum: Modules/Add-Ons
- Topic: CGcalendar frontend not in Dutch
- Replies: 2
- Views: 1509
CGcalendar frontend not in Dutch
Hi, I am working on site http://www.kreamiek.be and have installed several modules and templates. Most of them are working fine or I still have to look how to fix some minor issues. For CGcalendar I have been searching for quite a while now and have read on the forum also, but am unable to solve the...