Custom Data
PermalinkKind of a funny question, and I'm not sure whether c5 is able to do what I want it to do...
I have a site that I've created in drupal already where there's all sorts of custom data added through the use of "CCK". The site has been neglected for a while, and recently updating some modules and drupal for security issues kind of broke things. And to be honest, I don't remember how I managed to glue everything together. :)
What I'm wondering is can you create a custom data set that c5 can use? in my particular example, it is data revolving around dog walking trails, so I have things like "trail difficulty", "trail type" and so on, with different options for each (easy/med/hard, etc).
I really enjoy using c5, but not sure if it's the right solution for something that is as "complex" as that.
I realize I could create a simple template and manually enter in all this information, but I would want to have lists that are sortable and filterable with parameters (ie: show only "easy" trails).
Is this sort of thing possible with c5, and if so, where do I start?
Thanks
Matt
I wasn't sure ofthe policy for linking to external sites, so I didn't post it, but here is the site in question:http://www.doggonetrails.com/
I've created a custom "node type", that has custom fields as I mentioned.
I'll check out the attributes option.
Thanks!
Now, if you want to do something more, either programatically, or with search, at the page level, you might want to investigate using custom attributes, which allow you to bind certain bits of custom data (similar to CCK) to the page level, rather than just show it on the page.
http://www.concrete5.org/marketplace/addons/csv-displayer/...
Without more information on how you actually intend to use the data you mentioned, it is hard to give you a solid answer.