Since Daemon added the dmLink type,  when setting up templates for the
childlinks rule you are now required to have a template of the same
methodName in the dmHTML, dmInclude and the dmLink webskin folders. But the
code only looks for two of the templates. The 2 needs to be changed to a 3
in the last line of the query below and the <!--- @@displayname:
Default ---> in the dmLink displayTeaser.cfm template needs changing to
<!--- @@displayname: Horizontal Blurb ---> in the app template.

  <!--- Now we filter so we only get those that occur in both
directories --->
  <cfquery dbtype="query" name="qGetUniqueTemplates">
   SELECT COUNT(methodName) AS methodCount,methodname,displayname FROM
qGetAllTemplates
   GROUP BY methodname,displayname
   HAVING methodCount = 2
  </cfquery>


Mike.



---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to