Who's Online Mod? - نوشته شده در (1065 Views)
Junior Member
Zenfor
مطلب: 372
372
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.
 پیش‌فرض مرتب‌سازی برای تاریخ DESC به معنی جدیدترین است  
 تعداد در صفحه 
نوشته شده در
Advanced Member
Carefree
مطلب: 4224
4224
OK - in 3.4.03, "default.asp"

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
نوشته شده در
Junior Member
Zenfor
مطلب: 372
372
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.
نوشته شده در
Advanced Member
Carefree
مطلب: 4224
4224
SnitzBitz has those mods and many more. For private/instant messaging, go here.
نوشته شده در
Junior Member
Zenfor
مطلب: 372
372
Originally posted by Carefree
SnitzBitz has those mods and many more. For private/instant messaging, go here.
Will MOD Version 3.5.05 work with Snitz 3.4.03?

It says Forum Version: 3.3.04 but I'm wondering if i can get by with 3.4.03?
Thanks!
نوشته شده در
Advanced Member
Carefree
مطلب: 4224
4224
The PM mod? There's a 3.4 version in there, just look through the sub-mods.
 
شما باید یک متن وارد کنید