Add usage and default nameplate example. |
Added link. |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
|Name=ContactLink | |Name=ContactLink | ||
}} | }} | ||
The '''ContactLink''' component allows a [[Slot|slot]] to be clicked on by a [[User|user]] to open their [[Dash Menu]] to the [[Contacts Menu]] of a specific user (by using a provided <code>UserId</code>). | |||
<!--T:2--> | <!--T:2--> | ||
Line 14: | Line 16: | ||
<!--T:3--> | <!--T:3--> | ||
== Usage == | == Usage == | ||
Add the ContactLink component to an object, clicking on that object will open up | Add the ContactLink component to an object, clicking on that object will open up the [[Contacts Menu]] and will show the User page of the user defined in the <code>UserId</code> field. When you attach it, your own [[User ID]] will be automatically filled in. | ||
<!--T:4--> | <!--T:4--> | ||
== Examples == | == Examples == | ||
This is the component that allows Users to click on the | This is the component that allows Users to click on the [[Nameplate]] of another user and open their contact page quickly. You can find an example on by selecting your own nameplate and viewing the components | ||
<!--T:5--> | <!--T:5--> | ||
Line 25: | Line 27: | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Contact Link]] | [[Category:Components{{#translation:}}|Contact Link]] | ||
[[Category:Components:Cloud{{#translation:}}|Contact Link]] | [[Category:Components:Cloud{{#translation:}}|Contact Link]] |
Latest revision as of 02:18, 19 August 2024
Component image
The ContactLink component allows a slot to be clicked on by a user to open their Dash Menu to the Contacts Menu of a specific user (by using a provided UserId
).
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
UserId
|
String | The User ID of the User whose contact page will be opened upon clicking the object. |
Usage
Add the ContactLink component to an object, clicking on that object will open up the Contacts Menu and will show the User page of the user defined in the UserId
field. When you attach it, your own User ID will be automatically filled in.
Examples
This is the component that allows Users to click on the Nameplate of another user and open their contact page quickly. You can find an example on by selecting your own nameplate and viewing the components
Related Components
On the default nameplate, a AvatarNameTagAssigner is set up to write the current user's User ID to the ContactLink UserId field.