person_id

Purpose

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.

Specifications
captionPerson
nameperson_id
descriptionConnect a MODX user to this item. Only active users will be shown.
typelistbox
inputOptionValues@SELECT '''' AS username, '''' AS id UNION ALL ( SELECT username, id FROM `modx_users` WHERE `active` = 1 ORDER BY username )
categoryConnections
sortOrder1
References
Assigned to the following templates
Included in the following patterns

organization_id

Purpose

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.

Specifications
captionOrganization
nameorganization_id
descriptionConnect the related organization(s). If this list is empty, you need to create an Organizations container first and register its ID under System Settings.
typelistbox-multiple
inputOptionValues@CHUNK tvSelectClient
categoryConnections
sortOrder2
References
Assigned to the following templates
Contains the following patterns
Included in the following patterns

contributors_id

Purpose

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.

Specifications
captionContributors
namecontributors_id
descriptionLink 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).
typelistbox-multiple
inputOptionValues@CHUNK tvSelectTeam
categoryConnections
sortOrder3
References
Assigned to the following templates
Contains the following patterns
Included in the following patterns