Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Marcus 41 posts 61 karma points
    Jan 20, 2011 @ 14:14
    Marcus
    0

    pliable form fileds shows up in menu

    Hi!

    im having an issue regarding form fields showing up in my menu. i have tried filtering in my menu xslt by checking specific name or specific alias @nodeTypeAlias ='pliableField', but without luck, any help appreciated!

     

    regards / MArcus

  • Jon Cuthbert 84 posts 173 karma points
    Jan 20, 2011 @ 14:53
    Jon Cuthbert
    0

    Hi Marcus,

    Are you on the old schema? Because checking for @nodeTypeAlias!='pliableField' should only work in the old schema, you will need something like name()!='pliableField' for the new schema.

    There are two others ways tho to handle this that might be better for you. One is to add you own generic property to the pliableField master that would include or exclude your nodes. A very common one to use is 'umbracoNaviHide'.

    The other way is to try out the Pliable Form 1.0 which will let you build the form completely outside of your menu structure and then pull it in using a macro on a template or in a richtext editor.

    Hope that helps.

  • Marcus 41 posts 61 karma points
    Jan 20, 2011 @ 15:38
    Marcus
    0

    thansk for the reply, i will try your suggestions, im running umbraco 4.5 and would like to disable some nodes based on the present pages document type.

Please Sign in or register to post replies

Write your reply to:

Draft