Posted 1 сентября, 20186 yr comment_150948 Здравствуйте. Собственно не могу понять, где ошибка тут... Знающие люди, помогите <div class="wa_userinfo" itemscope itemtype="http://schema.org/Person" class='user_details'> <span class="hide" itemprop="name">{$author['members_display_name']}</span> <if test="$author['customization']['bg_url']!=''"> <div class="wa_userinfo_bg" style="height:110px;background: url(<if test="strrpos($author['customization']['bg_url'], "http://") === false">{$this->settings['board_url']}/uploads/</if>{$author['customization']['bg_url']}) !important;background-size: 100% 100% !important;"></div> <else /> <div class="wa_userinfo_bg"></div> </if> <div class="wa_userinfo_b1"> <img src="{$author['pp_thumb_photo']}"> </div> <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> </ul> <div class="wa_userinfo_b3"> <if test="postCount:|:$author['member_id']"></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> </div> <if test="authorwarn:|:$author['show_warn']"> <div style="margin-top: 5px; margin-bottom: 5px;"> <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&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['warn_status'], $author['warn_level'] )"}</a> </div> </if> <div class="wa_userinfo_b4"> <div class="left wa_userinfo_b4_1"> <div> <span class="wa_userinfo_b4_m">Сообщений</span> </div> <div style="padding-top: 5px;"> <span style="font-size: 15px;">{$author['posts']}</span> </div> </div> <div class="right wa_userinfo_b4_1"> <div><span class="wa_userinfo_b4_m">Тем</span></div> <div style="padding-top: 5px;"><span style="font-size: 15px;"><if test="avatar:|:$author['member_id']"></if></span></div> </div> </div> </div> Надо убрать вот эту точку, что будет на скрине прикреплён... Link to comment https://ipbmafia.ru/topic/20301-problemy-s-userinfopane/ Share on other sites Больше вариантов
1 сентября, 20186 yr comment_150949 <div class="wa_userinfo" itemscope itemtype="http://schema.org/Person" class='user_details'> <span class="hide" itemprop="name">{$author['members_display_name']}</span> <if test="$author['customization']['bg_url']!=''"> <div class="wa_userinfo_bg" style="height:110px;background: url(<if test="strrpos($author['customization']['bg_url'], "http://") === false">{$this->settings['board_url']}/uploads/</if>{$author['customization']['bg_url']}) !important;background-size: 100% 100% !important;"></div> <else /> <div class="wa_userinfo_bg"></div> </if> <div class="wa_userinfo_b1"> <img src="{$author['pp_thumb_photo']}"> </div> <ul> <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> </ul> <div class="wa_userinfo_b3"> <if test="postCount:|:$author['member_id']"></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> </div> <if test="authorwarn:|:$author['show_warn']"> <div style="margin-top: 5px; margin-bottom: 5px;"> <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&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['warn_status'], $author['warn_level'] )"}</a> </div> </if> <div class="wa_userinfo_b4"> <div class="left wa_userinfo_b4_1"> <div> <span class="wa_userinfo_b4_m">Сообщений</span> </div> <div style="padding-top: 5px;"> <span style="font-size: 15px;">{$author['posts']}</span> </div> </div> <div class="right wa_userinfo_b4_1"> <div><span class="wa_userinfo_b4_m">Тем</span></div> <div style="padding-top: 5px;"><span style="font-size: 15px;"><if test="avatar:|:$author['member_id']"></if></span></div> </div> </div> </div> Link to comment https://ipbmafia.ru/topic/20301-problemy-s-userinfopane/?&do=findComment&comment=150949 Share on other sites Больше вариантов
1 сентября, 20186 yr Author comment_150950 2 часа назад, WOLF сказал: <div class="wa_userinfo" itemscope itemtype="http://schema.org/Person" class='user_details'> <span class="hide" itemprop="name">{$author['members_display_name']}</span> <if test="$author['customization']['bg_url']!=''"> <div class="wa_userinfo_bg" style="height:110px;background: url(<if test="strrpos($author['customization']['bg_url'], "http://") === false">{$this->settings['board_url']}/uploads/</if>{$author['customization']['bg_url']}) !important;background-size: 100% 100% !important;"></div> <else /> <div class="wa_userinfo_bg"></div> </if> <div class="wa_userinfo_b1"> <img src="{$author['pp_thumb_photo']}"> </div> <ul> <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> </ul> <div class="wa_userinfo_b3"> <if test="postCount:|:$author['member_id']"></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> </div> <if test="authorwarn:|:$author['show_warn']"> <div style="margin-top: 5px; margin-bottom: 5px;"> <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&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['warn_status'], $author['warn_level'] )"}</a> </div> </if> <div class="wa_userinfo_b4"> <div class="left wa_userinfo_b4_1"> <div> <span class="wa_userinfo_b4_m">Сообщений</span> </div> <div style="padding-top: 5px;"> <span style="font-size: 15px;">{$author['posts']}</span> </div> </div> <div class="right wa_userinfo_b4_1"> <div><span class="wa_userinfo_b4_m">Тем</span></div> <div style="padding-top: 5px;"><span style="font-size: 15px;"><if test="avatar:|:$author['member_id']"></if></span></div> </div> </div> </div> Спасибо огромное, выручили Link to comment https://ipbmafia.ru/topic/20301-problemy-s-userinfopane/?&do=findComment&comment=150950 Share on other sites Больше вариантов
1 сентября, 20186 yr Author comment_150951 Всё по этой же причине, но уже в другом месте. И шрифт другой стал... Был установлен только хук topicsStarted ( Английская версия ), т.к в веб-аске не отображаются сколько было создано тем... ( устанавливаю русскую версию с этого форума, кол-во тем отображаются не там где надо )... Хук с английской версией взят с комплекта с шаблоном webask Link to comment https://ipbmafia.ru/topic/20301-problemy-s-userinfopane/?&do=findComment&comment=150951 Share on other sites Больше вариантов
1 сентября, 20186 yr comment_150952 не вижу данного стиля на форуме Link to comment https://ipbmafia.ru/topic/20301-problemy-s-userinfopane/?&do=findComment&comment=150952 Share on other sites Больше вариантов
1 сентября, 20186 yr Author comment_150953 2 часа назад, WOLF сказал: не вижу данного стиля на форуме Он был недоступен всем) Теперь виден Link to comment https://ipbmafia.ru/topic/20301-problemy-s-userinfopane/?&do=findComment&comment=150953 Share on other sites Больше вариантов
1 сентября, 20186 yr comment_150954 2 минуты назад, Abnormal сказал: Он был недоступен всем) Теперь виден в ipb_styles.css добавить: li.post_count.desc.lighter { list-style-type: none; } Link to comment https://ipbmafia.ru/topic/20301-problemy-s-userinfopane/?&do=findComment&comment=150954 Share on other sites Больше вариантов
1 сентября, 20186 yr Author comment_150955 2 часа назад, WOLF сказал: в ipb_styles.css добавить: li.post_count.desc.lighter { list-style-type: none; } А как размер подправить, чтоб совпадал с сообщениями?) Link to comment https://ipbmafia.ru/topic/20301-problemy-s-userinfopane/?&do=findComment&comment=150955 Share on other sites Больше вариантов
1 сентября, 20186 yr comment_150956 3 минуты назад, Abnormal сказал: А как размер подправить, чтоб совпадал с сообщениями?) li.post_count.desc.lighter { list-style-type: none; font-size: 15px; } Link to comment https://ipbmafia.ru/topic/20301-problemy-s-userinfopane/?&do=findComment&comment=150956 Share on other sites Больше вариантов
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.