After entering in the code for the calendar asset into the design, the calendar does not display. I've looked at the source code and see that the problem is that the js_calendar.js comes up as not found. I've used the calendar before, but not on this server or this site. So I am wondering if because I am just using an IP address for the site currently if that will not allow some of these functions to work? For instance the path ".../__fudge/js_calendar/calendar.gif" shows up as not found. Or maybe I forgot to make something readable on install?
So, you correctly linked your calendar asset to the js calendar design area, right?
Do you have an example page we can see? Do you see the js_calendar.js anywhere in the code, that might give you same clue as to its path?
It might be worth verifying that the "__fudge" alias is present and spelt correctly in your Apache Config.
For example:
Alias "/matrix/__fudge" "/home/mysource_3-18-7/mysource_matrix/fudge"
Please ensure that this directory and its contents is readable by the relevant Apache group.
Accessing the image directly (ie; via http://example.com/matrix/__fudge/js_calendar/calendar.gif) will determine whether this is an implementation or file permissions issue.