hi, I have a display suite module installed for display nodes.
https://www.drupal.org/project/ds

I found the 'watcher' not appears for any nodes that use the 'display suite' layout.

with 'display suite' , no watch shows up
http://www.chicpieces.com/clothing/floral-print-autumn-dress_548


without 'display suite' , watch shows up

http://www.chicpieces.com/hot-topic/22-reasons-linda-tol-our-favorite-st...

Please help

Comments

dankung1 created an issue. See original summary.

kholloway’s picture

Issue summary: View changes

Just for reference I was able to get around this by adding a tpl file to override the actual DS rendering. DS should show you the suggestions but it should look something like:
[ds-layout-machine-name]--node-[node-type]-[view-mode].tpl.php

Once you do that you should see the watcher output in the $content var:
print $content['watcher']['#markup'];

I should say that I still decided to just use the patch that allows the signup link to display in the "Node link" section so I can position it where I wanted using panels.