Author |
Topic |
|
muhammad
Starting Member
7 Posts |
Posted - 31 July 2003 : 12:31:53
|
I used the calender in my forum but when I try to add a new event to it the response says: Events are not allowed in this forum.
how I can allow adding events to the calender? |
Edited by - Nikkol on 31 July 2003 15:54:18 |
|
gelliott
Junior Member
USA
268 Posts |
Posted - 31 July 2003 : 21:51:33
|
Here is the solution to the problem:
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=45015
(you need to add the forum id's to the array...) |
* The optimist says the cup is half full. The pessimist says it's half empty. But the engineer knows the truth - the cup's design is incorrectly sized. |
|
|
muhammad
Starting Member
7 Posts |
Posted - 04 August 2003 : 15:31:18
|
thanks |
|
|
LinkinMODE101
Junior Member
116 Posts |
Posted - 05 August 2003 : 01:26:55
|
i'm havin the same prob too. when i click on event calendar and then click on add event... the drop down menu has nothing in it.
how do i add the new event??? (i read the readme, but i'm kinda confused)
|
|
|
LinkinMODE101
Junior Member
116 Posts |
Posted - 05 August 2003 : 07:26:27
|
sumone PLEASE help a brotha out... por favor?
thanx - chris |
Edited by - LinkinMODE101 on 05 August 2003 15:04:27 |
|
|
gelliott
Junior Member
USA
268 Posts |
Posted - 06 August 2003 : 12:40:38
|
LinkinMode, I think you have a different problem than muhammad did. If you don't see anything in the dropdown, your HTML is probably screwy. Check through your ASP to ensure you've not inadvertantly deleted a closing bracket or quote. Failing that, try posting a link to a txt version of your cal_post.asp so someone can look over your changes. |
* The optimist says the cup is half full. The pessimist says it's half empty. But the engineer knows the truth - the cup's design is incorrectly sized. |
|
|
LinkinMODE101
Junior Member
116 Posts |
Posted - 06 August 2003 : 17:40:47
|
[Gelliott: LinkinMode, I think you have a different problem than muhammad did. If you don't see anything in the dropdown, your HTML is probably screwy. Check through your ASP to ensure you've not inadvertantly deleted a closing bracket or quote. Failing that, try posting a link to a txt version of your cal_post.asp so someone can look over your changes.]
cool alright guys...here's the link (hopefully someone finds out what's wrong :-) )
http://www.latearrivalmusic.com/forum/cal_post.txt |
Edited by - LinkinMODE101 on 07 August 2003 00:28:56 |
|
|
gelliott
Junior Member
USA
268 Posts |
Posted - 07 August 2003 : 12:54:20
|
Your cal_post file looks right, and that's where the dropdown is coded. Can you create a temporary account that would allow us to test the calendar? I won't have time today but perhaps tomorrow I could see what html the page is generating to help diagnose the cause... Post or email the dummy account's name and password... |
* The optimist says the cup is half full. The pessimist says it's half empty. But the engineer knows the truth - the cup's design is incorrectly sized. |
|
|
JMT
Starting Member
17 Posts |
Posted - 07 August 2003 : 23:27:13
|
The 2 problems are different, but related I think and the answer was in the second post. in the cal_config.asp file line 19 needs to be edited to include the forums you want to allow event scheduling for.
like:
arrCalForumID = Array(1, 2, 3, 4, 5, 6, 7, 8, 9)
Be careful about going over 9 forums in the array as I seem to encounter error messages whenever I enable more than 9 I get errors.
Also, make sure to enable the level of users allowed to post events in the cal_config file. It is set to only Administrators by default I believe.
(mine are running on Win2K / IIS5 / MySQL) |
|
|
Micael Ström
Starting Member
Sweden
43 Posts |
Posted - 27 November 2003 : 19:08:41
|
I also got the "Events are not allowed in this forum" message. It wasn´t until I changed the server date/time configuration in the forum Admin Options i got it to work properly. You must set the time/date to US Long (LCID 1033, that is) |
|
|
|
Topic |
|