|
|
Due to the volume of spam happening on our forums, posting is now restricted to verified members only. If you're not verified, drop us a note with your username.
|
|
Home > FlexCMS Support Forum > User Help > General Support Requests > A COUPLE OF QUESTIONS
FlexCMS Support Forum
A COUPLE OF QUESTIONS Started July 8, 2006 @ 3:07pm by cberks
|
Post Message |
|
|
A COUPLE OF QUESTIONS | July 8, 2006 @ 3:07pm | Can one have images in calendar entries?
How does one make the calendar the "home" page for all visitors logged in and anonymous?
Regards, Chris |
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 625 |
|
|
| July 8, 2006 @ 3:42pm | Chris,
Yes, you can put images in the calendar event descriptions. Any HTML code you wish to use can be added there.
As for the calendar being the main page, although there's really no option in there to do so, you can make it happen fairly easily with the following code (PHP enabled):
Code
$Arguments1 = 'calendar'; $Arguments2 = ''; $Arguments3 = '';
include_once('./inc-cl-idx.php');
print $PageContents; |
|
Hope that helps.
David
FlexCMS v3.2 Has Been Released! |
|
|
|
|
|
|
|
|
|
| MEMBERS
|
|
|