Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
Ioannis D Posted November 17, 2021 Posted November 17, 2021 How can be displayed members' signature in any posted record at Pages app?
Adriano Faria Posted November 17, 2021 Posted November 17, 2021 The signature: Edit the record template and find: <section class="ipsType_richText ipsContained ipsType_normal" data-controller='core.front.core.lightboxedImages'>{$record->_content|raw}</section> Add below: {{if trim( $record->author()->signature )}} <br> {template="signature" location="front" group="global" app="core" params="$record->author()"} {{endif}} Will result in: Ioannis D, Hatsu, IveLeft... and 1 other 3 1
Recommended Posts