Jump to content

Редактировать форум

Featured Replies

Posted
comment_94644

Здравствуйте, извините если что не так оформил, первый раз просто) 

Как сделать так как на картинке на своем форуме.

 

Безымянный.png

Здравствуйте, извините если что не так оформил, первый раз просто) 

Как сделать так как на картинке на своем форуме.

 

Безымянный.png

Это то что отображается под аватаркой в темах

Мне нужно:

Ник:

Skype:

Сообщений:

Благодарности: 

Предупреждения:

comment_94647

Наприклад:
 

 <<img src="http://ваш форум/public/style_images/название стиля/Название картинки.png">'> Баллы:
        <div class="u-mini">
             <a href='{parse url="app=members&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warns_status'], $author['warn_level'] )"}</a> 
        </div>
    </div>

Благодарности ета Хук 
А остальное виводиться Дополнительные поля

comment_94673

Screenshot_1.thumb.png.94a009d4cffac4178

Давайте зелаем весь проль в рамне
Админ Панель-Внешний вид-Ваш стиль-Глобальные-userInfoPane заменить все на:
 

<div class="user_block">
     <div class="psevdo"></div>
<if test="membertitle:|:$author['member_title']">
<p class='desc member_title'>{$author['member_title']}</p>
        </if>
    </div>
        
    <if test="avatar:|:$author['member_id']">
            <div class='avatar'>
                <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">
                <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'>
                </if>
                <if test="hasVariable:|:$this->settings['member_topic_avatar_max']">
                    <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' />
                <else />
                    <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
                </if>
                <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">
                </a>
                </if>
            </div>
        <else />
            
        </if>

    <div class="wa-block">
        <div class="psevdo"></div>
        Сообщений:
        <div class="u-mini">
             {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} 
        </div>
    </div>  
<div class="wa-block">
        <div class="psevdo"></div>
<img src='{$this->settings['img_url']}/warn.png'> Баллы:
        <a class='desc lighter blend_links' href='{parse url="app=members&amp;module=profile&amp;section=warnings&amp;member={$author['member_id']}&amp;from_app={$this->request['app']}&amp;from_id1={$contentid}&amp;from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'><span class="right">{parse expression="sprintf( $author['warn_level'] )"}</span></a>
</div>
    <if test="authorcfields:|:$author['custom_fields'] != """>        
        <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">
            <foreach loop="customFields:$author['custom_fields'][ $group ] as $field">
                <if test="$field != ''">
                        
                    {$field}
                        
                </if>
            </foreach>
        </foreach>
    </if>

Админ Панель-Внешний вид-Ваш стиль-css-ipb_stylec.css добавить у самый низ:
 

.reputation.positive,.reputation.negative {
    color: #fff;
}
.member_title {
    background: #55728b;
    height: 17px;
    display: inline-block;
    font-size: 14px;
    padding: 1px;
    width: 152px;
    text-align: center;
    font-size: 0.8em;
    color: #e9e9e9;
}

.user_block {
       color: #55728b;
}

.wa-block {
       border-radius: 3px;
       -moz-border-radius: 3px;
       -webkit-border-radius: 3px;
       height: 21px;
    padding: 0 3px;
       width: 137px;
       text-align: left;
       background: #e9e9e9;
       margin: 4px auto;
}

.u-mini {
       float: right;
}

.psevdo {
       height: 3px;
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.