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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: New Events Calendar for 3.4.03 beta
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 32

Fish
Starting Member

16 Posts

Posted - 28 September 2002 :  14:44:57  Show Profile  Reply with Quote
Okay this may be a dumb question...but then again I'm asking it :)

Is it possible to let Moderators and/or other users to create events?<
Go to Top of Page

richfed
Average Member

United States
999 Posts

Posted - 28 September 2002 :  15:28:19  Show Profile  Visit richfed's Homepage  Reply with Quote
Indeed it is! Open up the CAL_CONSTANTS.ASP file ... there's a simple little change you need to make in there on line 9.




Just installed this mod on my basically not-used 3.4 forum ... a snap! Even with Message Icons installed. You just need to watch what you are changing so that you don't erase the MI code snippets, keep things in order [at least I do - don't know that it's necessary] and change the numbering accordingly ...

Like I say, not much use as of yet, but I tested it out & all seems ok.

Beautiful mod!! Thanks for it!<

Rich
[size=1]A Complete Idiot's Guide to MOD Implementation || On the Trail of the Last of the Mohicans[/size=1]

Edited by - richfed on 28 September 2002 15:33:03
Go to Top of Page

Fish
Starting Member

16 Posts

Posted - 28 September 2002 :  16:08:18  Show Profile  Reply with Quote
Thanks Rich...ended up finding it there...silly me :)<
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 28 September 2002 :  16:45:26  Show Profile  Reply with Quote
This release seems to be stable, so it's back on snitzbitz.

Does anyone still want repeating events? I may have thought of a way of doing it.<

My Mods:
New Events Calendar
New Non-database Active Users

Edited by - red1 on 28 September 2002 16:46:56
Go to Top of Page

knightsyde
Starting Member

29 Posts

Posted - 28 September 2002 :  17:54:48  Show Profile  Reply with Quote
Red1 I just reinstalled your mod again and the time is still off just on the events calendar. I am not sure if you ever got anyone to test the fix you mentioned or not.

Thanks
Knightsyde<
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 28 September 2002 :  18:15:02  Show Profile  Reply with Quote
ok - everything's working well but I'd like a little security change...

Can we filter the upcoming events to display topics ONLY for those forums to which the member is allowed access?<
Go to Top of Page

macho
Junior Member

Denmark
150 Posts

Posted - 28 September 2002 :  19:22:50  Show Profile  Reply with Quote
quote:
Originally posted by red1


Does anyone still want repeating events? I may have thought of a way of doing it.



Oh yeah, repeating events is a function I really could use! <
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 28 September 2002 :  19:45:18  Show Profile  Reply with Quote
quote:

Red1 I just reinstalled your mod again and the time is still off just on the events calendar. I am not sure if you ever got anyone to test the fix you mentioned or not.


It should be working. The calendar now uses the time that the forum uses. Have you set your local time in the admin options?

quote:

Can we filter the upcoming events to display topics ONLY for those forums to which the member is allowed access?


I'm trying it out now. I suppose you'd want that for the daily, monthly and events list views as well. It's an easy modification, but it's really slowing the pages down.<

My Mods:
New Events Calendar
New Non-database Active Users
Go to Top of Page

macho
Junior Member

Denmark
150 Posts

Posted - 28 September 2002 :  20:17:47  Show Profile  Reply with Quote
red1

Have you mad any thoughts about making a "week-view" ?

Regards<
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 29 September 2002 :  06:21:21  Show Profile  Reply with Quote
How does this sound... if an event is posted in a forum where the user has no access, the title won't be displayed, but the date is still shown as red in the small calendar. So the user knows that there's an event for that date, only he won't know what it is. This is the best I could do; the check for allowed forums takes too long for the small calendar.

I'll do a bit more testing before I re-upload it.

Hmm, a week view... I tried but it seemed redundant. It would only duplicate the information in the other pages.

<

My Mods:
New Events Calendar
New Non-database Active Users
Go to Top of Page

macho
Junior Member

Denmark
150 Posts

Posted - 29 September 2002 :  09:52:09  Show Profile  Reply with Quote
quote:
Originally posted by red1


Hmm, a week view... I tried but it seemed redundant. It would only duplicate the information in the other pages.



Your right but it will give you a better overview if you can get a printout of all events for a hole week. I always use a week-plan - so.... But anyway, this was just a suggestions!

regards<
Go to Top of Page

Therion93
Junior Member

USA
263 Posts

Posted - 29 September 2002 :  12:50:01  Show Profile  Send Therion93 an ICQ Message  Reply with Quote
Would it be possible to make using a forum for events an option rather than a requirement? I realize that it means adding at least one more table, but for me a topic for every event makes things cluttered. Perhaps I can just remove the code that creates the link to the forum topic and then make the events forum hidden to everyone?

Or change the code the lists recent/future events to simply go to that event in the calendar rather than the event forum topic?

Any help would be appreciated.<

Edited by - Therion93 on 29 September 2002 13:11:59
Go to Top of Page

Fish
Starting Member

16 Posts

Posted - 29 September 2002 :  14:48:21  Show Profile  Reply with Quote
Not sure if anyone else is seeing this, but when I go to edit the first topic in a thread the message body itself is not retrieved. I know it's in the post.asp file and I've doublechecked the edits and they appear okay. Wondered if anyone else is seeing this...

I have the MSG Icon mod installed and I've seen a couple of instances where I had to be careful about the order of things and was wondering whether this might be another case.<
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 29 September 2002 :  16:15:38  Show Profile  Reply with Quote
I found an error in cal.asp, got it working again. Red1, here's a link to the zipped version after changes, please take a look:

cal asp.zip<
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 29 September 2002 :  18:35:43  Show Profile  Reply with Quote
quote:
Originally posted by Carefree

I found an error in cal.asp, got it working again. Red1, here's a link to the zipped version after changes, please take a look:

cal asp.zip


Maybe it'll be easier if you just told me what the error was, and what part you changed in the file?



quote:

Not sure if anyone else is seeing this, but when I go to edit the first topic in a thread the message body itself is not retrieved. I know it's in the post.asp file and I've doublechecked the edits and they appear okay. Wondered if anyone else is seeing this...

I have the MSG Icon mod installed and I've seen a couple of instances where I had to be careful about the order of things and was wondering whether this might be another case.


I haven't tried the message icon mod myself. I'll have a look and see if there are conflicts.


quote:

Would it be possible to make using a forum for events an option rather than a requirement? I realize that it means adding at least one more table, but for me a topic for every event makes things cluttered.


I'm sorry but this was really how the mod was designed. The whole point of the mod was for users to be able to have discussions about the event.

quote:

Perhaps I can just remove the code that creates the link to the forum topic and then make the events forum hidden to everyone?


Sure you can do that. But right now I'm adding support for private forums and moderated forums, such that if a user has no access to the forum the event won't appear in the calendar.

quote:

Or change the code the lists recent/future events to simply go to that event in the calendar rather than the event forum topic?


You can do that too. Just remove all links to topic.asp

quote:

Your right but it will give you a better overview if you can get a printout of all events for a hole week. I always use a week-plan - so.... But anyway, this was just a suggestions!


I'll see what I can come up with

Thanks everyone for your comments.<

My Mods:
New Events Calendar
New Non-database Active Users

Edited by - red1 on 29 September 2002 18:38:06
Go to Top of Page
Page: of 32 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.24 seconds. Powered By: Snitz Forums 2000 Version 3.4.07