updated 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.

If the page manager is used to alter the layout of the page, then slidebox stops working. results in a javascript error

TypeError: $(...).offset(...) is null
...tanceTop = parseInt($('#slidebox_trigger').offset().top) - parseInt($(window).he...

Comments

Anonymous’s picture

Category: Bug report » Feature request
Status: Active » Closed (won't fix)
Related issues: +#1153274: Make Slidebox work properly with Panels

hook_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.

Anonymous’s picture

hook_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.

alansaviolobo’s picture

Hi 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 ?

alansaviolobo’s picture

Title: slidebox doesnt work if the page being viewed is panelized » provide documentation to create block for related article
Version: 7.x-1.6 » 7.x-2.0-beta3
Component: Code » Documentation
Category: Feature request » Support request
Issue summary: View changes
Status: Closed (won't fix) » Active

updated 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.