They are set to true :( -- Regards, Michael
"Geoff Bowers" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Just check that the Friendly URL plugin config has not been reset to false. > > -- geoff > http://www.daemon.com.au/ > > Michael Sammut wrote: > > > I set up some nodes in the utility menu (about us, footer, etc). While the > > display and linking is working fine, and has been for some time, the > > Friendly URLs are gone (just links to object ID). They were there, but now > > gone. Does this have anything to do with b130? > > > > I have rebuilt Friendly URLs, refreshed the app scope, anything else? > > > > > > My code is as follows: > > > > > > <cfscript> > > // get footer navigation elements > > o = createObject("component", "#application.packagepath#.farcry.tree"); > > navFilter=arrayNew(1); > > navfilter[1]="status IN (#listQualify(request.mode.lvalidstatus, "'")#)"; > > qFooter = o.getDescendants(objectid=application.navid.footer, depth=2, > > afilter=navFilter); > > </cfscript> > > > > <cfloop query="qFooter"> > > <skin:buildlink > > objectid="#qFooter.objectid#" > > class="txtSmPlain">#qFooter.objectName#</skin:buildLink> > > <cfif qFooter.CurrentRow EQ qFooter.RecordCount><cfelse>|</cfif> > > </cfloop> > > > > > > > > > > -- > > Regards, > > Michael > > > > > > > > > > > --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
