This TV can be used to connect a person to a MODX user. By doing this, you are basically extending the MODX user with all the available info inside the connected resource. To fetch an image TV as avatar for example, or the available social media channels.
Only active users will be shown.
| caption | Person |
| name | person_id |
| description | Connect a MODX user to this item. Only active users will be shown. |
| type | listbox |
| inputOptionValues | @SELECT '''' AS username, '''' AS id UNION ALL ( SELECT username, id FROM `modx_users` WHERE `active` = 1 ORDER BY username ) |
| category | Connections |
| sortOrder | 1 |
Assigned to the following templates
Included in the following patterns
Provide the ability to connect an Organization to a template. This can be a client, an employer, a partner, etc. Organizations can be maintained from a central Collection and crosslinked through this TV, allowing you to access things like their logo or website for example.
| caption | Organization |
| name | organization_id |
| description | Connect the related organization(s). If this list is empty, you need to create an Organizations container first and register its ID under System Settings. |
| type | listbox-multiple |
| inputOptionValues | @CHUNK tvSelectClient |
| category | Connections |
| sortOrder | 2 |
Assigned to the following templates
Contains the following patterns
Included in the following patterns
Contributors are persons that helped create the subject of a certain template. A portfolio project for example. In many scenarios, a Contributor will be a team member, so by default this TV looks for child resources inside your Team page.
| caption | Contributors |
| name | contributors_id |
| description | Link the team members that worked on this item. You can only select persons that are listed on your Team page, so if you want to add an external team member, you should add him or her to your team page first (can be unpublished). |
| type | listbox-multiple |
| inputOptionValues | @CHUNK tvSelectTeam |
| category | Connections |
| sortOrder | 3 |