Author |
Topic |
Fish
Starting Member
16 Posts |
Posted - 28 September 2002 : 14:44:57
|
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?< |
|
|
richfed
Average Member
United States
999 Posts |
Posted - 28 September 2002 : 15:28:19
|
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 |
|
|
Fish
Starting Member
16 Posts |
Posted - 28 September 2002 : 16:08:18
|
Thanks Rich...ended up finding it there...silly me :)< |
|
|
red1
Junior Member
355 Posts |
|
knightsyde
Starting Member
29 Posts |
Posted - 28 September 2002 : 17:54:48
|
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< |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 28 September 2002 : 18:15:02
|
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?< |
|
|
macho
Junior Member
Denmark
150 Posts |
Posted - 28 September 2002 : 19:22:50
|
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! < |
|
|
red1
Junior Member
355 Posts |
Posted - 28 September 2002 : 19:45:18
|
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 |
|
|
macho
Junior Member
Denmark
150 Posts |
Posted - 28 September 2002 : 20:17:47
|
red1
Have you mad any thoughts about making a "week-view" ?
Regards< |
|
|
red1
Junior Member
355 Posts |
Posted - 29 September 2002 : 06:21:21
|
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 |
|
|
macho
Junior Member
Denmark
150 Posts |
Posted - 29 September 2002 : 09:52:09
|
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< |
|
|
Therion93
Junior Member
USA
263 Posts |
Posted - 29 September 2002 : 12:50:01
|
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 |
|
|
Fish
Starting Member
16 Posts |
Posted - 29 September 2002 : 14:48:21
|
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.< |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 29 September 2002 : 16:15:38
|
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< |
|
|
red1
Junior Member
355 Posts |
Posted - 29 September 2002 : 18:35:43
|
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 |
|
|
Topic |
|