I have some products sorted in table by Views.I d like to add "start watching" link to the table.I found "Display "watch this post" toggle link in teasers" but it works for teaser only,not for tables.
So,question is:
How can I add watching link to the table created by Views module?
Currently you can't, not without coding. I'll keep this one as a feature request. The idea I have is to make a separate Views integration module for Watcher which you can activate if you need it.
Maybe integration with the flag module (www.drupal.org/project/flag), which has similar functionality for the bookmarking of items and full views integration could also be a possibility.
Comments
Comment #1
solipsist commentedCare to elaborate?
Comment #2
volocuga commentedI have some products sorted in table by Views.I d like to add "start watching" link to the table.I found "Display "watch this post" toggle link in teasers" but it works for teaser only,not for tables.
So,question is:
How can I add watching link to the table created by Views module?
Comment #3
solipsist commentedCurrently you can't, not without coding. I'll keep this one as a feature request. The idea I have is to make a separate Views integration module for Watcher which you can activate if you need it.
Comment #4
Debugger_01 commentedI made patch for this feature. Enjoy :)
Sonsor of this patch topic starter.
Comment #5
hansrossel commentedMaybe integration with the flag module (www.drupal.org/project/flag), which has similar functionality for the bookmarking of items and full views integration could also be a possibility.