I'm trying to understand this development. It seems very powerfull, but I can't figure myself why is so complicated.! It supposed that coldfusion app server simplifies the developement of a site. PHP, ASP suposed more complex than coldfusion. But, the code of farcry is really impossible to understand to me. hundreeds of calling routines, calling others, including others into, and so.... impossible to follow and understand. ! I'm really a php expert, contributor in various serious developement like phprojekt, postnuke, etc, trying to get my first steps in farcry. I've been trying to modify code about 3 days without any success. I'm close to throw it all away. as an example, all I want to do is insert a new step in html page creation. the probmem is actually we have 8 steps in html creation page: -start, -files, -images, -teaser, -body, -related, -categories, -complete. I need to insert a new step "audio", because I want add to html pages audio files, between images and teaser steps, i.e. -images, -audio, -teaser... obviously I've modified the preferences to accept audio/mpeg sources, but I'm trying to understand an IMPOSSIBLE CODE !. it seems that the dropdown navigation menu in html page creation, comes from phpNavigationbuttons.cfm, the option gets its value from #CALLER.stPLP.Steps[i].name#, the caller seems to be start.cfm ... etc. I've added the step <farcry:plpstep name="audio" template="audio.cfm"> in edit.cfm, also the file audio.cfm exist in directory, bun nothing happens at all. please, I'm about to die. I need to understand the philosofy of that, as a developer I cant understand how can make it so complicated one of the simplest things in programming like to construct a dropdown menu.
--- 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/
