Thanks for that Brendan We want it to be something that can easily be customised in terms of starting point and depth (which the sitemap.cfm obviously allows for), but would like to control this via a rule.
That aside, I can't figure out why the code I initially posted didn't work as expected. Can you see any problems with it? The data comes out of the query fine, and it appears to sit in request.aInvocations fine, just when it comes to displaying it, all the parameters in stObj are empty strings. Cheers -- Quentin Zervaas Email: [EMAIL PROTECTED] ----- Original Message ----- From: "Brendan Sisson" <[EMAIL PROTECTED]> To: "FarCry Developers" <[EMAIL PROTECTED]> Sent: Tuesday, July 15, 2003 1:07 PM Subject: [farcry-dev] Re: sitemap > Quentin Zervaas wrote: > > >Hi, > > > >I'm try to create a custom rule for inserting a sitemap. > > > > > > No need to use a rule here, just create an Include object and make use > of the siteMap custom tag. > > <cfsetting enablecfoutputonly="yes"> > > <!--- build page ---> > <cfmodule > > template="/farcry/#application.applicationname#/webskin/includes/ndeHeader.c fm" > pageTitle="#stObj.title#" pageType="central"> > > <cfimport taglib="/farcry/farcry_core/tags/webskin" prefix="skin"> > > <cfoutput> > <!--id=content--> > <div id="content"> > <h1>Site Map</h1> > </cfoutput> > > <skin:sitemap bDisplay="true"> > > <cfoutput></div></cfoutput> > > <cfmodule > template="/farcry/#application.applicationname#/webskin/includes/ndeFooter.c fm" > metadata="false" textbar="true"> > > <cfsetting enablecfoutputonly="no"> > > -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]
