Search found 130 matches

by JimboDavies
Thu May 28, 2015 10:02 am
Forum: Modules/Add-Ons
Topic: CGProducts and Menus - Producing menu if category has items
Replies: 4
Views: 1413

Re: CGProducts and Menus - Producing menu if category has it

Works perfectly, very many thanks Jo!

Now, say I wanted to use this for all of my categories. Do I need to give each one a discrete name, or can I reuse the tmp variable as it goes through my whole menu?

Jim
by JimboDavies
Thu May 28, 2015 8:37 am
Forum: Modules/Add-Ons
Topic: CGProducts and Menus - Producing menu if category has items
Replies: 4
Views: 1413

CGProducts and Menus - Producing menu if category has items

I'm doing some tweaking work on an old website I built (changing it for a fully responsive template and updating things is a muuuuuch longer project!) and one of the things I have noticed is that the nature of my menu structure means I am producing a heading for each category, and it then calls the ...
by JimboDavies
Tue Jan 13, 2015 1:57 pm
Forum: Modules/Add-Ons
Topic: Products (CGeCommerce) - Redirecting old product to new
Replies: 2
Views: 1061

Re: Products (CGeCommerce) - Redirecting old product to new

I should add - this is something we need to do for multiple products.
by JimboDavies
Tue Jan 13, 2015 12:15 pm
Forum: Modules/Add-Ons
Topic: Products (CGeCommerce) - Redirecting old product to new
Replies: 2
Views: 1061

Products (CGeCommerce) - Redirecting old product to new

We use CalGuys eCommerce suite extensively at www.stormforce.biz. We've been tweaking and modifying some of our products, and combining them into fewer pages for ease of navigation. I've got a product (Let's call it A) which has been superseded by product B. Our site has many links to product A - as...
by JimboDavies
Fri Dec 06, 2013 8:58 am
Forum: The Lounge
Topic: Processing Calendar Feed onto Website
Replies: 12
Views: 4894

Re: Processing Calendar Feed onto Website

Interesting. I've modified that to smarty, and it all works.

Not sure how that can have been corrupted (I haven't been anywhere near that file) - looks more like a typo.

Weird that it only comes up when that UDT is pulled in.

Ah well, all up and running! Thanks for all your help guys.
by JimboDavies
Thu Dec 05, 2013 8:25 pm
Forum: The Lounge
Topic: Processing Calendar Feed onto Website
Replies: 12
Views: 4894

Re: Processing Calendar Feed onto Website

Thanks Velden. I am running this calendar feed into various items on the 'Products' module. My UDT now looks like this: require 'class.iCalReader.php'; $course = isset($params['course']) ? $params['course'] : 'Course Enquiry'; $calendar = isset($params['calendar']) ? $params['calendar'] : '1'; $ical...
by JimboDavies
Thu Dec 05, 2013 3:12 pm
Forum: The Lounge
Topic: Processing Calendar Feed onto Website
Replies: 12
Views: 4894

Re: Processing Calendar Feed onto Website

Ok, so my calendar feed publishes the events, and I can customise them however I like which is great. Newbie question though - it produces dates in a string format, that looks like "DTSTART: 20140210T093000Z" I can also use the inbuilt parser to convert them to a UNIX Time string, which ge...
by JimboDavies
Tue Nov 26, 2013 4:00 pm
Forum: The Lounge
Topic: Processing Calendar Feed onto Website
Replies: 12
Views: 4894

Re: Processing Calendar Feed onto Website

Velden... 8)

One simple error. Works great now - I can pull what I want from the .ics feed, and now work on displaying and styling it how I want.

Brilliant, cheers.
by JimboDavies
Tue Nov 26, 2013 2:36 pm
Forum: The Lounge
Topic: Processing Calendar Feed onto Website
Replies: 12
Views: 4894

Re: Processing Calendar Feed onto Website

So, I've deposited class.iCalReader.php into my cmsms site, and set up a user defined tag. In the interests of simplicity, my UDT produces quite a stripped down version of the results, and it looks like: require '../class.iCalReader.php'; $calendar = isset($params['calendar']) ? $params['calendar'] ...
by JimboDavies
Sat Nov 23, 2013 8:54 pm
Forum: The Lounge
Topic: Processing Calendar Feed onto Website
Replies: 12
Views: 4894

Re: Processing Calendar Feed onto Website

Fixed it! %40....
by JimboDavies
Sat Nov 23, 2013 8:51 pm
Forum: The Lounge
Topic: Processing Calendar Feed onto Website
Replies: 12
Views: 4894

Re: Processing Calendar Feed onto Website

Cheers JohnnyB, that's a great help. It seems all our calendars have to be authenticated by a user, and most usernames are an e-mail address, so that's something I'm going to have to work on - I thought if you replaced @ with + in the e-mail address that might work, but it doesn't seem to. Back to t...
by JimboDavies
Fri Nov 22, 2013 11:04 am
Forum: The Lounge
Topic: Processing Calendar Feed onto Website
Replies: 12
Views: 4894

Processing Calendar Feed onto Website

Our management system (Administrate - www.getadministrate.com) has just released a feature that streams courses in a Calendar format (.ics). I've found various modules that publish .ics from CMS Made Simple, but I want to do something slightly different - I want to take the calendar feed from Admini...
by JimboDavies
Wed Sep 11, 2013 12:32 pm
Forum: Help Wanted (commercial)
Topic: Full Module needed - CMS Made Simple & Administrate
Replies: 1
Views: 2884

Re: Full Module needed - CMS Made Simple & Administrate

Thanks to those that have replied. I'm shortly (after the Southampton Boat Show!) going to create a full functions document that we can work from. I'm quite keen that we make this as a module and release it to everyone, so if anyone else is using CMS Made Simple and considering Administrate, let me ...
by JimboDavies
Mon Sep 09, 2013 11:24 am
Forum: Help Wanted (commercial)
Topic: Full Module needed - CMS Made Simple & Administrate
Replies: 1
Views: 2884

Full Module needed - CMS Made Simple & Administrate

Hi All, We have just taken a massive leap as a company, and bought into Cloud Software called 'Administrate'. This software is a training company management package, that handles course bookings & scheduling. See www.getadministrate.com. Administrate has a pretty powerful REST API, which gives a...

Go to advanced search