Welcome Guest Search | Active Topics | Sign In | Register

missing title arrow icon on eo calendar Options
bks
Posted: Tuesday, August 21, 2007 3:29:50 PM
Rank: Newbie
Groups: Member

Joined: 8/13/2007
Posts: 2
I am using eo calendar on a site that uses Forms authentication, and some pages are set up to allow user to view without signing in.

One of the page contain a eo calendar is set up to allow user to view without signing in first. On that page, if I try to view without sign in, the arrow for prev and next month is missing. If I sign in then the arrow icon displays fine.

I set that particular page in the web.config to all all to view using the <location .... > what else needs to be done in order for the arrow icons to show correctly.

TIA

Ben
eo_support
Posted: Tuesday, August 21, 2007 4:00:53 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,095
Hi Ben,

Check the location of eo_web.ashx. We use eo_web.ashx to render the image files, and if access is denied on that file, the image file won't get rendered. For example, if you have:

Code: HTML/ASPX
<authorization>
        <deny users="?"/>
      </authorization>

You definitely want to add a "location" segment to spare eo_web.ashx, so that eo_web.ashx can be accessed by anonymous users.

Thanks
bks
Posted: Tuesday, August 21, 2007 5:01:31 PM
Rank: Newbie
Groups: Member

Joined: 8/13/2007
Posts: 2
Thank you, that's exactly what I was looking for.



You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.