Collapsible User Extras 1.0

Нет прав для скачивания
XF Compatibility
  1. 2.2.x
Short Description
Get the place to high speed external link Скачать and Discuss Collapsible User Extras 1.0. Now Current version with Внешний URL для скачивания. There are store on a third-party network disk platform. From The Content have 223 Просмотры 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
Find:
Код:
<xf:macro template="message_macros" name="user_info" arg-user="{$post.User}" arg-fallbackName="{$post.username}" arg-dateHtml="{$dateHtml}" arg-linkHtml="{$linkHtml}" />

Add below:
Код:
<span id="collapse-{$post.post_id}" class="collapseTrigger collapseTrigger--block" data-xf-click="toggle" data-target="#js-post-{$post.post_id} .m-userExtras"></span>

Template
Find:
Код:
<div class="m-userExtras">
Replace with:
Код:
<div class="m-userExtras m-userExtras-body m-userExtras--collapsible">
Add to extra.less template:
CSS:
/* User Extras Collapse */
.m-userExtras-body
{
    .m-listPlain();
    &.m-userExtras--collapsible
    {
        .has-no-js & { display: block; }
        .m-transitionFadeDown();
    }
}
.m-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)
{
    .m-cell
    {
        .collapseTrigger
        {
            display: none;
        }
    }
}
Автор
axtona
Просмотры
223
Первый выпуск
Обновление
Рейтинги 0,00 звёзд Оценок: 0
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.

Ещё ресурсы от axtona

A
an advanced WordPress timeline plugin that showcases your life history timeline
Просмотры
420
Обновлено
A
A simple template modification that turns node icons to clickable links.
A
The plugin allows you to create a "Quick Tag User" button in forum topics.