I have recenlty upgraded from Sexybookmarks 6.x-1.1 to 6.x-2.0 (uninstalled, installed new one and configured again as recommended).
When I add the block (either current URL, or site URL) to a panel it does not show.
I've had no problems configuring the profiles, or getting the block to show on other content types and in the footer etc. the problem only seems to exist in panels.
In a custom block, I tried adding:
$node = node_load(arg(1));
print theme('sexybookmarks', $node);
with no luck.
Core and all contrib modules are up to date.
Has anyone else had similar issues, or know what the problem could be. Would really appreciate your help - have been racking my brain for hours!
Comments
Comment #1
Kimberley_p commentedI have closed this as i have had no response - in case anyone has the same issue, I have resorted to printing the block in a custom php pane in the panel and it works fine with a little styling up.
Comment #1.0
Kimberley_p commentedMaking description clearer