Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm trying to make an macro to insert members in the rte so the user can insert members for example a supervisors with contact information.
Last time I made this I just went with a textbox so they had to write the username of a member.
Not out of the box.
But you can create your own property editor that uses the memberPicker from the dialogservice. You will need to set isParameterEditor to true in the package manifest.
Package manifest documentation : http://umbraco.github.io/Belle/#/tutorials/manifest
You can find documentation on creating property editors here : https://our.umbraco.org/documentation/Extending-Umbraco/Property-Editors/property-editors-v7
Dave
Thanks Dave Ill try looking in to this :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Is ist possible to use MemberPicker in macro
I'm trying to make an macro to insert members in the rte so the user can insert members for example a supervisors with contact information.
Last time I made this I just went with a textbox so they had to write the username of a member.
Not out of the box.
But you can create your own property editor that uses the memberPicker from the dialogservice.
You will need to set isParameterEditor to true in the package manifest.
Package manifest documentation : http://umbraco.github.io/Belle/#/tutorials/manifest
You can find documentation on creating property editors here : https://our.umbraco.org/documentation/Extending-Umbraco/Property-Editors/property-editors-v7
Dave
Thanks Dave Ill try looking in to this :)
is working on a reply...