When I add the macro in the developer section, the paramter type shows up as expected. However, in the editor, when I go to "add" the macro, the field doesn't show. I can't find any error messages or anything in the log, it's just missing. The umbdebugshowtrace flag doesn't seem to work in the admin. How can I track down what's going on?
Yes, I was able to fix it by renaming the assembly. The insertMacro.aspx file wasn't able to load it but it wasn't putting an error in the log file, I had to enable the fusion log to track that one down. Would be nice if there was a better way to troubleshoot stuff like this.
Custom macro parameter not showing up
I've got an Umbraco 4.7 installation that I'm trying to add a custom macro to that includes a custom macro parameter. I followed the code sample for the parameter here: http://www.richardsoeteman.net/CommentView,guid,24E1D561-1F6C-4411-BD62-584023D31DF7.aspx#c97c0910-13e7-4d21-88a4-aaae18e44043
When I add the macro in the developer section, the paramter type shows up as expected. However, in the editor, when I go to "add" the macro, the field doesn't show. I can't find any error messages or anything in the log, it's just missing. The umbdebugshowtrace flag doesn't seem to work in the admin. How can I track down what's going on?
The link you have doesn't work for me..
It should be below, no?
http://www.richardsoeteman.net/2010/01/04/CreateACustomMacroParameterType.aspx
Where are you trying to insert the macro? into an RTE?, and you want the option to set the parameter in the popup like this?
Yes, I was able to fix it by renaming the assembly. The insertMacro.aspx file wasn't able to load it but it wasn't putting an error in the log file, I had to enable the fusion log to track that one down. Would be nice if there was a better way to troubleshoot stuff like this.
Thanks!
is working on a reply...