The BrainJar is a really old way to build menus (I have already forget everything about it).
Please read this article: http://www.alistapart.com/articles/dropdowns/ And have a look at how the menus are made in the mollio template for farcry. Jørgen~ Jaci skrev: > I'm a little disappointed no one has addressed my question at all > yet. This used to be a really active forum a couple years ago but I'm > not really seeing the level of response that I expected this time > around with this implementation. The BrainJar Menus worked in 3.0 but > I'm having trouble in 4.0. Is there a better menu system to use? Not > sure what's different. Is there a better/more active place that I > can go to get answers. I posted this question yesterday at 10:30 and > have not received even one response. Not sure where to go from here. > > > > > > On Nov 1, 10:23 am, Jaci <[EMAIL PROTECTED]> wrote: > >> 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 -~----------~----~----~----~------~----~------~--~---
