PDA

View Full Version : Width control questions


fury88
11-16-2005, 11:47 AM
Hi Guys,

Great product that I would really like to purchase but I need a little more flexibility in the layout so I need to know if I can somehow control the width of the details listened below the calendar. I am currently playing with integration within PHP Fusion as a panel and I just want the little calendar on the right panel. The details are showing up with is causing the width to be all out of wack.

Any help here would be great!

-Matt

Brian
11-16-2005, 11:53 AM
Using the List Mode? Just open the template you're using (probably modern.php) and edit the CSS at the top to fit your needs. :)

fury88
11-16-2005, 12:10 PM
Using the List Mode? Just open the template you're using (probably modern.php) and edit the CSS at the top to fit your needs. :)
Well actually I created a panel and added a require "calendar.php" from your package inside the panel. It's exactly what I want, except the details are too long. I would have assumed that was in YOUR css stuff but I couldn't find it unless its encoded.

Ideally I would just like the panel to have the calendar only with the mouse-over popup ability and I would put a second page in with more details.

Are we still looking in the same place? Maybe a request for the next version to be able to control the width of the details tables, etc unless its easier than I think. :)

fury88
11-16-2005, 12:24 PM
Ok, I see what you are saying now! haha.. can you answer the last part of my question with not showing the details? Is there a way to turn that off?

Brian
11-16-2005, 12:43 PM
Just remove [descr] from the template.

fury88
11-16-2005, 12:46 PM
Just remove [descr] from the template.

Ahh very cool, I am beginning to see how this works! Thanks. :banana:

fury88
11-16-2005, 02:30 PM
Ok, what if I want to change the color of the background on the main index page? Right now it looks like its white or a dull gray. I'd like to change that to match the theme of the overall site.

Brian
11-16-2005, 05:31 PM
The main index page, calendar/index.php?

If this is the file you're referring to, that page actually loads the demo.php file. So, if you want to change the background, you should edit the demo.php file.

fury88
11-16-2005, 05:35 PM
The main index page, calendar/index.php?

If this is the file you're referring to, that page actually loads the demo.php file. So, if you want to change the background, you should edit the demo.php file.

Ok great. When I register, will it still use this page?

Brian
11-16-2005, 05:39 PM
The demo.php file is provided to give an example of how to add the correct code to a page to display the calendar.

After the initial setup of the script, the main index.php file will display the demo.php file. This can be disabled using the Setup Manager.

You can edit/delete/remove/rename the index.php or demo.php files to fit your particular needs (or not use them at all).

For directions on how to add the calendar to your own existing web pages, see the Integration section of the instructions.