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

xqbzzr’s picture

I don´t know, if this works with panels, but you can try this as custom code:
<?php print $node->content[watcher]['#value']; ?>

tsi’s picture

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 ?

bengtan’s picture

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.

spacereactor’s picture

i using display suite and i able to get it to work with print $object->content[watcher]['#value'];

beumont’s picture

I have the same problem, I have tried the both php codes aboth but it doesnt work. Any other sugestions?

itserich’s picture

Version: 6.x-1.3 » 6.x-1.4

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

nwom’s picture

Category: Support request » Feature request
Issue summary: View changes
Status: Active » Closed (duplicate)
Related issues: +#388138: Place watcher link in blocks (Automatic Panels support)

Marking as duplicate.