Closed (won't fix)
Project:
Flippy - Previous / Next pager for Nodes
Version:
7.x-1.0
Component:
User interface
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 May 2013 at 19:17 UTC
Updated:
13 Oct 2022 at 08:21 UTC
Jump to comment: Most recent
Comments
Comment #1
rliHi 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.
Comment #2
Synerverse commentedHi rli
Got it. So it is probably a property rendered dynamically. Also, header information from views don't display.
Comment #3
anybody