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 was going along ok until the step of look for code around line 916, I don't the code. I assume it's because I'm at 3.4.03? Appreciate any help.
نوشته شده در
OK - in 3.4.03, "default.asp"
Look for these lines (appx 903-910):
Change them to say:
Look for these lines (appx 903-910):
Code:
if ShowLastHere then
Response.Write "5"
else
Response.Write "4"
end if
Change them to say:
Code:
intStatRowSpan = 5
if ShowLastHere then
intStatRowSpan = intStatRowspan + 1
end if
if ArchivedPostCount > 0 and strArchiveState = "1" then
intStatRowSpan = intStatRowspan + 1
end if
Response.Write intStatRowSpan
آخرین ویرایش توسط
نوشته شده در
I made the changes you suggested and now I can see who is online at the bottom.
Is there an instant message or chat mod that would tie in with this?
Thank you for the help.
Is there an instant message or chat mod that would tie in with this?
Thank you for the help.
نوشته شده در
The PM mod? There's a 3.4 version in there, just look through the sub-mods.
Email Member
Message Member
Post Moderation
بارگزاری فایل
If you're having problems uploading, try choosing a smaller image.
پیشنمایش مطلب
Send Topic
Loading...