I like it, how did you get the print friendly option to work?
Sorry forgot to say the site was really fast for me, and my work internet is not that fast, the search however was a little slower.
ss
thanks for the comments. now for some answers.
the print friendly option is javascript only so not entirely accessible. There is a print stylesheet loaded at all times and the JS simply switches its media attribute between ’print’ and ’all’. If you do a view source it’s all there.
The events calendar is all custom code built within modx but essentially all events are entered using the same template. A plugin checks some template variables when you save the event and assigns it to a document group based on whether it has it’s own page or not. The search then just takes request variables to construct SQL that searches the templatevariables_contentvalue table.
All the collections stuff, including the advanced search page is running off a separate database and codebase piped through the modx front end.
nice website, shows off the flexibility of modx. Nice high end client to showcase modx at its best.
Excellent work!