The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Every time my users post a thread or reply to one, when they check in their user cp there is nothing listed when they click list subscriptions. I know by default they have to click that button to subscribe, but is there any way that I can change it so every thread or every reply they make is listed under the subscriptions when they click it?
|
|
#2
|
||||
|
||||
|
For the user:
UserCP|Edit Options| Messaging & Notification|Default Thread Subscription Mode|No Email Notification To default it this way: AdminCP|VBulletin Options|Help User Registration Options|Default Registration Options|Automatic Thread Subscription Mode|Subscribe with no notification To set everyone this way: Code:
UPDATE user SET autosubscribe=0 |
|
#3
|
|||
|
|||
|
You mention a code string above. Does this code string change forum members selection to default to daily subscriptions? If so, how do I implement that code string?
When I initially setup the forums I selected the default to be that they didnt subscribe and now I want to change it for my several thousand users. Thank you. |
|
#4
|
||||
|
||||
|
Code:
UPDATE user SET autosubscribe=2 |
|
#5
|
||||
|
||||
|
And add your table prefix before "user" if you have one.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|