I don't know if these two items are related so I'm posting them together. I'm having some trouble with the links generated in the brainjar menu. 2 things:
1. the main level links work but don't use the FU alias. 2. the submenulinks show up on the flyout but all try to link to the homepage. * If I'm on a page that currently uses a FU alias the click on a sublink results in a "could not find the include template 404.cfm" error. Is this an issue with my ISAPI filter settings? * If I'm on a page that uses index.cfm?objectid=... then it just takes me to the homepage verses the link. Problem 2 the breadcrumb skin is working but the links it creates all use the index.cfm?objectid=... instead of the FU link? Like I said not sure if these are related but seems like they might be. Anyone have any thoughts. The code in the brainjar menu is: <cfoutput><a class="menuItem" href="</cfoutput><skin:buildLink urlOnly="true" objectid="#qNav2.objectid#"></ skin:buildLink><cfoutput>"><span class="menuItemText">#ucase(safeFormatString(qNav2.objectName))#</ span></a> </cfoutput> I changed it temporarily to this: <skin:buildLink objectid="#qNav2.objectid#" class="menuItemText" xCode="#xCode#" bShowTarget="0"><cfoutput>#ucase(safeFormatString(qNav2.objectName))#</ cfoutput></skin:buildLink> Which got the links to work correctly (not using FU alias) but the it lost all the formatting and displayed horizonatal verses vertical. Please help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
