Copied to clipboard

Flag this post as spam?

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


  • Craig Cronin 304 posts 503 karma points
    Nov 14, 2012 @ 00:31
    Craig Cronin
    0

    Context Menu Create missing

    I am currently logged into umbraco admin section as administrator.  I want to create a new document type, and if I do this from root level then the create is avialable, but if i do this from an existing document document type no create, or reload nodes is avialable.  

    I have inherited the code from a 3rd party so really don't think this is a bug.  

    The only way I know this can be achieved is by writing code and over writing the BeforeNodeRender or something like this in C# or something.

    Am i missing something?  Can this be done else where without code? 

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Nov 14, 2012 @ 07:27
    Jan Skovgaard
    0

    Hi Craig

    Are you 100% sure that the account you have been given is the default admin account in Umbraco and not just a custom created "Administrator" account that has fewer privilleges than the default admin account?

    It is possible to hide these option in the users section so that could perhaps be the reason why.

    Otherwise it's hard to tell if the former devs have been doing something in their code to disable some features.

    Just out of curiosity - What Umbraco version are you using?

    /Jan

  • Craig Cronin 304 posts 503 karma points
    Nov 14, 2012 @ 19:34
    Craig Cronin
    0

    Hi Jan, thanks for the reply.

    This was far easier than i though.  This was the first time i looked at the site which was version 4.5.1 and I've only been an umbraco developer really about 1.5 years i didnt know this functionality was not previously available.

    You can still do it but have to create a document type at root level and then pick the master document type from a dropdown list.  I was given a visual studio solution with lots of different bits and pieces and really thought they had intercepted the request....oooopsss.

    Thanks again Jan


    Craig

Please Sign in or register to post replies

Write your reply to:

Draft