Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Редактирование профиля

Featured Replies

  • Author
<div itemscope itemtype="__schema.org/Person" class='user_details'>
<span class='hide' itemprop="name">{$author['members_display_name']}</span>
<ul class='basic_info'>
<if test="membertitle:|:$author['member_title']">
<p class='desc member_title'>{$author['member_title']}</p>
</if>
<if test="avatar:|:$author['member_id']">
<li 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>
</li>
<else />
<li class='avatar'>
<img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
</li>
</if>
<li class='group_title'>
{$author['_group_formatted']}
</li>
<if test="rankimage:|:$author['member_rank_img']">
<li class='group_icon'>
<if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'">
<img src='{$author['member_rank_img']}' alt='' />
<else />
{$author['member_rank_img']}
</if>
</li>
</if>
<if test="postCount:|:$author['member_id']">
<li class='post_count desc lighter'>
{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']}
</li>
</if>
 
       <if test="authorcfields:|:$author['custom_fields'] != """>
<ul class='custom_fields'>
<foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">
<foreach loop="customFields:$author['custom_fields'][ $group ] as $field">
<if test="$field != ''">
<li>
{$field}
</li>
</if>
</foreach>
</foreach>
</ul>
</if>
<if test="authorwarn:|:$author['show_warn']">
<li>
<if test="hasWarningId:|:$options['wl_id']">
<img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' />
</if>
<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']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a>
</li>
</if>
 
{parse variable="tb_srtv_style" default=" style='float:none;text-align:center;'"}
                <if test="$author['pp_reputation_points'] > 0">
                        <div class='reputation positive'{parse variable="tb_srtv_style"}>
                </if>
                <if test="$author['pp_reputation_points'] < 0">
                        <div class='reputation negative'{parse variable="tb_srtv_style"}>
                </if>
                <if test="$author['pp_reputation_points'] == 0">
                        <div class='reputation zero'{parse variable="tb_srtv_style"}>
                </if>
                        <div style='font-size:1.1em'>{$this->lang->words['reputation']}: {parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</div>
                        
<if test="$author['author_reputation'] && $author['author_reputation']['image']">
                                <span class='image'><img src='{$author['author_reputation']['image']}' alt='{$this->lang->words['reputation']}' /></span>
                        </if>
                </div>
 
</ul>
 
 
 
</div>

 

<div itemscope itemtype="__schema.org/Person" class='user_details'>
<span class='hide' itemprop="name">{$author['members_display_name']}</span>
<ul class='basic_info'>
<if test="membertitle:|:$author['member_title']">
<p class='desc member_title'>{$author['member_title']}</p>
</if>
<if test="avatar:|:$author['member_id']">
<li 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>
</li>
<else />
<li class='avatar'>
<img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
</li>
</if>
<li class='group_title'>
{$author['_group_formatted']}
</li>
<if test="rankimage:|:$author['member_rank_img']">
<li class='group_icon'>
<if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'">
<img src='{$author['member_rank_img']}' alt='' />
<else />
{$author['member_rank_img']}
</if>
</li>
</if>
<if test="postCount:|:$author['member_id']">
<li class='post_count desc lighter'>
{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']}
</li>
</if>
 
       <if test="authorcfields:|:$author['custom_fields'] != """>
<ul class='custom_fields'>
<foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">
<foreach loop="customFields:$author['custom_fields'][ $group ] as $field">
<if test="$field != ''">
<li>
{$field}
</li>
</if>
</foreach>
</foreach>
</ul>
</if>
<if test="authorwarn:|:$author['show_warn']">
<li>
<if test="hasWarningId:|:$options['wl_id']">
<img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' />
</if>
<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']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a>
</li>
</if>
 
{parse variable="tb_srtv_style" default=" style='float:none;text-align:center;'"}
                <if test="$author['pp_reputation_points'] > 0">
                        <div class='reputation positive'{parse variable="tb_srtv_style"}>
                </if>
                <if test="$author['pp_reputation_points'] < 0">
                        <div class='reputation negative'{parse variable="tb_srtv_style"}>
                </if>
                <if test="$author['pp_reputation_points'] == 0">
                        <div class='reputation zero'{parse variable="tb_srtv_style"}>
                </if>
                        <div style='font-size:1.1em'>{$this->lang->words['reputation']}: {parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</div>
                        
<if test="$author['author_reputation'] && $author['author_reputation']['image']">
                                <span class='image'><img src='{$author['author_reputation']['image']}' alt='{$this->lang->words['reputation']}' /></span>
                        </if>
                </div>
 
</ul>
 
 
 
</div>

 

Зафигач это под спойлер, а то тебе предупреждение могут выдать,,,

.ipsBadge_green {
background: #7ba60d;
}

.reputation.positive, .members li.positive {
background: #8db13e url('__www.astravod.ru/public/style_images/splat/highlight_faint.png') repeat-x 0 1px;
}
  • Author

WOLF,ага редактируется) но совместно с профилем изменяется пометка форумов "прикреплено" )))) один и тот же стиль ксс и там и там....как сдедать чтоб там где прикреплено остался .ipsBadge_green {

background: #7ba60d;
}

а в профиле поменять на то что мне надо)

  • Author

WOLF, Объясните пожалуйста в каком шаблоне дайнный css имею ввиду ipsBabge крепиться к кнопочке гаража чтоб я мог переприсвоить другой стиль этой кнопке. 


WOLF, Объясните пожалуйста в каком шаблоне дайнный css имею ввиду ipsBabge крепиться к кнопочке гаража чтоб я мог переприсвоить другой стиль этой кнопке. 
Ищите код в шаблонах приложения Garage System

skin_garage_external - garageTopicLink

 

П.С. Администраиция - оригинальное название группы :)

  • Author

Ну в целом разобрался) для тех кому пригодиться

1. Добавляем свой css в Ipb_styles.css после:

 

a.ipsBadge:hover { color: #5b5b5b; } 

.ipsBadge_green { background: green; }
.ipsBadge_purple { background: #af286d; }
.ipsBadge_grey { background: #5b5b5b; }
.ipsBadge_lightgrey { background: #b3b3b3; }
.ipsBadge_orange { background: #ED7710; }
.ipsBadge_red { background: #bf1d00; }
свой стиль типа
.ipsBadge_custom { свои настройки }
 
2. затем в garageTopicLink меняем выделенное красным на ipsBadge_custom 
 
<if test="showVehicleLink:|:$vehicles > 0">
<a class='ipsBadge ipsBadge_green' href='{$this->settings['base_url']}app=garage&amp;do=item_list&amp;search_term={$member_id}&amp;search_field=member_id&amp;search_method=exact'><img style="vertical-align: top;" src='{$this->settings['img_url']}/garage_system/car.png' alt='{$this->lang->words['alt_garage']}' /> {$this->lang->words['view_garage']}</a>
</if>
 
как то так!
Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.