>You need to update the component metadata for dmimage.cfc by adding 
bSchedule="true"

Then a couple more steps?

1)
Make a folder in your webskin directory called "dmImage"

2)
Put a file in it called displayTeaserImage.cfm and put this in it:

<cfsetting enablecfoutputonly="yes">
<!--- @@displayname: Display Image --->
<cfoutput>
<img src="#application.config.myconfig.imageurl##stObj.imagefile#" 
width="#stObj.width#" height="#stobj.height#" alt="">
</cfoutput>
<cfsetting enablecfoutputonly="no">


Geoff Bowers wrote:
> Stephen Moretti wrote:
>   
>> I want to be able to select an image from the media library and place
>> it in a containers.
>>
>> I thought I might be able to be use the Handpicked Rule, but it
>> doesn't list Image as a content type.
>>
>> How would I go about making it so that Image is available in the list
>> of content?
>>     
>
> You need to update the component metadata for dmimage.cfc by adding 
> bSchedule="true".  You could modify core files for this or perhaps 
> better would be to extend dmImage into your project and just add the 
> metadata you need.
>
> -- geoff
> http://www.daemon.com.au/
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to