Steve F
Well-known member
Steve F submitted a new resource:
User Extras Collapse - Adds the ability to collapse (hide) extra user info in messages by default
Read more about this resource...
User Extras Collapse - Adds the ability to collapse (hide) extra user info in messages by default
This template mod will hide the extra user info in messages by default. Stats can be shown by simply clicking the expand arrow.
Template post_macros
Find:
Code:<xf:macro template="message_macros" name="user_info" arg-user="{$post.User}" arg-fallbackName="{$post.username}" arg-dateHtml="{$dateHtml}" arg-linkHtml="{$linkHtml}" />
Add below:
Code:<span id="collapse-{$post.post_id}" class="collapseTrigger collapseTrigger--block" data-xf-click="toggle"...
Read more about this resource...