New site for Cambridge-based charity

Post links to sites running CMS in all its glory.
Post Reply
cowtan
Forum Members
Forum Members
Posts: 70
Joined: Mon Jan 19, 2009 5:04 pm

New site for Cambridge-based charity

Post 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
tbf
Forum Members
Forum Members
Posts: 11
Joined: Mon Apr 07, 2014 5:49 pm

Re: New site for Cambridge-based charity

Post by tbf »

What is CGExtensions used for?
cowtan
Forum Members
Forum Members
Posts: 70
Joined: Mon Jan 19, 2009 5:04 pm

Re: New site for Cambridge-based charity

Post 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.
Post Reply

Return to “CMS Show Off”