I am experimenting with Exhibit, using both the node feed and a Views feed I created. I can get the feeds to display, but I cannot add a facet. I think I just need a little help to get it started. So, the simply Node Exhibit:

This is the facet I am trying to use:
<div ex:role="facet" ex:expression=".type" ex:facetLabel="Type"></div>

The actual page is here: http://dev.mariagwyn.com/drupal6/content/exhibit-nodes-1

It just doesn't show anything. This seems simple, no custom fields, and the JSON output says the node type is labeled "type". I have tried it with and without the period. I also tried it on my view which uses CCK fields, but that didn't work either.

Any suggestions?
Thanks, Maria

Comments

mariagwyn’s picture

Status: Active » Closed (fixed)

Wow. I am not feeling all that smart. So, I missed that YOU NEED TO ENABLE A BLOCK!!!!! Oops. Did this, facets work.