Skip to content

'Documents' is an Admidio plugin. It allows you to display user-related documents in a member's profile.

License

Notifications You must be signed in to change notification settings

rmbinder/documents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documents

'Documents' is an Admidio plugin. It allows you to display user-related documents in a member's profile.

Several requirements must be met for this to happen:

  1. All documents must be located in a 'Documents & Files' folder

  2. All documents must be preceded by a sequential number e.g. '0015-Mustermann Max-declaration of membership.pdf' or '65-Meier Franz-termination.jpg'

  3. The sequential number can either be

    • the member's 'usr_id'
    • the member's 'usr_uuid'
    • or a profile field with a sequential number (e.g. member number) (Note: The Membership Fee plugin can create corresponding membership numbers)

The plugin checks whether the sequential number of a document matches the member number (usr_id, usr_uuid or member numer) and then displays the document.

Installation and Update

  1. Create a folder named 'Documents' under adm_plugins
  2. Copy all plugin files into this folder (If the folder already exists, you only need to replace all the files within it.)
  3. To install or update, run the following PHP file: .../adm_plugins/Documents/system/install.php

About

'Documents' is an Admidio plugin. It allows you to display user-related documents in a member's profile.

Resources

License

Stars

Watchers

Forks