Who's Online Mod? - Posted (1060 Views)
Junior Member
Zenfor
Posts: 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.
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Advanced Member
Carefree
Posts: 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
Posted
Junior Member
Zenfor
Posts: 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.
Posted
Advanced Member
Carefree
Posts: 4224
4224
SnitzBitz has those mods and many more. For private/instant messaging, go here.
Posted
Junior Member
Zenfor
Posts: 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!
Posted
Advanced Member
Carefree
Posts: 4224
4224
The PM mod? There's a 3.4 version in there, just look through the sub-mods.
 
You Must enter a message