Didn't see this anywhere so I thought I would post regarding the dmEvent Calendar used with the Friendly-URL plug-in. Once in place, the FU breaks the select box calendar jump-menu. If you remove the conjurer part of the link and just leave the query string, it seems to fix the problem. Please let me know if there are unanticipated consequences of doing this...
Removing the conjurer worked when friendly urls were in use but when turned off caused problems.
I modified the webskin/dmEvent/displayTeaserCalendar.cfm to check for FU's and build link accordingly:
<cfif application.config.plugins.fu>
window.location="?year="+myyear+"&month="+mymonth;
<cfelse> window.location="?objectid=#url.Objectid#&year="+myyear+"&month="+mymonth;
</cfif>
-Brendan http://farcry.daemon.com.au
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
