Author |
Topic |
|
miket007
New Member
United Kingdom
69 Posts |
Posted - 06 February 2003 : 17:06:15
|
Hi All
How do I add events to my event calendar? They show up in the the forums but not in the calendar table
Why? check it out here: www.elitearts.co.uk/default.asp
Thanks
Mike
|
Edited by - miket007 on 11 February 2003 07:38:31 |
|
The Impact
Junior Member
Australia
398 Posts |
Posted - 07 February 2003 : 06:07:13
|
Do you have a test member's username and password so I can get in ?
|
|
|
miket007
New Member
United Kingdom
69 Posts |
Posted - 08 February 2003 : 12:46:29
|
test member's username and password: deepak deepak123
Thanks
Mike |
|
|
Beano_ie
Junior Member
Ireland
328 Posts |
Posted - 08 February 2003 : 20:38:05
|
Use a hammer and nine inch nails, always works for me, or.....
On your default page, the calender should be appearing on the bottom of your forum. Click on a date and you wil be brought to that day's individual page. There you will have the option to 'Add an event' to one of your categories (categories will be in a drop down menu), simply write as if it were a new topic and hey presto! Bob's your uncle
BTW, I'm guessing you are using red1's events calendar for forum V3.4 |
Steve Drogheda, Ireland @ www.droghedatown.com |
|
|
Beano_ie
Junior Member
Ireland
328 Posts |
Posted - 08 February 2003 : 20:44:57
|
Oh hold off on those nine inch nails for one sec, just went into your site and tried to create an event, it appears to me that there are a few things missing when a user goes to write the information for the new event. I'm no expert but I'm guessing this might be post.asp related or post_info.asp related.
Again I'm still assuming you are using red1's events calendar for forum V3.4 |
Steve Drogheda, Ireland @ www.droghedatown.com |
|
|
wizard
Junior Member
208 Posts |
Posted - 09 February 2003 : 04:26:31
|
I just installed that mod yesterday mornng. if you have the smile manager mod as well, you will need to go play mix and match in post.asp somewhere along line 800+. In the post_info.asp, there are 2 javascript components closer to each other, you will need to choose the right one.
The error I got yesterday was that they always tell me invalid date cos there was no input field date, got that fix by the method above.
|
|
|
miket007
New Member
United Kingdom
69 Posts |
Posted - 10 February 2003 : 12:01:36
|
Hi All
This is the error message I get now.
Microsoft VBScript compilation error '800a0409'
Unterminated string constant
/post.asp, line 752
" <td bgColor=""" & strPopUpTableColor & """ noWrap ------------------------------------------------------------------^
Would you know where I am going wrong Thanks
Mike |
Edited by - miket007 on 11 February 2003 05:25:34 |
|
|
miket007
New Member
United Kingdom
69 Posts |
Posted - 11 February 2003 : 06:11:25
|
Response.Write " <tr>" & vbNewLine if Request.QueryString("event")="1" or isevent="1" then Response.Write " <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & strCalEventTitle & "</b></font></td>" & vbNewLine else
Response.Write " <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>Subject:</b></font></td>" & vbNewLine end if Response.Write " <td bgColor=""" & This is the code that I have and I cant see where I'm going wrong
strPopUpTableColor & """><input maxLength=""50"" name=""Subject"" value=""" & Trim(ChkString(TxtSub,"edit")) & """ size=""40""> </td>" & vbNewLine & _
Thanks
Mike
" </tr>" & vbNewLine & _ |
|
|
miket007
New Member
United Kingdom
69 Posts |
Posted - 11 February 2003 : 08:08:24
|
Hi All Thanks for all your help, I maneged to get it right, in sted of making changes to Post.asp I desided to just copy the file from red1's to my folder as I didn't make any changes to post.asp in the first place.
as you can see, works just fine www.elietarts.co.uk/default.asp
Thanks again
Mike |
|
|
|
Topic |
|