Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This tweak will align the attribution with the avatar/on the outside edge of the message on both sides, like so: Remove these lines: Add these lines
Fixed an issue with user fields creating blank space below the avatar.
Added a new var to optionally hide your own avatar. Less: <xf:set var="$ctaMessageSelfAvatar" value="yes" /> // display your own avatar - yes or no
<xf:set var="$ctaMessageSelfAvatar" value="yes" /> // display your own avatar - yes or no
Added a new var to optionally hide the online indicator Less: <xf:set var="$ctaMessageOnline" value="yes" /> // display the online now indicator - yes or no
<xf:set var="$ctaMessageOnline" value="yes" /> // display the online now indicator - yes or no