Copied to clipboard

Flag this post as spam?

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


  • Darren Wilson 238 posts 646 karma points
    Jan 04, 2012 @ 13:10
    Darren Wilson
    0

    Members area in Umbraco

    Hi Folks!

    My apologies if this has been asked before elsewhere or in this forum.

    I want to create a members area where a list of documents is displayed and which registered users can download. Administrators will be able to track downloads to see which users have accessed them.

    Is this possible within the core of Umbraco or is their a macro available to achieve this.

    Thanks for your help.

    Darren

     

  • Stephen 204 posts 246 karma points
    Jan 04, 2012 @ 13:13
    Stephen
    0

    It is possible but you need to write your own login code and protected area content etc and I would guess the bit to track downloads etc.

    You can tap into the API to do what you need.

    Hope this helps.

    S

  • Darren Wilson 238 posts 646 karma points
    Jan 04, 2012 @ 13:28
    Darren Wilson
    0

    Hi Stephen,

    Thanks for the quick response.

    I think that's a bit beyond my capabilities!!

    Darren

  • Stephen 204 posts 246 karma points
    Jan 04, 2012 @ 13:33
    Stephen
    0

    You'd be surprised how much you could do...its all based on the .Net membership stuff, the following link shuould explain it better than i can...

    http://our.umbraco.org/wiki/how-tos/membership-providers

    Hope this helps.

    S

  • Richard Soeteman 4054 posts 12927 karma points MVP 3x
    Jan 04, 2012 @ 13:42
    Richard Soeteman
    0

    Hi,

    Media in Umbraco V4.x is unprotected so when you know the url you can still download a PDF without being logged in. I wrote the mediaprotect package  that allows you to protect media in the same simple way as you want to protect content. It's commercial but you don't need to have to code anything and it tracks downloads also.

    And you might be interested in Contour as well since there is a member tools package available where you can create registration forms for your users. The contour package is from Umbraco and is also commercial.

    Cheers,

    Richard

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies