Skip to content

Profile view AddIn

MightyMCoder edited this page Jan 5, 2025 · 2 revisions

Profile view AddIn

Issued items can be viewed in a member’s profile view. By default, only the item name and the last receiver is displayed. In addition to that one other item field can be selected for displaying in a member’s profile view.

Setup your Admidio installation to use this AddIn

To display items in the profile view add the following line to the file /adm_program/modules/profile/profile.php before the line $page->show();:

require_once(ADMIDIO_PATH . FOLDER_PLUGINS .'/InventoryManager/inventory_manager_profile_addin.php');


For more information on importing and exporting data, refer to the Import and Export guide.

Clone this wiki locally