Tags:
create new tag
view all tags

SUBSCRIBE{ attributes } -- subscribe the current user for notification of changes to the current topic

  • The %SUBSCRIBE{...}% variable is handled by the SubscribePlugin
  • Syntax: %SUBSCRIBE{...}% or simply %SUBSCRIBE%
  • Parameters:
    Parameter Default Meaning
    who Logged-in user Who to subscribe (wikiname, no web)
    topic Current topic Topic to subscribe to. Wildcards may be used e.g. topic="Item*" will subscribe to all topics starting with Item. Use topic="Main.*" to subscribe to the WebNotify for that web.
    unsubscribe Not set If set to "on", will unsubscribe the user
    format Simple HTML Link with an action anchor "Subscribe" or "Unsubscribe" Defines custom look-and-feel for subscribe link using the following format variables: $topics, $url, $wikiname, $action
    formatunsubscribe format Serves same function as format, but allows the user to define a different format than subscribe.
  • The button toggles subscribe/unsubscribe if the user is already subscribed or vice versa. So after the next click on the button, the user will be unsubscribed. The plugin updates the subscription lists in WebNotify.
  • Category: EmailAndNotificationVariables
  • Related: SubscribePlugin
Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r2 - 2020-08-31 - TWikiAdminUser
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.VarSUBSCRIBE.