Got a funny thing, when using this code, so including both
"catshopproducts,linkNavigation":

<wiz:object stobject="#stobj#" wizardID="#stWizard.ObjectID#"
lfields="catshopproducts,linkNavigation" intable="false"
legend="Categorisation" />

it all works and both show, when i remove "catshopproducts" it doesn't
work anymore and linkNavigation doesn't show...

huhhhh ?

Using this property:

<cfproperty
  ftseq="4" ftfieldset="Redirection" ftwizardStep="General Details"
  name="linkNavigation" type="string"
  hint="Link to a navigation folder within the site." required="no"
default=""
  fttype="navigation" ftalias="home" ftrendertype="tree"
  ftSelectMultiple="true" ftlabel="Navigation Folder" />

On Nov 28, 10:28 pm, Marco van den Oever <[email protected]>
wrote:
> I updated to community 5.2.7 and it works :) Thanks Deamon....
>
> On Nov 28, 7:21 pm, Marco van den Oever <[email protected]>
> wrote:
>
> > FC 5.2.2 (not the community one), and logged in with user "farcry"....
> > Maybe update to FC 5.2.2 community?
>
> > On Nov 28, 7:17 pm, ""Jørgen M. Skogås"" <[email protected]> wrote:
>
> > > What FC version are you running?
>
> > > And are you logged in with the farcry user?
>
> > > Jørgen~
>
> > > On 28. nov. 2009, at 19.03, Marco van den Oever wrote:
>
> > > > So that the underlying nav nodes are not showing is that a permission
> > > > thing?? Guess not as all permissions are on granted... what else could
> > > > it be....
>
> > > > On Nov 28, 6:41 pm, Marco van den Oever <[email protected]>
> > > > wrote:
> > > >> Skip that Railo comment as i am locally on CF8 ...... Dude......
>
> > > >> On Nov 28, 5:50 pm, Marco van den Oever <[email protected]>
> > > >> wrote:
>
> > > >>> Only problem is that i only see the home node and not the underlying
> > > >>> nav nodes .... is there more i need to change or could this be another
> > > >>> Railo metadata problem???
>
> > > >>> On Nov 28, 5:46 pm, Marco van den Oever <[email protected]>
> > > >>> wrote:
>
> > > >>>> Hi, well Chris and your answer now makes me wonder if i shouldn't 
> > > >>>> just
> > > >>>> use the navigation folder selector.
>
> > > >>>> I now tried to use it and grasping the idea, with this in place i can
> > > >>>> set each shopproduct to a certain nav node, then as Chris suggested
> > > >>>> filter on current request.navid against the navid in the content
> > > >>>> type's extra "linkNavigation" field value created by adding:
>
> > > >>>> <cfproperty
> > > >>>>  ftseq="4" ftfieldset="Redirection"
> > > >>>>  name="linkNavigation" type="string"
> > > >>>>  hint="Link to a navigation folder within the site." required="no"
> > > >>>> default=""
> > > >>>>  fttype="navigation" ftalias="home" ftrendertype="tree"
> > > >>>>  ftSelectMultiple="false" ftlabel="Navigation Folder" />
>
> > > >>>> Then i of course can repeat this approach for a custom dmimage... of
> > > >>>> dmfile... if needed.
>
> > > >>>> Thanks both.
>
> > > >>>> On Nov 28, 5:39 pm, ""Jørgen M. Skogås"" <[email protected]> wrote:
>
> > > >>>>> Hi Marco,
>
> > > >>>>> Do you need to use categories? Can you use the navigation folder 
> > > >>>>> selector 
> > > >>>>> instead?http://docs.farcrycms.org/display/FCDEV40/Navigation+Folder+Selector
>
> > > >>>>> J~
>
> > > >>>>> On 28. nov. 2009, at 17.22, Marco van den Oever wrote:
>
> > > >>>>>> What i want is that when a admin creates navigation's, also the 
> > > >>>>>> needed
> > > >>>>>> categories are created. That way you can use the internal category
> > > >>>>>> system of Farcry so you can put the products and also put product
> > > >>>>>> images and documentation all together in the right categories.
>
> > > >>>>>> Then with a copied paste and slightly changed dmnews listing rule, 
> > > >>>>>> now
> > > >>>>>> shopproduct rule, they can set the rule for the right nav.
>
> > > >>>>>> As i understand the navigation formtool should made this all 
> > > >>>>>> possible
> > > >>>>>> automatically accept for the categories creation?
> > > >>>>>> Maybe i don't grasp the idea yet but i am stuck when thinking of 
> > > >>>>>> one
> > > >>>>>> content item being selected for one navigation node, i need 
> > > >>>>>> multiple
> > > >>>>>> navigation nodes for one content type.
>
> > > >>>>>> Thanks again.
>
> > > >>>>>> On Nov 28, 10:03 am, Chris Kent <[email protected]> wrote:
> > > >>>>>>> I assume you are trying to set a "home" within the site tree for 
> > > >>>>>>> your
> > > >>>>>>> news items to appear.
>
> > > >>>>>>> I have used the Navigation 
> > > >>>>>>> Formtoolhttp://docs.farcrycms.org/display/FCDEV40/Navigation+Folder+Selector
> > > >>>>>>> to associate content items with a particular navigation node.
>
> > > >>>>>>> You can then modify the sql in your publishing rule to check
> > > >>>>>>> request.navid to select the items that need to appear.
>
> > > >>>>>>> Admin users can then specify where the content items should 
> > > >>>>>>> appear by
> > > >>>>>>> selecting the navigation node(s).
>
> > > >>>>>>> Chris.
>
> > > >>>>>>> On Nov 28, 3:48 am, Marco van den Oever 
> > > >>>>>>> <[email protected]>
> > > >>>>>>> wrote:
>
> > > >>>>>>>> Creating Navs is easy, creating Categories also, but what if you 
> > > >>>>>>>> want
> > > >>>>>>>> to create those both at the same time. For instance when you 
> > > >>>>>>>> want to
> > > >>>>>>>> use a rule like the dmnews listing rule, then you have to pick a
> > > >>>>>>>> Category that you want to show.
>
> > > >>>>>>>> Shouldn't it be logical when there was a little magical checkbox 
> > > >>>>>>>> when
> > > >>>>>>>> creating a Nav that states
> > > >>>>>>>> "Create Category", so the process would be a one step, not multi 
> > > >>>>>>>> with
> > > >>>>>>>> manual thinking and entering Category names and levels...
>
> > > >>>>>>>> Anyone had ever made a solution for that?
>
> > > >>>>>>>> I have add it as improvement 
> > > >>>>>>>> suggestion:http://bugs.farcrycms.org/browse/FC-2057
>
> > > >>>>>> --
> > > >>>>>> 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
>
> > > > --
> > > > 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

-- 
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

Reply via email to