in reply to New Feature: Thread Watcher

Hi I think it's still too complicated to "unwatch" a node

The "You are watching this node" message in the node's footer should either

I was trying to provide a patch for the latter, but found the usage of genLink() confusing.

Reading the code in the Everything modules didn't help and I didn't want to guess.

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

Update

¹) Thanks for implementing! :)

Replies are listed 'Best First'.
Re^2: New Feature: Thread Watcher
by jdporter (Paladin) on Mar 14, 2024 at 02:40 UTC

    Thank you for the idea. Good one!

    genLink is pretty simple. genLink( 'link text', { CGI parameters for the href } )
    E.g.:

    genLink( "<u>watching</u>", { node_id => 11158023 } )