The pager field does not show up when using ColorBox-Node module. Colorbox-Node module allows content node to display in a colorbox with all fields. For some reason Flippy pager does not want to display

Comments

rli’s picture

Title: Not compatible with ColorBox-Node module » Not cominpatible with ColorBox-Node module
Category: support » feature

Hi Synerverse,

By roughly had a look at colorbox_node module, I think it is rendering the fields within the node object into the colorbox.

As flippy is using hook_field_extra_fields to generate a '"pseudo-field" components on fieldable entities', I suppose the flippy 'field' is not a real field.

It will be great if flippy uses a hook_field_info to register a real field, which is something that we can work on in future.

Synerverse’s picture

Hi rli

Got it. So it is probably a property rendered dynamically. Also, header information from views don't display.

anybody’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)