View Full Version : calendar showing up but without formatting or CSS
KitCat1919
05-16-2008, 02:32 PM
Hi...thanks in advance for any help.
see this link here (http://www.upliftingconnections.com/events2.php)
where the calendar is showing up okay but css does not seem to be applying. I'm sure it's an error on my end.
also, the event listing section is too long, vertically, is this something I can alter in the css?
Thanks in advance,
-kc
ve9gra
05-17-2008, 08:05 AM
Make sure you read the Online Docs (http://docs.easyphpcalendar.com/) - Integration. Especially the Important section.
For the list, edit the CSS in your template. This is modern.php or monthly.php in /calendar/templates/
KitCat1919
05-17-2008, 11:30 AM
Make sure you read the Online Docs (http://docs.easyphpcalendar.com/) - Integration. Especially the Important section.
Hi...I did in fact add the code:
<?php $CSS=1; require("calendar/calendar.php"); ?>
just before the closing head tag. What am I missing?
thanks in advance!
[/font]
ve9gra
05-17-2008, 01:27 PM
That is because the $urlPath is not correct in /calendar/calendar.php
If your calendar.php is write enabled (not secured) you can simply log in to your Setup Manager using the client's URL (not your hosting URL) and the variable should be fixed. - http://www.upliftingconnections.com/calendar/setup/
If it's not fixed automatically, open up calendar.php and edit the variable yourself. For your installation, $urlPath should be "/calendar/"
KitCat1919
05-19-2008, 02:49 PM
open up calendar.php and edit the variable yourself. For your installation, $urlPath should be "/calendar/"
that fixed the issue...thanks much!! :)
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.