The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
i changed my users registration option from them not subscribing to threads automatically when posting a reply to them subscribing without e-mail notification.
but this will only count for new registers, is there a way to change it so it works for all already registered users? |
#2
|
|||
|
|||
![]()
They can set it themself in their UserCP, alternativly you could run a query to set this for all users.
|
#3
|
|||
|
|||
![]()
what query would i have to run to set it for all users?
|
#4
|
|||
|
|||
![]()
[sql]UPDATE user set autosubscribe = -1;[/sql]
This will set all user to not auto-subscribe, regardless of their current setting. PS if you are using a table prefix, add this in front of "user". |
#5
|
|||
|
|||
![]()
sorry but i'm query illiterate. i know how to run the query but what do you mean add this infront of "user" and i want them to autosubscribe but without e-mail notification. so would that be "= 1;
|
#6
|
||||
|
||||
![]()
Isn't that available as an automatic query in the AdminCP?
|
#7
|
|||
|
|||
![]() Quote:
![]() I allways tend to forget the already buildin queries. ![]() |
#8
|
|||
|
|||
![]()
i can't run queries in my admincp, it says:
"You are not authorized to execute SQL queries" |
#9
|
||||
|
||||
![]() Quote:
![]() |
#10
|
|||
|
|||
![]()
you mean the "DATABASE NAME"? well i already have something there, but if that were wrong, then my entire board wouldn't work right? so it must be correct. so what userid should i change and where?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|