The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am trying to delete all the signatures of every member that is in the banned user group. I have created a select statement that does what I want but now I just need some help creating an UPDATE or DELETE statement.
Code:
select signature from usertextfield join user on user.userid = usertextfield.userid where user.usergroupid = 8 Thanks in Advance! :up: |
#2
|
|||
|
|||
![]()
bump^^
|
#3
|
|||
|
|||
![]()
I haven't tried this, but I think it would be:
Code:
update usertextfield join user on user.userid = usertextfield.userid set signature='' where user.usergroupid = 8 |
#4
|
|||
|
|||
![]()
Twice in two days! Damn I need to put you on the payroll!
![]() Thanks for your help AGAIN I really appreciate it! :up: |
#5
|
||||
|
||||
![]()
I have coded a mod that does that if you don''t want to do it manually.
https://vborg.vbsupport.ru/showthread.php?t=249634 |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|