Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Activity

  • Ajantos added a new discussion topic limited media accessibility in the group General Discussion
    Hello,   does anybody know if there is a plugIn to limit the timeframe to download media. Or maybe even to limit how many times one member downloads a document?   Thanks in advance
    • There's no plugin for that as what you are asking for is pretty specific and depends on the the plugin that's being used for your media.

      The high level way to do this though is to save an expires timestamp to the media entity, and only list/search for entities that have not yet expired.

      For download tracking you can hook into the download action and create an annotation by the person downloading.  Then you do things like limit download by the number of annotations, or list by most downloaded, etc.