1) loose the 'dashboard' word in the title of this project since its a Tree extention its easier to distinguish with the other package doing the same but on the dashboard.
2) either support, or remove the create option on right clicking the root tree item called "members by groups" now you can rightclick that item and select "create" it returns a nasty asp.net yellow screen of death inside the create popup
Server Error in '/' Application.
ERROR CREATING CONTROL FOR NODETYPE: initmembersInRole
so i suggest to either support it and make it so that you can create members trough that function or disable the create on rightclick for that node so that people are required to do it on the "members" node above your "members by groups"
other than that i love the functionality, even more than listing them on the dashboard, since the dashboard is kind of hidden after you leave it, and some customers refuse to find it or remember where to find it :) so i like the extention to the treeview. and with these few adjustments it can be even better.
I get this error, is it becuase im using aspnet memerships...
Server Error in '/' Application. --------------------------------------------------------------------------------
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.] bentzen.umb.member.ViewMembersInRole.bindRp() +174 bentzen.umb.member.ViewMembersInRole.Page_Load(Object sender, EventArgs e) +76 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +99 umbraco.BasePages.BasePage.OnLoad(EventArgs e) +15 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Hi Sir Martin Bentzen, I was able to recompile your source code and it's now working in Umbraco 4.7.1. I'd like to suggest to update your package, I'll be more than happy to share the enhanced version.
suggestions and bugreports
1) loose the 'dashboard' word in the title of this project since its a Tree extention its easier to distinguish with the other package doing the same but on the dashboard.
2) either support, or remove the create option on right clicking the root tree item called "members by groups"
now you can rightclick that item and select "create"
it returns a nasty asp.net yellow screen of death inside the create popup
Server Error in '/' Application.
ERROR CREATING CONTROL FOR NODETYPE: initmembersInRole
so i suggest to either support it and make it so that you can create members trough that function
or disable the create on rightclick for that node so that people are required to do it on the "members" node above your "members by groups"
other than that i love the functionality, even more than listing them on the dashboard, since the dashboard is kind of hidden after you leave it, and some customers refuse to find it or remember where to find it :) so i like the extention to the treeview. and with these few adjustments it can be even better.
Sander
Sander, Thanx for your feedback. As soon as I have time, I will update the project!
Martin
I get this error, is it becuase im using aspnet memerships...
Server Error in '/' Application. --------------------------------------------------------------------------------
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.] bentzen.umb.member.ViewMembersInRole.bindRp() +174 bentzen.umb.member.ViewMembersInRole.Page_Load(Object sender, EventArgs e) +76 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +99 umbraco.BasePages.BasePage.OnLoad(EventArgs e) +15 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Hi Sir Martin Bentzen, I was able to recompile your source code and it's now working in Umbraco 4.7.1. I'd like to suggest to update your package, I'll be more than happy to share the enhanced version.
Thanks
Jeffrey Valeroso
Software Developer
Philippines
is working on a reply...