Buddy List Mod? - Posted (1434 Views)
Senior Member
weeweeslap
Posts: 1077
1077
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.<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Average Member
cripto9t
Posts: 881
881
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.<
    _-/Cripto9t\-_
Posted
Senior Member
weeweeslap
Posts: 1077
1077
thanks! I am going to check it out and see how it works smile<
Posted
Senior Member
tribaliztic
Posts: 1532
1532
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. <
/Tribaliztic
- www.gotlandrace.se -
Posted
Senior Member
weeweeslap
Posts: 1077
1077
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<
Posted
Senior Member
tribaliztic
Posts: 1532
1532
Hm, I don't think active users mod is involved in what I have? If that's what you meant? <
/Tribaliztic
- www.gotlandrace.se -
Posted
Senior Member
weeweeslap
Posts: 1077
1077
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.<
 
You Must enter a message