Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Message Icons - Subscript out of range:
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

pknaz
Junior Member

USA
117 Posts

Posted - 21 September 2002 :  08:30:23  Show Profile  Visit pknaz's Homepage  Send pknaz an AOL message  Send pknaz an ICQ Message  Send pknaz a Yahoo! Message
Its late....errr...umm....its early.
I'm getting this error:

Microsoft VBScript runtime error '800a0009' 
Subscript out of range: 'tT_MSGICON' 

/forum/forum.asp, line 494 

I'm sure its something to do with me not implementing this mod properly. I'm not sure where i've made my error. any help would be appreciated.

my forum.asp file

masterao
Senior Member

Sweden
1678 Posts

Posted - 21 September 2002 :  09:17:41  Show Profile  Visit masterao's Homepage
Recheck that you added the code below in forum.asp:

Look for this code: (at approx line #455)


	tM_NAME = 13
	tLAST_POST_AUTHOR_NAME = 14


replace it with this code:


	tM_NAME = 13
	tLAST_POST_AUTHOR_NAME = 14
	tT_MSGICON = 15


If you have added any other mods in forum.asp, which have already modified this part, you must continue the numbering from your last number, and not use the ones in the code above.


Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07