Jump to content

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

Featured Replies

post-7297-0-28521200-1394633246.jpg

1. Изменить фон полей на прозрачный или еще какой

2. Убрать кнопки!

 

Помогите плиз разробраться где это делается!

Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/
Share on other sites

Код UserInfoPane в студию

Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58294
Share on other sites
<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>
Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58305
Share on other sites

 

<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>

 

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

Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58320
Share on other sites

1nF1niTE, нету уже кнопки редактировать, сразу не подумал( 

Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58324
Share on other sites

1nF1niTE, нету уже кнопки редактировать, сразу не подумал( 

аа, ну понятно)

Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58325
Share on other sites

1nF1niTE, нету уже кнопки редактировать, сразу не подумал( 

А можно ссылку на форум ? 

Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58334
Share on other sites

1nF1niTE, в профиле есть, а вот не кликабельная astravod.ru/ 

Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58336
Share on other sites

ап теме!

Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58462
Share on other sites

2ой пункт исправил мозговым штурмом и поиском)))))

 

остался первый как настроить эти два поля ?

Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58491
Share on other sites

.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;
}
Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58496
Share on other sites

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

background: #7ba60d;
}

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

Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58574
Share on other sites

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

Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58605
Share on other sites


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

skin_garage_external - garageTopicLink

 

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

Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58611
Share on other sites

LvsF, на ноуте кнопка "Ц" залипает стерся графитовый слой) ошибок с этой буквой масса) спасибо за поправку)

Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58613
Share on other sites

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

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>
 
как то так!
Link to comment
https://ipbmafia.ru/topic/7493-redaktirovanie-profilya/?&do=findComment&comment=58615
Share on other sites
Guest
This topic is now closed to further replies.

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

  • No registered users viewing this page.