instead of a separate line

For example

xxxx blog - comment - watch this - print this

( and not

watch this

xxxx blog - comment - print this )

Comments

solipsist’s picture

Category: support » feature
Status: Active » Postponed

Postponed for the D6 version:
http://drupal.org/node/263117

minesota’s picture

Sigh!

Too many issues that won't let me use D6

I tried to read the code and see how I can manage to output so that it goes with $link
Does anyone have any clue ?

afagioli’s picture

Hi minesota,

have you tried to

<?php
  $a_widget =   $node->content[watcher]['#value']  ;
  echo   $a_widget;
?>

in a theme template file for watcher enabled nodes?

that should give you the $a_widget var you can place somewhere...

solipsist’s picture

What minesota asked for is a way to show the "watch this" link in the links section ($node->links), it's something I'll implement once 1.0 is out.

afagioli’s picture

Issue summary: View changes

Closed for inactivity

afagioli’s picture

Status: Postponed » Closed (outdated)