dethfire Well-known member Feb 3, 2016 #1 How do you stop xen:username and xen:avatar from automatically making a link to the users profile?
Jake Bunce Well-known member Feb 3, 2016 #2 Use template helpers for the raw values: Code: {xen:helper avatar, $user, m} {xen:helper richusername, $user} avatar will return just the avatar location for use in a href. richusername will return a marked up version with group styling but no hyperlink. Upvote 0 Downvote
Use template helpers for the raw values: Code: {xen:helper avatar, $user, m} {xen:helper richusername, $user} avatar will return just the avatar location for use in a href. richusername will return a marked up version with group styling but no hyperlink.
dethfire Well-known member Aug 2, 2016 #3 How would this work with <xen:username user="$forum.lastPost" />? Also how to unlink <xen:datetime time="$forum.lastPost.date" class="muted lastThreadDate" data-latest="{xenhrase latest}: " /> Upvote 0 Downvote
How would this work with <xen:username user="$forum.lastPost" />? Also how to unlink <xen:datetime time="$forum.lastPost.date" class="muted lastThreadDate" data-latest="{xenhrase latest}: " />