The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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.<
Posted
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.<
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
thanks! I am going to check it out and see how it works
<
Posted
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 -
- www.gotlandrace.se -
Posted
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
<
Posted
Hm, I don't think active users mod is involved in what I have? If that's what you meant?
<
/Tribaliztic
- www.gotlandrace.se -
- www.gotlandrace.se -
Posted
I am pretty sure it is as when it came to this block in buddy.asp
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.<
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
'###
Last edited by weeweeslap on 19 December 2007, 17:21
Email Member
Message Member
Post Moderation
FileUpload
If you're having problems uploading, try choosing a smaller image.
Preview post
Send Topic
Loading...