The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Add yourself to everyone's buddylist?
How do you add yourself (Admin userID 1) to everyone's buddy list?
Is there a MySQL query that can do this? |
#2
|
||||
|
||||
I don't think it's as simple as that - are you everyones buddy then ?
|
#3
|
||||
|
||||
Not sure if this works, but if you can try:
Code:
UPDATE usertextfield SET buddylist = CONCAT( '1 ', buddylist ) WHERE userid !=1 |
#4
|
||||
|
||||
Quote:
Something where every member has you on their list. |
#5
|
||||
|
||||
I'm looking for that mod as well. I'm sure there are expert coders that can help out here.
|
#6
|
||||
|
||||
I'd also like this ... but I'd also like to make me unremovable
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|