I'm looking for a rough quote for a fairly indepth event and venue management set up. I don't know if it's doable with a combination of existing modules, or if it needs to be built from scratch, or somewhere in between.
The site is a drupal 7 install, with an existing theme and a few other bits and pieces. It's for a venue that hires out different facilities and hosts a lot of events through the year. The most complex events are the equestrian shows.
From a user perspective, we need the process to go something like this:
I have a file that contains 303 fields and their specifications.
In that file, SystemName, LongName, DataType, MaximumLength and Interpretation for each field are defined. Almost half of them need a taxonomy.
The requirement is to create all of the fields and add them to that content type.
We have a 4.0 Webform on our Drupal 7 site which calculates a value based on questions using 'Webform Calculations'. This works well.
Using Webform 4.0's native conditionals (or otherwise) we would like to use the results of the above calculation AND the logged-in user's age (which is recorded on a Profile) to conditionally show more questions.
So for example:
Webform calculation result ABC = 30
(current user's age is 20)
If (ABC > 25) AND (current user age > 20) show Question 4
We have a site that uses taxonomy to organize content. Right now we have a large, static menu in the main menu that tries to manually duplicate the structure of the taxonomy to link to a correct views display.
The taxonomy displays are not integrated with views, so the taxonomy menu module doesn't exactly work the way we need. Instead of linking to the taxonomy page, we need it to link to /products/taxonomy/tid.
Menu parents in the menu should all be nolink as they just provide a dropdown parent