View Full Version : Events not linking
soapin_mama
01-31-2004, 01:51 PM
I'm having some trouble getting the calendar script to work.
Website: http://www.roypirrung.com
you can see on the main page on the right the calendar.
Well I have added an event for 2-14-04 Valentines Day and 1-31-04 New Website Design neither are linking to the calendar which is included on the main page nor on http://www.roypirrung.com/cal/demo.php
Any ideas as to why the events aren't linking in? I've checked the forum but cant' seem to find a cure for this.
Any assistance much appreciated!
~kat
Brian
01-31-2004, 02:19 PM
Originally posted by soapin_mama@Jan 31 2004, 02:51 PM
I'm having some trouble getting the calendar script to work.
Website: http://www.roypirrung.com
you can see on the main page on the right the calendar.
Well I have added an event for 2-14-04 Valentines Day and 1-31-04 New Website Design neither are linking to the calendar which is included on the main page nor on http://www.roypirrung.com/cal/demo.php
Any ideas as to why the events aren't linking in? I've checked the forum but cant' seem to find a cure for this.
Any assistance much appreciated!
~kat
Are you using mySQL or a flat-file database?
Did you turn that option on in the configuration?
ve9gra
01-31-2004, 08:44 PM
Actually, you can see that she's using database as the events are listed in escalAE.php... and if you look at the source of the function popupEvent, you get to see the problem...
"&readFile=0&readSQL=0"
soapin_mama: you need to change the readSQL to 1 in the escalConfig.php. everything else should just fall into place..
g'luck!
soapin_mama
02-01-2004, 10:49 AM
soapin_mama: you need to change the readSQL to 1 in the escalConfig.php. everything else should just fall into place..
Oh you are awesome! Everything is perfect now! Thank you so so so much.
ve9gra
02-01-2004, 11:05 AM
soapin_mama: I found something else you might want to fix...
on any of your files other than index.php, the calendar doesn't have a link to its CSS so it doesn't look right... make sure you have this line in the <head> section on every page you have..
<link href='/cal/calStyleDefault.css' rel='stylesheet' type='text/css'>
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.