I have a content type motorcycles . In that a Term reference field for the brand of the motorcycle .
I have a made a page view ( exposed form in block ) to search for a particular brand of a motorcycle . In FILTER CRITERIA i have an exposed filters using simple hierarchical select ( content:has taxonomy terms ( with depth ;simple hierarchical select (exposed ) .So that works fine , a dropdown menu shows with the vocabulary terms of the brands and types .
I try to retrieve NOT the id but the content of my taxonomy but I can't find how to access the content. I only get the 'target.id' in my unformatted view.
However, in my view I retrieve a type of content where the taxonomy exists.
Can anyone provide direction on Drupal's ability to manage a single site with thousands of users who create a profile and upload artwork for other users to see?