Have found that I just have to go into design mode and re-apply the rule.

Cheers,

Natalie




                                                                                
             [EMAIL PROTECTED]                                                
             au                                                                 
             Sent by:                                                        To 
             bounce-farcry-dev-5         "FarCry Developers"                    
             [EMAIL PROTECTED]         <[EMAIL PROTECTED]>       
             m.au                                                            cc 
                                                                                
                                                                        Subject 
             01/06/04 11:36 AM           [farcry-dev] Updated to 2-1-1 and have 
                                         lost child links on production site.   
                                         Help.                                  
              Please respond to                                                 
             "FarCry Developers"                                                
             <[EMAIL PROTECTED]                                                
                aemon.com.au>                                                   
                                                                                
                                                                                








Hi,

Would someone be able to point out where I need to modify this dmHtml display
page to get back the child links on my landing page after upgrading from 2.0 to
2.1.1?
Thanks in advance!
Natalie



<cfsetting enablecfoutputonly="yes">
<cfimport taglib="/farcry/farcry_core/tags/container" prefix="con">
<cfimport taglib="/farcry/farcry_core/tags/webskin" prefix="skin">

<cfmodule

template="/farcry/#application.applicationname#/webskin/includes/dmHeader.cfm"
      pageTitle="#stObj.title#"
      bLHCol="true">

<cfoutput>
<!--id=content-->
<div id="content">
<h1>#stObj.Title#</h1>
</cfoutput>

<skin:cache cacheName="#request.stobj.objectid#_containerTop"
cacheBlockName="Body" hours="6">
      <!--- page based feature container --->
      <con:container label="#stobj.objectID#_top">
</skin:cache>

<skin:cache cacheName="#request.stobj.objectid#_body" cacheBlockName="Body"
hours="6">
      <!--- display body --->
      <cfoutput>#stObj.Body#</cfoutput>
</skin:cache>

<skin:cache cacheName="#request.stobj.objectid#_containerBottom"
cacheBlockName="Body" hours="6">
      <!--- page based listing container --->
      <con:container label="#stobj.objectID#_bottom">
</skin:cache>

<skin:cache cacheName="#request.stobj.objectid#_containerChildLinks"
cacheBlockName="Body" hours="6">
      <!--- permanent childlinks container --->
      <con:container label="landing_childlinks">
</skin:cache>

<cfoutput>
      <cfif len(stObj.body)>
            <!--- print friendly --->
            <p></p>
            <span style="padding-left:6px"><a
href="#application.url.conjurer#?objectid=#application.navid.printfriendly#&printobjectid=#request.stObj.objectid#"

 target="_blank" style="text-decoration:none;"><img
src="#application.url.webroot#/wsimages/printer_icon.gif" border="0" alt="Print
Friendly"></a><a
href="#application.url.conjurer#?objectid=#application.navid.printfriendly#&printobjectid=#request.stObj.objectid#"

 target="_blank">Printer Friendly Version</a></span>
      </cfif>
      <p></p>
</div>
<!--/id=content-->
</cfoutput>

<cfmodule

template="/farcry/#application.applicationname#/webskin/includes/dmFooter.cfm"
      rhColType="section">

<cfsetting enablecfoutputonly="no">


---
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



---
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

Reply via email to