-
Notifications
You must be signed in to change notification settings - Fork 0
Profile view AddIn
MightyMCoder edited this page Jan 5, 2025
·
2 revisions
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.
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.