Author |
Topic  |
TimLA
Junior Member
 
USA
126 Posts |
Posted - 14 June 2002 : 02:00:47
|
I keep the old one from the 3.3.05 zip. And it works fine for me.
(Actually, I think the topic.asp in the zip is the old one.) 
But the 3.05 file didn't adversly affect the mod.
Tim Nance Hesed Voice Cause Me to Hear Your Lovingkindness in the Morning Psalm 143:8
Edited by - TimLA on 14 June 2002 02:02:06 |
 |
|
Bookie
Average Member
  
USA
856 Posts |
Posted - 14 June 2002 : 08:13:07
|
What does the Events Mod have anything to do with topic.asp?
Bookie
"May the forces of evil become confused on the way to your home." - George Carlin |
 |
|
TimLA
Junior Member
 
USA
126 Posts |
Posted - 14 June 2002 : 13:34:07
|
quote:
What does the Events Mod have anything to do with topic.asp?
I don't know, but they included one in the zip file. The readme instructs to put all the files in the /forum directory. It must have been written before the last version came out.
-t
Tim Nance Hesed Voice Cause Me to Hear Your Lovingkindness in the Morning Psalm 143:8
|
 |
|
esox
Starting Member
8 Posts |
Posted - 19 June 2002 : 17:49:50
|
I believe the zip file that is at the Mod Exchange contains topic.asp. The zip file that is available here at the Snitz site does not contain topic.asp.
I have not found an answer to the question about using the Events Mod with Active Users. The readme says:
6) If you're using my calendar mod with the active users mod. Add the code below in the who's online part of inc_top.asp, so that the active users.asp page picks up that your visitors that are looking at the calendar and events.
ElseIf lcase(Right(strOnlinePathInfo, 10)) = "events.asp" Then strOnlineLocation = "<a href=""events.asp"">Events Calendar</a>"
I can't find where in inc_top.asp to put this code.... Anyone?
Edit: Check that! apparently, it works without the code being added, so you can just ignore step 6)
Edit #2: The events calendar that did not contain topic.asp did not come from here. It came from http://www.calvsa.net/snitz/mods.asp
E
Edited by - esox on 19 June 2002 17:52:59
Edited by - esox on 19 June 2002 18:40:15 |
 |
|
TimLA
Junior Member
 
USA
126 Posts |
Posted - 20 June 2002 : 00:08:58
|
Interesting. When i used the topic.asp that came in the zip, I could no longer view my topics. (Yikes!) I never thought to see if those functions were in the topic.asp.
Nor did I know of a events.zip without a topic.asp.
thanks,
Tim Nance Hesed Ministries
|
 |
|
n/a
deleted
  
