You might also want to take a look at some of the publishing rules that use the array function, such as the ImageGallery and CustomContent rules in the FarCry CMS plugin. They might help get you started on using rules.
They generally work the same as types, to be honest. As long as you extend the base farcry core rule type, then you can think of them as types in their own folder structure. The webskins go in the same sort of structure (/projects/<projectname>/webskins/ruleMyCustomRule/ execute.cfm), with the difference being that the "execute" webskin always gets called first. There you control the display parameters. Tomek On Mar 13, 3:58 am, Chris Kent <[email protected]> wrote: > This is all very easy in FarCry. Your examples would work with array content > relationship and this is probably better in this case than a rule with array > properties. > > e.g. > Content type testimonials > - author > - text > > Content type person > - name > - aTestimonials joining to content type testimonials > > Once you have created testimonials you will be able to link them within a > person and reorder them. You then add the code in the webskin to display > the testimonials > > Chris -- 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
