Copied to clipboard

Flag this post as spam?

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


  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Feb 01, 2012 @ 04:02
    Jesper Ordrup
    0

    Suggestion: Naming Public tree

    It would be nice to be able to use dictionary item for naming the public tree node. Or just a config option.

    /best
    Jesper

  • Lennart Stoop 304 posts 842 karma points
    Feb 01, 2012 @ 08:51
    Lennart Stoop
    0

    Hi Jesper,

    Good suggestion. The name of the tree is stored in the DB (hardcoded). I'm not sure how I could make it configurable but I might be able to allow you to specify one during installation.. Although config would probably be easier as you might want to change it later.. Will have a look at it and see what I can come up with.

    In the meanwhile you can update its name by running following query:

    UPDATE umbracoAppTree
    SET treeTitle = 'MyCustomName'
    WHERE treeAlias = 'mediaPublicTree'

    Grtz

    L

Please Sign in or register to post replies

Write your reply to:

Draft