Who's Online Mod?

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/70478?pagenum=1
05 November 2025, 02:10

Topic


Zenfor
Who's Online Mod?
06 April 2013, 16:08


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.

 

Replies ...


Carefree
06 April 2013, 17:49


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
Zenfor
08 April 2013, 07:24


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.
Carefree
08 April 2013, 12:55


SnitzBitz has those mods and many more. For private/instant messaging, go here.
Zenfor
08 April 2013, 19:43


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!
Carefree
08 April 2013, 20:45


The PM mod? There's a 3.4 version in there, just look through the sub-mods.
© 2000-2021 Snitz™ Communications