593 Posts |
Posted - 20 June 2002 : 04:34:24
|
This is really a good learning experience. I basically decided to turn off EC V4.xcompatible (Alpha) which was modified by Bozden sometime back on V2rs1 International... as I continued to struggle (without not clearly understanding why text string variables were not processed for displaying user interface/messages for Japanese/S.Chinese/T.Chinese. So I kind of halted this efforts for now with V4.x multilingual forum.... too bad but am not well equipped to handle all codes and some of tweakings required there, obviously. This one has Active Users V4.07 installed...
But, I revamped another forum totally now with V3.3.05 from V4.x, reinstalled EC V2rs1. This one is unicode (UTF-8) based. Working beautifully and can add/edit/delete well - no frictions there ! And can do it in pretty much any languages... although forum/EC UI remains in English_US... Tested topics in multiple languages and working fine. Events calender is tested with Japanese, and it renders fine. This one does not have Active Users installed.
So, I decided to take a rest on this item for now....
|
 |
|
jeanvallery
Starting Member
USA
32 Posts |
Posted - 11 July 2002 : 09:18:17
|
Would you assist me in installing the event calendar? The newest version that is a stand alone? Is the event calendar readable by anyone? Do you have to be a registered member to add a event to the calendar? I hope so!! I'm a beginner, so please explain which pages to modify and the line to insert the code into. I'm using version 3.3.05 Thank you Jean Andre Vallery www.2453.net
quote:
quote: Thanks, will try. Assume this is needed only in INC_TOP.ASP ActiveUsersMOD4.05 is installed already.....
Events Calendar mod is a stand-alone mod. so it will not be any compatibility issues.
you may also, put events.asp link somewhere else in your forum interface.
|
 |
|
n/a
deleted
  
593 Posts |
Posted - 11 July 2002 : 16:51:44
|
I have V2rs1 installed with V3.3.05 and it should be straightforward...
(1) Download MODS Event Calender V2rs1 (you can do that from Snitz Exchange...)
(2) Unzip/upload to your forum directory (i.e. follow install instruction for this)
(3) There are two approaches mentioned: (a) To include a monthly/small monthly calender (events.asp) in inc_top.asp so that "Events Calender" will show up as one of the menu items below Forum Title and above LOGIN... along with Home|Profile|.....|FAQ (b) To include a small monthly calender (events_inc.asp) in default.asp
To do (a), follow the above posted tips from Blackinwhite (Post dated: 21 May 2002) - you can choose what you would call "Events Calender", "Events", "Cander" etc.
To do (b), I found a straight and easiest way is to use one approach suggested in "Events Calender .....3.3.0.5......default.asp fixed", http://forum.snitz.com/forum/topic.asp?Topic_ID=30451
You can have both or either of them in your forum...
Believe this should work.
Oh, yes: You can set Events Calender - post/edit etc. privilege to one of 3 types: Everyone, Moderator/Admin, and Admin only...(see the instruction), depending on how you would like to manage events calender on your forum.... For viewing, whoever visit your forum can see what's posted (members/non-members alike, I think)...including event details in popup window (preview).....
Taku
Edited by - LeoRat on 11 July 2002 17:37:40 |
 |
|
Aznknight
Senior Member
   
USA
1373 Posts |
Posted - 15 July 2002 : 17:30:37
|
quote:
quote: I can't remember the original code, but it was originally another calendar script. Aznknight compiled it as a mod for Snitz. That's more or less it's features are not wholly integrated into forum.
This MOD looks like it came from another calendar script with a fairly generic name, something like ASPCalendar.
Nope, Original I worked off Kamath's displayCalender method which basically displays the small calendar you see. From there I did the rest. Huwr assisted with the private events part and that would included at a later point. The events calendar was done awhile ago and was one of my first asp app/mod. It started out simple as a list of events for a club I belonged to in college as a means of showcasing their past events and upcoming events. I modded it for snitz and release it.
About topic.asp, it was a careless zip mistake on my part. That's the generic topic.asp from one of the older snitz versions. Most likely it's v3.1sr4. I never got around to removing it from the zip.
-Alan
edit: here's the link to kamath version. It's somewhat different and has more features than when I originally looked at it awhile back. http://www.kamath.com/calendar/default_old.asp
Edited by - Aznknight on 15 July 2002 17:31:40 |
 |
|
n/a
deleted
  
593 Posts |
Posted - 15 July 2002 : 18:33:55
|
I like look and feel of your events calender at the link.... Looks like that you are releasing a intl version suppoorting some European languages sometime soon (?)... Am just curious how this will be different from Events Calender V2rs1 International, which were discussed in Snitz Forum. Am working with a variation of V2rs1 international which is modified to be V4.x compatible and having some issues with dealing with dateformats and handling weekly display in locale languages...and also in Far Eastern language formats...
Just curious how similar or different your codes are from V2rs1....
This MODS is very nice and would really like to see it working with Far Eastern languages...
Taku
|
 |
|
Aznknight
Senior Member
   
USA
1373 Posts |
Posted - 18 July 2002 : 18:32:41
|
nope, I've retired from snitz modding awhile back. I think others are picking up this mod though with efforts for internationalization and such.
- Alan
|
 |
|
n/a
deleted
  
593 Posts |
Posted - 18 July 2002 : 19:19:41
|
Thought so, looking at your version and what I have. Anyway, this is a nice MOD...thanks.
|
 |
|
Topic  |
|