Posted by Parkes Design on October 16, 2009 at 3:58pm
Jump to:
| Project: | Watcher |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Has anyone figured out a way to show the watcher link on a panel page? I think the easiest way would be to insert it as a block or even a view but I haven't figured out how to do this yet.
Any help would be appreciated.
Thanks,
Daimian
Comments
#1
I don´t know, if this works with panels, but you can try this as custom code:
<?php print $node->content[watcher]['#value']; ?>#2
I could not get this to work.
I think the toggle link is not available to the panel page at all because it is not visible even in the node body field.
this is really important to me because in this site almost all of my nodes are overridden by panels, witch makes the module useless in my case.
any suggestions ?
#3
You might be interested in the patch at http://drupal.org/node/388138#comment-3664782 as a solution. You can place the watcher link into a block, and hopefully then panels can utilise it.
#4
i using display suite and i able to get it to work with
<?phpprint $object->content[watcher]['#value'];
?>
#5
I have the same problem, I have tried the both php codes aboth but it doesnt work. Any other sugestions?
#6
This works great.
There are several duplicate threads of this issue so if anyone tries this and it works please close the thread.
http://drupal.org/node/861602