Same question (I think). Would like to eliminate event description on posterboard view.
You can edit the single-event-board-item.html file in the templates directory.
You can change the data that is used for the posterboard by using the eventorganiser_posterboard_item filter.
ok, when I open up single-event-board-item.html I see
<%= event_excerpt %>
I’m assuming that for the person above, he would just remove that, and then the event description would disappear.
However, I want the event description – I just want to limit its length. how do I truncate that excerpt?
I don’t understand how using the filter you mentioned would truncate the excerpt length.