Active
Project:
Slidebox
Version:
7.x-2.0-beta3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 May 2014 at 04:38 UTC
Updated:
26 May 2014 at 15:21 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedhook_node_view() doesn't fire when using Panels or Page Manager (except under certain specific conditions, and even then it's reportedly unreliable). The 1.x branch was built around hook_node_view() as the mechanism for showing the Slidebox.
The 2.x branch will work with Panels and other display altering modules because it uses a region that you can drop blocks/panes/views into.
Comment #2
Anonymous (not verified) commentedhook_node_view() doesn't fire when using Panels or Page Manager (except under certain specific conditions, and even then it's reportedly unreliable). The 1.x branch was built around hook_node_view() as the mechanism for showing the Slidebox.
The 2.x branch will work with Panels and other display altering modules because it uses a region that you can drop blocks/panes/views into. The 2.x is very stable.
Comment #3
alansaviolobo commentedHi Brian,
The 2.x branch doesnt have a block defined that will give me 'the node to be viewed next'. This is available in the 1.x branch via the sql query.
So, I attempted to create a view to pull up the most recently created node earlier than the current node using contextual filters without success.
Do you have any pointers as to how this can be achieved in views or is there any other module that you are aware of ?
Comment #4
alansaviolobo commentedupdated the issue.
Could you please update the documentation as to how a sample block can be created to be placed in the slidebox region. This could be accompanied with a example block and/or example view to create such a block.