Collapsible User Extras

Collapsible User Extras 1.0

No permission to download
XF Compatibility
  1. 2.2.x
Short Description
Get the place to high speed external link Download and Discuss Collapsible User Extras 1.0. Now Current version with External download URL. There are store on a third-party network disk platform. From The Content have 222 Views on NullPro Community .
This template mod will hide the extra user info in messages by default. Stats can be shown by simply clicking the expand arrow.

I will only support default styles, no 3rd party styles will receive support. Along with that if you use a Pixel Exit style this is already built into each style. 😛

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" data-target="#js-post-{$post.post_id} .message-userExtras"></span>

Template
message_macros
Find:
Code:
<div class="message-userExtras">
Replace with:
Code:
<div class="message-userExtras message-userExtras-body message-userExtras--collapsible">
Add to extra.less template:
CSS:
/* User Extras Collapse */
.message-userExtras-body
{
    .m-listPlain();
    &.message-userExtras--collapsible
    {
        .has-no-js & { display: block; }
        .m-transitionFadeDown();
    }
}
.message-cell
{
    .collapseTrigger
    {
        text-align: center;
        &.is-active:before
        {
            transform: rotate(-180deg);
        }
        &:before
        {
            content: "\f13a";
            color: @xf-linkColor;
            transition: ease-in transform .3s;
            width: auto;
        }
        &.collapseTrigger--block:before
        {
            float: none;
        }
    }
}
@media (max-width: @xf-responsiveNarrow)
{
    .message-cell
    {
        .collapseTrigger
        {
            display: none;
        }
    }
}
Author
axtona
Views
222
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Please Send Message to NP Team with direct message, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.

More resources from axtona

[DigitalPoint] App for Cloudflare A
Everything is available from within XenForo
[AH] Social Profiles A
[AH] Social Profiles 3.1.1 Fix 1
This add-on is a port of GamerProfiles - PixelExit.com, which @Steve F has kindly allowed me to rele
Custom Field Regex Capture A
Make custom field regex captures accessible to value and wrapper display HTML options
Top