More Custom Field Types Needed
ClassiPress only has three basic custom field types - textbox, dropdown and textarea.
Would be nice to see a date field and a hidden field so we can add additional meta that shouldn't be seen on the listing form.
ClassiPress has the potential to be infinitely extendible, but is particularly limited in terms of hooks and filters.
For example, CP only allows custom fields with the "cp_" prefix to be saved. Why not open the floodgates so you could potentially use ClassiPress' form layouts and custom fields with other
WP plugins like an existing event calendar for example? (which is what I'm attempting at the moment).
I don't want to be hacking the core, but at this time it looks like I'll have to for a client's needs.