Page 1 of 1

Sortable Projects page

Posted: Sat Feb 12, 2011 2:54 am
by beherenow_uk
Hi all,

I want to recreate the functionality on this page: http://www.qs-csa.co.uk/subpage.cfm?pageName=projects
By having a drop down for categories of projects as well as a dropdown for selecting the individual project.

Firstly, is this possible using cmsms? And if so what module would i use to achieve this functionality?

Many thanks,

Karl.

Re: Sortable Projects page

Posted: Sat Feb 26, 2011 2:47 pm
by beherenow_uk
Anyone able to help? thanks.

Re: Sortable Projects page

Posted: Sat Feb 26, 2011 2:50 pm
by jmcgin51
maybe the Products module? I realize what you're doing not ecommerce, but Products allows categories/subcategories/hierarchies, so perhaps it could be adapted for your purpose.

CompanyDirectory seems the obvious choice, but I'm not sure it will do exactly what you're looking for.

You could also use one of the "module maker" modules to make your own custom module to see if you can come up with a better solution.

Re: Sortable Projects page

Posted: Mon Feb 28, 2011 1:35 pm
by Ricko97
Catalogue-like Module Maker is probably your best bet. Using that will allow you to create a module to suit the exact kind of data or info you need to display. Note that you might want to use the old version rather than 2.0.X, because the newer one, although better, is only a beta and doesn't fully support hierarchical behaviour + pretty URLs (if I remember correctly).

However, in order to get it to behave like the page you linked to, you'll most likely need to do a bit of AJAX or conventional forms to filter and fetch the projects. Fortunately CTLModuleMaker has a custom query feature, which might make that job easier. I'd suggest combining it with jQuery to make a little AJAX-powered template.