I use Umbraco V6.2.5.
I developed a custom section that is almost a copy of the listing of members. In this section, I would like to display a tab with a custom control as the tabs " Get Started" , "Last Edits " ... of the "Content " section.
So I was in the configuration file " Dashboard.config " and I added the following code :
This for when I go into my section , I just have a blank page in the right side and no tab. I have my tab in the "member" section but not in my "membresDepApp" section. Ideas for where is my problem?
I have the same type of configuration in my file "Dashboard.config", "tree.config" and "application.config" but my frame rigth is empty...
My problem can be just a bad configuration of my custom section ? ...
Dashboard in my custom section
Hello,
I use Umbraco V6.2.5. I developed a custom section that is almost a copy of the listing of members. In this section, I would like to display a tab with a custom control as the tabs " Get Started" , "Last Edits " ... of the "Content " section. So I was in the configuration file " Dashboard.config " and I added the following code :
This for when I go into my section , I just have a blank page in the right side and no tab. I have my tab in the "member" section but not in my "membresDepApp" section. Ideas for where is my problem?
Hello,
Maybe this blog can help: http://24days.in/umbraco/2013/dashboard-overload/
Jeroen
I have the same type of configuration in my file "Dashboard.config", "tree.config" and "application.config" but my frame rigth is empty... My problem can be just a bad configuration of my custom section ? ...
Comment author was deleted
What happen if you remove the member area from the areas element?
So turn
into
Nothing in my custom section, but in the member section, my custom Dashboard disappears.
Comment author was deleted
Ok and you are 100% sure about the name of the area?
Declaration in tree.config :
Declaration in application.config :
Declaration in Dashboard.config :
Comment author was deleted
Long shot but maybe try lowercasing membresDepApp ? You might have found a bug...
Dude... you are my savior !!! Alias must be lowercasing ^^ Great thanks.
Comment author was deleted
Great, glad you found it, any chance you can report this as a bug? http://issues.umbraco.org/issues/U4
I'm not the first ^^ http://issues.umbraco.org/issue/U4-1220
Comment author was deleted
Yeah seems like it's been reported some years ago, can be frustrating as you found out :)
is working on a reply...