Posted by jpontani on January 21, 2013 at 8:13pm
3 followers
Jump to:
| Project: | Drupal Commons |
| Version: | 7.x-3.x-dev |
| Component: | Events |
| Category: | task |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Disable the use of rich snippets for events landing page for theming purposes, per the design comp https://projects.invisionapp.com/share/FW3OD3SQ#/2134861
Comments
#1
I've added this to the events solr results hook to render a teaser instead.
http://drupalcode.org/project/commons_events.git/commit/4629fcb
Its not a fix-all, but its a start for 3.0. We should refactor so I'm not marking as fixed. I've also committed a new search-result.tpl to the commons_origins theme, and if you manually disable rich_snippets, the search results page should look good.
#2
We ended up using this approach and hiding some duplicate fields in the theme layer.
I'd like to assess the scalability impact of this.