Page 1 of 1

New site for Cambridge-based charity

Posted: Tue Oct 14, 2014 2:17 pm
by cowtan
Here's a site that's just gone live - http://girtontowncharity.co.uk.

It uses cmsms 1.11.10 and the only additional modules are -

TinyMCE 2.9.12
CGExtensions 1.42.2
SiteMapMadeSimple 1.2.8

Any questions or thoughts, let me know.

Gordon

Re: New site for Cambridge-based charity

Posted: Fri Oct 17, 2014 2:35 pm
by tbf
What is CGExtensions used for?

Re: New site for Cambridge-based charity

Posted: Fri Oct 17, 2014 6:44 pm
by cowtan
tbf wrote:What is CGExtensions used for?
There's some sub-navigation that's only visible on smaller devices and only appears on pages where sub-navigation is relevant. To detect if sub-navigation is relevant there's a little bit of smarty -

Code: Select all

{if cgsimple::has_children() || cgsimple::get_parent_alias()}
Which as I understand it is saying "if either the the current page has children or if the current page has a parent then do the following".

I think that's the only thing I used it for.