If you plunk the following code in your Free Nodelet, you'll have a button
with which you can easily (one click) add a watch on the currently viewed node.
<form method="get" action="?" enctype="application/x-www-form-urlencod
+ed">
<input type="hidden" name="node_id" value="`author_id`">
<input type="hidden" name="op" value="message">
<input type="hidden" name="replyto" value="user">
<input type="hidden" name="sendto" value="watcher">
<input type="submit" name="replytotext" value="watch `id`">
<input type="hidden" name="sexisgood" value="submit">
</form>
It's a little squirrely in that it leaves you on the homenode of the
author of the node, but a simple Back in your browser fixes that.
If you want to be automatically redirected back to the node you were on
when you clicked the button, make sure you have _redir handled in
your free nodelet, as described in Free Nodelet Hack: Toggle Between Two Nodelet Configurations, and then add the following
line to the above form:
<input type="hidden" name="_redir" value="`id`">
Update, per tye's goading^Wencouragment:
<form method="post" action="?" enctype="application/x-www-form-urlenco
+ded">
<input type=hidden name=node_id value="`id`">
<input type=hidden name=op value="message" />
<input type=hidden name=sexisgood value="Send" />
<input type=hidden name=replyto value="user" />
<input type=hidden name=sendto value="watcher" />
<input type=submit name=replytotext value="watch `id`" />
</form>
A word spoken in Mind will reach its own level, in the objective world, by its own weight
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|