I've created a view with the type above and instead of showing a teaser at the top it is showing the full node.

If I change the type to Panels: Teasers, 2 columns it works as expected, showing all as teasers.

Anything I can do to fix this?

Comments

sszalla’s picture

Found a solution. I changed the following function in views_bonus_panels.module:

/**
 * Configuration for the two column stacked view
 */
function theme_views_bonus_panels_twocol_stacked_config($name) {
  return array(
    'top_teaser' => true, // Should the top node be a teaser?
    'top_links'  => true, // Should the top node have links (like "read more" and "add new comment")?
    'teasers'    => true, // Should other nodes be shown in teaser form?
    'links'      => true, // Should the other nodes have links?
    'inverted'   => false, 
  );
}

Making 'top_teaser' true instead of false made the top node display as a teaser.

pomliane’s picture

Status: Active » Closed (won't fix)

This version of Views Bonus Pack is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.