Buddy List Mod?

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/65981?pagenum=1
05 November 2025, 17:13

Topic


weeweeslap
Buddy List Mod?
30 November 2007, 15:23


I searched the forums and found some links but all have expired / are dead. I was wondering if anyone has this mod bundled up somewhere. Mind sharing it? Thanks.<

 

Replies ...


cripto9t
30 November 2007, 19:57


right click and save I've never tried this mod. I took a quick look at it and it looks like it might depend on some other mod (sql refers to a table not in the dbs file).
Also, the readme is pretty vague.
I'm working on a mod that I'm going to release in the next few days. It's a personal page for members. It doesn't have a buddies list, but I plan on adding one in the near future.<
weeweeslap
02 December 2007, 12:11


thanks! I am going to check it out and see how it works smile<
tribaliztic
19 December 2007, 00:57


Did you get this working? I have a somewhat buddylist on my forum, I got help fixing it here on the forums so you should be able to find my code here. <
weeweeslap
19 December 2007, 11:57


no, it was made to work with an older version of active users mod and it just would not work. I am not proficient with ASP so I could not get it working so I abandoned it smile<
tribaliztic
19 December 2007, 16:08


Hm, I don't think active users mod is involved in what I have? If that's what you meant? <
weeweeslap
19 December 2007, 17:21


I am pretty sure it is as when it came to this block in buddy.asp
Code:

'### Returns Buddies Who Are Online
strSqlOnline = "SELECT " & strMemberTablePrefix & "MEMBERS.M_NAME," & strMemberTablePrefix & "ONLINE.M_BROWSE"
strSqlOnline = strSqlOnline & " FROM (" & strMemberTablePrefix & "ONLINE INNER JOIN " & strMemberTablePrefix & "MEMBERS ON " & strMemberTablePrefix & "ONLINE.UserID =" & strMemberTablePrefix & "MEMBERS.M_NAME) INNER JOIN " & strMemberTablePrefix & "BUDDYS ON " & strMemberTablePrefix & "MEMBERS.MEMBER_ID = " & strMemberTablePrefix & "BUDDYS.BUDMEMBERID"
rsOnline.open strSqlonline, my_Conn
'###
The mod would not work. Since the AU mod that I use doesn't use _online or any of those tables mentioned there it isn't compatible. And the dbs file for this mod doesn't create such tables either.<
© 2000-2021 Snitz™ Communications