Thanks Geoff I modified the templates displayteaser.cfm in  dmhtml and
dminclude dir, that seems to work, but when I tried creating an new
template from the existing ones it doesn't seem to add it in the "Select
display method for this publishing rule:" combo box? I have restart
coldfusion below are my examples of my templates. I basiclly renamed the
displayteaser.cfm in both dmhtml and dminclude to displayteaserblurb.cfm
and modified some text. Any Ideas?

---------------------------------------------------
<cfsetting enablecfoutputonly="yes">
<!--- 
|| LEGAL ||
$Copyright: Daemon Pty Limited 1995-2003, http://www.daemon.com.au $
$License: Released Under the "Common Public License 1.0",
http://www.opensource.org/licenses/cpl.php$

|| VERSION CONTROL ||
$Header:
/home/cvsuser/cvs/farcry_aura/webskin/dmHTML/displayTeaserMyBlurb.cfm,v
1.5 2003/10/01 04:35:41 ben Exp $
$Author: ben $
$Date: 2003/10/01 04:35:41 $
$Name: b106 $
$Revision: 1.5 $

|| DESCRIPTION || 
$Description: dmHTML -- default displayTeaserMyBlurb method $
$TODO: $

|| DEVELOPER ||
$Developer: Ben Bishop ([EMAIL PROTECTED]) $
--->
<!--- @@displayname: MyBlurb --->
<!--- @@author: Ben Bishop --->

<cfimport taglib="/farcry/farcry_core/tags/webskin" prefix="skin">

<!--- get nav parent --->
<cfscript>
        o = createObject("component",
"#application.packagepath#.types.dmNavigation");
        qParent = o.getParent(objectid=stobj.objectid);
</cfscript>
                
<cfoutput>
<h3></cfoutput><skin:buildLink 
objectid="#qParent.objectid#"><cfoutput>#stObj.Title#</cfoutput></skin:buildLink><cfoutput>
 [</cfoutput><skin:buildLink 
objectid="#qParent.objectid#"><cfoutput>go</cfoutput></skin:buildLink><cfoutput>]</h3>
<!---
<p>#stObj.Teaser# 
[</cfoutput><skin:buildLink 
objectid="#qParent.objectid#"><cfoutput>go</cfoutput></skin:buildLink><cfoutput>]
</p>
--->
</cfoutput>
<cfsetting enablecfoutputonly="no">
---------------------------------------------------

<cfsetting enablecfoutputonly="yes">
<!--- 
|| LEGAL ||
$Copyright: Daemon Pty Limited 1995-2003, http://www.daemon.com.au $
$License: Released Under the "Common Public License 1.0",
http://www.opensource.org/licenses/cpl.php$

|| VERSION CONTROL ||
$Header:
/home/cvsuser/cvs/farcry_aura/webskin/dmInclude/displayTeaserMyBlurb.cfm,v
1.5 2003/10/01 04:35:41 ben Exp $
$Author: ben $
$Date: 2003/10/01 04:35:41 $
$Name: b106 $
$Revision: 1.5 $

|| DESCRIPTION || 
$Description: dmInclude -- default displayTeaserMyBlurb method $
$TODO: $

|| DEVELOPER ||
$Developer: Ben Bishop ([EMAIL PROTECTED]) $
--->
<!--- @@displayname: MyBlurb --->
<!--- @@author: Ben Bishop --->

<cfoutput>
<h4><a 
href="#application.url.conjurer#?objectid=#stObj.objectid#">#stObj.Title#</a> 
[<a href="#application.url.conjurer#?objectid=#stObj.objectid#">go</a>]</h4>
<!---
<p>#stObj.Teaser#
[<a href="#application.url.conjurer#?objectid=#stObj.objectid#">go</a>]</p>
--->
</cfoutput>
<cfsetting enablecfoutputonly="no">

---------------------------------------------------

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to