*"You are in a maze of twisty little webskins, all alike"* The webskin structure Matt used for the verity plugin rewrite is powerful but complicated. I'd ask him to write up some quick docs, but his workload is huge ATM - picture a guy carrying a piano down a highway on a skooter ;)
You'll probably have to tackled writing up the doc yourself. Concentrate on working out the hierarchy of webskins, and just note where various functions get called. I know the rest of us would appreciate it. Sorry I can't be more help. Blair On Thu, Feb 12, 2009 at 6:40 AM, Chris Roth <[email protected]> wrote: > > Here's how i have it configed in the tree: > > Utility > - Search (nav = alias = search) > - Search Results include > - Search Pod include > Home > -- > -- > > If I preview the Search Results include from admin enter a term I get > results. Viewing soruce I see this page is posting to the object ID of > itself (the include) > > If I preview the Search Pod, I get no results, but I am sent to the > Search Results page. Viewing souce on the pod, I see its posting to > the objectID of the Search Nav ( the searchpod.cfm code has a check > for the existance of nav.alias) so it seeam to be doign what it is > suppoed to) as well as passing a a few hidden fields > > <input type="hidden" name="FarcryFormPrefixes" > value="9B1FCCF0F86911DD8C86005056B03BBA" /> > <input type="hidden" name="9B1FCCF0F86911DD8C86005056B03BBAObjectID" > value="9B1FCCF0-F869-11DD-8C86005056B03BBA"> > <input type="hidden" name="9B1FCCF0F86911DD8C86005056B03BBATypename" > value="farVeritySearch"> > > 9B1FCCF0-F869-11DD-8C86005056B03BBA is the objectID of the results > page. > > Are you guys using the latest farcryVerity (ie from Jeff's dowbnload > page?) Maybe a bug has been injected? > > I am trying to get a handle on the process flow for this, I cant seem > to determine how form.criteria makes it way to the verityservice.cfc.. > I see code in facryverity/webskins/farVeritySearch/displaySearch.cfm > to seems to acomplish this, but I can't detemrine how executing the > searchPod incldue gets to this point. > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
