PDA

View Full Version : What code should I use to insert into PHP blog?


sc123
08-15-2005, 08:35 PM
I'm working on integrating the EasyPHPCal into www.downtownfranklinva.org. There is a test version of the code setup there, although it does not appear correctly and I cannot figure out how to size the Description box under the calendar. In the end I'd like it to look like it does here:
http://www.downtownfranklinva.org/calendar/demo.php

...but with a Description box that fits on the main page. Any ideas on how to acheive this?
Sincerely,
SC

Brian
08-16-2005, 09:33 AM
Edit the template/modern.php file and adjust the width of the table's CSS to fit your needs.

sc123
08-16-2005, 12:51 PM
Thanks! That took care of the width issues, but I still need assistance with the appearance of the calendar and the fact that it doesn't show the events entered.
-SC

Brian
08-16-2005, 02:52 PM
You seem to be missing the calendar CSS file (esstyle.css). Please see the important section of the integration instructions for details on how to add this to your page.

sc123
08-17-2005, 04:23 PM
Here is a link to the demo.php file which I moved to the directory in question:
http://www.downtownfranklinva.org/pivot/demo.php

Here is the link to a page from the directory in question:
http://www.downtownfranklinva.org/pivot/entry.php?id=13#body

Note that the code for both of these is practically identical. I just removed the commented lines from the second link.

Brian
08-17-2005, 06:15 PM
Can you open a support ticket and attach the contents of the php page entry.php?