Thread Subscriptions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hilliked
    New Member
    • Sep 2004
    • 6

    Thread Subscriptions

    We're currently using (vBulletin 3.0.8) and have some private forums that we'd like to prevent the new posts content from being emailed out when someone replies to a post.

    When a person has the Thread Subscription turned on for a thread the contents of the reply post is emailed out. I'm looking for and haven't yet found where the setting to remove that new post's content from being emailed out in the subscription to a thread. Thanks in advance.
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Admin CP -> Languages & Phrases -> Search in Phrases

    Search for "notify" in the Phrase Variable Name Only. Edit the phrase and remove the red code:

    Code:
    Hello $touser[username],
    
    $bbuserinfo[username] has just replied to a thread you have subscribed to entitled - $threadinfo[title] - in the $foruminfo[title] forum of $vboptions[bbtitle].
    
    This thread is located at:
    $vboptions[bburl]/showthread.php?t=$threadinfo[threadid]&goto=newpost
    
    [color=red]Here is the message that has just been posted:
    ***************
    $pagetext
    ***************[/color]
    
    
    There may be other replies also, but you will not receive any more notifications until you visit the forum again.
    
    Yours,
    $vboptions[bbtitle] team
    
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Unsubscription information:
    
    To unsubscribe from this thread, please visit this page:
    $vboptions[bburl]/subscription.php?do=usub&t=$threadinfo[threadid]
    
    To unsubscribe from ALL threads, please visit this page:
    $vboptions[bburl]/subscription.php?do=viewsubscription&folderid=all

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...