<cfsetting enablecfoutputonly="true" />
<!--- @@displayname: Standard Teaser for supergroup --->
<!--- tag libraries --->
<cfimport taglib="/farcry/core/tags/webskin/" prefix="skin" />
<cfoutput>
<div class="featurebox">
<div class="thumbnailLeft">
<skin:buildLink objectid="#stobj.objectid#">
<img
src="#application.url.webroot##stobj.imgHeadQuarters#"
alt="#stobj.title#" title="#stobj.title#" /><cfdump var="#stobj#">
</skin:buildLink>
</div>
<br class="clear" />
</div>
</cfoutput>
<cfsetting enablecfoutputonly="false" />
I checked the database and each row has a imgHeadQuarters defined.
The location is the same for both displayTypeBody.cfm and
displayTeaserStandard.cfm should they have different locations?
Thank you for your help!
On May 12, 1:55 pm, modius <[email protected]> wrote:
> On May 13, 4:25 am, UCScott <[email protected]> wrote:
>
> > I have run through the project up to where I add navigation and call
> > displayTypeBody.cfm and then calls displayTeaserStandard.cfm. When I
> > preview I get a title Super Groups and nothing below it. So, I tried
> > pasting the displayTeaserStandard code into displayTypeBody.cfm and
> > then I get an error. "Element IMGHEADQUARTERS is undefined in STOBJ.
> > " I then tried to <cfdump var"#stobj#"> and sure enough there is no
> > img but the rest of the array is filled with information. Am I
> > missing something obvious?
>
> Please paste the code for the template that is failing.
>
> -- geoffhttp://www.daemon.com.au/
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---