Closed (duplicate)
Project:
Watcher
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2009 at 15:58 UTC
Updated:
21 Dec 2016 at 10:59 UTC
Jump to comment: Most recent
Comments
Comment #1
xqbzzr commentedI don´t know, if this works with panels, but you can try this as custom code:
<?php print $node->content[watcher]['#value']; ?>Comment #2
tsi commentedI 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 ?
Comment #3
bengtan commentedYou 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.
Comment #4
spacereactor commentedi using display suite and i able to get it to work with
print $object->content[watcher]['#value'];Comment #5
beumont commentedI have the same problem, I have tried the both php codes aboth but it doesnt work. Any other sugestions?
Comment #6
itserich commentedThis 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
Comment #7
nwom commentedMarking as duplicate.