View Full Version : Add yourself to everyone's buddylist?
ThePimp
04-11-2006, 10:14 PM
How do you add yourself (Admin userID 1) to everyone's buddy list?
Is there a MySQL query that can do this?
Paul M
04-11-2006, 10:22 PM
I don't think it's as simple as that - are you everyones buddy then ?
tnguy3n
04-11-2006, 10:42 PM
Not sure if this works, but if you can try:
UPDATE usertextfield SET buddylist = CONCAT( '1 ', buddylist ) WHERE userid !=1
where 1 is your admin ID
ThePimp
04-11-2006, 10:43 PM
I don't think it's as simple as that - are you everyones buddy then ?
I guess what I'm looking for is something similar to MySpace where Tom is added to your buddy list by default.
Something where every member has you on their list.
foulplay
04-12-2006, 03:11 AM
I'm looking for that mod as well. I'm sure there are expert coders that can help out here.
moonclamp
05-02-2006, 02:44 PM
I'd also like this ... but I'd also like to make me unremovable ;)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.