Who's Online Mod? - Postet den (1066 Views)
Junior Member
Zenfor
Innlegg: 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.
   
 Sidestørrelse 
Postet den
Advanced Member
Carefree
Innlegg: 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
Postet den
Junior Member
Zenfor
Innlegg: 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.
Postet den
Advanced Member
Carefree
Innlegg: 4224
4224
SnitzBitz has those mods and many more. For private/instant messaging, go here.
Postet den
Junior Member
Zenfor
Innlegg: 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!
Postet den
Advanced Member
Carefree
Innlegg: 4224
4224
The PM mod? There's a 3.4 version in there, just look through the sub-mods.
 
Du må legge inn en melding