Copied to clipboard

Flag this post as spam?

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


  • Paul Blair 466 posts 731 karma points
    May 28, 2010 @ 02:10
    Paul Blair
    0

    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:

      <section>
        <areas>
          <area>Member</area>
        </areas>

        <tab caption="Member Search">
          <control>/umbraco/members/search.aspx</control>
        </tab>
      </section>

    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

  • Tobias 16 posts 61 karma points
    May 28, 2010 @ 09:23
    Tobias
    0

    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?

     

     

  • Kim Andersen 1447 posts 2196 karma points MVP
    Jan 09, 2011 @ 22:26
    Kim Andersen
    2

    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

Please Sign in or register to post replies

Write your reply to:

Draft