Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Who's Online Mod?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Zenfor Posted - 06 April 2013 : 16:08:17
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.
5   L A T E S T    R E P L I E S    (Newest First)
Carefree Posted - 08 April 2013 : 20:45:47
The PM mod? There's a 3.4 version in there, just look through the sub-mods.
Zenfor Posted - 08 April 2013 : 19:43:58
quote:
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 Posted - 08 April 2013 : 12:55:42
SnitzBitz has those mods and many more. For private/instant messaging, go here.
Zenfor Posted - 08 April 2013 : 07:24:44
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 Posted - 06 April 2013 : 17:49:40
OK - in 3.4.03, "default.asp"

Look for these lines (appx 903-910):


	if ShowLastHere then
		Response.Write	"5"
	else
		Response.Write	"4"
	end if


Change them to say:


	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

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.04 seconds. Powered By: Snitz Forums 2000 Version 3.4.07