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
 Events Mod - a problem
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

vsa
Starting Member

Portugal
18 Posts

Posted - 10 August 2002 :  17:52:32  Show Profile
I´ve installed events mod on my snitz 4b3 (with Portuguese lang) and I have an error with the link on the left side menu "View weeks" events_functions.asp line 1001, saying intBack is out of range.

Can anybody tell me how to solve this?

Thank you!

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 10 August 2002 :  18:25:10  Show Profile  Send ruirib a Yahoo! Message
You're probably using an outdated version of the mod, I think. I cannot find that line in the UK date format version of the mod.

Anyway I suppose this is the code you're talking about:


intBack = 1
if strCurrentDay <> "Sun" then
FullWeekArray = Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat","N/A")
Do while (intBack <= 8 AND strCurrentDay <> FullWeekArray(intBack) )
intBack = intBack + 1
loop
end if


This is how I think it should be fixed:


intBack = 1
if strCurrentDay <> "Sun" then
FullWeekArray = Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat","N/A")
Do while (intBack <=7 AND strCurrentDay <> FullWeekArray(intBack) )
intBack = intBack + 1
loop
end if




Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 10 August 2002 :  19:05:10  Show Profile
Look here for solution

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=31592&whichpage=1#153841

CSS and HTML4.01 Compilant Snitz Forum . ForumSquare . Rakesh Jain

It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying.

Prayer Of Forgiveness
"I forgive all living beings. May all living beings forgive me!
I cherish the friendliness towards all and harbour enmity towards none." -- Aavashyaka Sutra(Translated)
Go to Top of Page

vsa
Starting Member

Portugal
18 Posts

Posted - 12 August 2002 :  17:12:17  Show Profile
Thanks!
Another question:
In the events mod, when I add an event to the present month, it only appears
on the "recent events" or "next events" column, and NOT in the little square of the
respective day of the month. how can I change this?
It only happens with the events for the present month (august, in this case) and not for September for instance.

Thank again for all the help!
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.44 seconds. Powered By: Snitz Forums 2000 Version 3.4.07