Copied to clipboard

Flag this post as spam?

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


  • Peter Flannery 23 posts 43 karma points
    Dec 10, 2011 @ 00:11
    Peter Flannery
    0

    Custom macro param type not showing when inserting macro via rich text editor

    For some reason my custom parameter type (extended dropdownlist) will not appear when trying to insert a macro using the rich text editors insert macro command but my custom parameter type appears correctly when using the Macro Container data type.

    is there something I'm missing?

     

    thanks.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 10, 2011 @ 10:11
    Jan Skovgaard
    0

    Hi Peter and welcome to our :)

    Could you perhaps post an image on how it looks like when you're trying to insert it using the rich text editor?

    /Jan

  • Peter Flannery 23 posts 43 karma points
    Dec 10, 2011 @ 14:22
    Peter Flannery
    0

    Thanks for your reply. Here are the screen shots

    step 1

    step 2

     

    But the macro container shows my custom parameter correctly

     

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 10, 2011 @ 14:38
    Jan Skovgaard
    0

    Hi Peter

    Ok that's very odd indeed. I asume you're using Umbraco 4.7.1?

    Usually when the backoffice UI is acting a bit weird it's related to permissions issue.

    What groups/usernames have you given permisions under the security tab on the Umbraco root folder? And what permissions do they have?

    /Jan

  • Peter Flannery 23 posts 43 karma points
    Dec 10, 2011 @ 18:26
    Peter Flannery
    0

    yes 4.7.1 and  I'm logged in as an Administrator. The root permissions have no entries in the table. 

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 10, 2011 @ 19:39
    Jan Skovgaard
    0

    Hi Peter

    When you say you're logged in as an administrator you refer to being logged in to the umbraco backoffice, right?

    I'm thinking about the Umbraco root folder on the disk - sorry for being unclear about that in the previous post.

    /Jan

  • Peter Flannery 23 posts 43 karma points
    Dec 10, 2011 @ 23:52
    Peter Flannery
    0

    ah, yes I was thinking about the back office.

    Ok, the permissions for the root folder are

    Authenticated Users = read,write,modify

    SYSTEM = full control

    Administrators = full control

    Users = Read&execute

     

    thanks

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 11, 2011 @ 00:04
    Jan Skovgaard
    0

    Hi Peter

    Ok, in that case try adding the IIS_IUSRS group to the Umbraco root folder and give it full permissions. Does this solve the issue?

    /Jan

  • Peter Flannery 23 posts 43 karma points
    Dec 11, 2011 @ 00:21
    Peter Flannery
    0

    No this didn't change the issue. I tried the app pool user too and that still didn't work. To add, there is nothing added to the log either...

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 11, 2011 @ 00:23
    Jan Skovgaard
    0

    Hmm ok...then try giving the everyone role full permission and make sure it's inherited all the way down from the umbraco root folder. Does that help?

    /Jan

  • Peter Flannery 23 posts 43 karma points
    Dec 11, 2011 @ 00:41
    Peter Flannery
    0

    nope. still no joy :)

  • Peter Flannery 23 posts 43 karma points
    Dec 11, 2011 @ 02:15
    Peter Flannery
    0

    I've solved it.

    insertMacro.aspx is trying to load the dll but couldn't find it. It's looking for "mycompany.umbraco.macroparameters.dll" but my dll is called "mycompany.umbraco.dll" and I have a namespace inside my dll called macroparameters. I'll just create a separate project for my macro parameters.

    Thanks for you help Jan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 11, 2011 @ 09:58
    Jan Skovgaard
    0

    Hi Peter

    Ah ok, did'nt catch that you've made a custom user control for this - but good to hear you got it figured out even though I was on the wrong track :)

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft