Been digging into this module the last two evenings and really find it helpful. As I'm drawing to a close on building the views I need for a client, I'm finding support for attributes to be a little of a struggle. I've read most of the discussions on attribute listing as filters, and the issue of pulling each out as a separate field so I'm cool with not being able to separate them out.
At this point it would just be great if I could just have the attribute value without the attribute description? For example, I see..
Attribute Description: Attribute value
Attribute Description2: Attribute value2
I'd love to see...
Attribute value
Attribute value2
CSS hacks, some nice PHP to strip everything left of the ":" for each line? Anything?
Comments
Comment #1
mattcasey commentedRegular Expressions? I may need to do this myself. If all the attributes are the same each time, you could write a script using PHP views field to pull a particular line and the left/right side of a colon. I'll post my script here if we go that route.
Comment #2
mattcasey commentedI was able to do this with Views Custom Field, see my comment: http://drupal.org/node/651036#comment-4234044