Page 1 of 1

website for local running club

Posted: Tue Jul 05, 2011 12:08 pm
by gubbins
address: http://chesapeakeroadrunnersderby.co.uk/
link: running club for the Derby area
used CMSMS version 1.9.4.1 updated to .2
modules used:
Captcha 0.4.3
CGBlog 1.7.5
CGCalendar 1.6.1
CGGoogleMaps 2.1.4
FormBuilder 0.7
Forum 0.9.4
FrontEndUsers 1.12.16
Gallery 1.4.4
JQueryTools 1.0.10
NeoLinker 0.1.0
phpids 1.4.7
SelfRegistration
SEOTools 1.2
SiteMapMadeSimple
Statistics 1.1.3
Uploads 1.12

plus some UDTs to create race results from csv files on the fly using php

As you can probably guess, it's the NCleanBlue theme modified somewhat. It's the first time I've ever used a CMS package; I'm pretty happy with the results.

Re: website for local running club

Posted: Tue Jul 05, 2011 11:57 pm
by paulbaker
Great job, you certainly should be pleased.

How did you do this page? http://chesapeakeroadrunnersderby.co.uk ... th_sorting

Did you consider Pretty URLs?

And since you're quite keen on getting some Google juice, how about a site map? Dead easy - 1 tag on a page.

Re: website for local running club

Posted: Wed Jul 06, 2011 6:14 am
by gubbins
Thanks for the feedback.
The table is generated from a CSV file that the club members can upload. I use some PHP utilising the fgetcsv function.
THe table sorting is done using jqurey table sorting feature (should be part of the default jqurey installation)
http://tablesorter.com/docs/

I haven't loooked in to pretty URLs yet.