I believe you cannot add .aspx pages to the dashboard. Instead you have to add usercontrols (.ascx). So I guess one option is to create a usercontrol in which you add an iframe which contains that search page.
Havent tried this but maybe you can have a usercontrol that runs the "javascript:searchMembers();" on startup?
Don't know if you ever fund a solution to this, but if you didn't and still has the need for it, you might want to check out the new Blackpoint Member Admin Package by Tommy Poulsen.
I haven't tried it though, but it sure looks like it will give the users some new possibilities when working with members.
member Search on dashboard
Hi,
I would like to add the member seach functionality so it is the default screen when going intot he Members area. I was hoping to do something like:
Bit it does not work and comes up with the error "Type 'ASP.umbraco_members_search_aspx' does not inherit from 'System.Web.UI.UserControl'"
Am I close? Or is the only way to achieve this to write my own search control?
Cheers
Paul
I believe you cannot add .aspx pages to the dashboard. Instead you have to add usercontrols (.ascx). So I guess one option is to create a usercontrol in which you add an iframe which contains that search page.
Havent tried this but maybe you can have a usercontrol that runs the "javascript:searchMembers();" on startup?
Hi Paul.
Don't know if you ever fund a solution to this, but if you didn't and still has the need for it, you might want to check out the new Blackpoint Member Admin Package by Tommy Poulsen.
I haven't tried it though, but it sure looks like it will give the users some new possibilities when working with members.
/Kim A
is working on a reply...