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> Надо убрать вот эту точку, что будет на скрине прикреплён...
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>
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> Спасибо огромное, выручили
1 сентября, 20186 yr Author comment_150951 Всё по этой же причине, но уже в другом месте. И шрифт другой стал... Был установлен только хук topicsStarted ( Английская версия ), т.к в веб-аске не отображаются сколько было создано тем... ( устанавливаю русскую версию с этого форума, кол-во тем отображаются не там где надо )... Хук с английской версией взят с комплекта с шаблоном webask
1 сентября, 20186 yr Author comment_150953 2 часа назад, WOLF сказал: не вижу данного стиля на форуме Он был недоступен всем) Теперь виден
1 сентября, 20186 yr comment_150954 2 минуты назад, Abnormal сказал: Он был недоступен всем) Теперь виден в ipb_styles.css добавить: li.post_count.desc.lighter { list-style-type: none; }
1 сентября, 20186 yr Author comment_150955 2 часа назад, WOLF сказал: в ipb_styles.css добавить: li.post_count.desc.lighter { list-style-type: none; } А как размер подправить, чтоб совпадал с сообщениями?)
1 сентября, 20186 yr comment_150956 3 минуты назад, Abnormal сказал: А как размер подправить, чтоб совпадал с сообщениями?) li.post_count.desc.lighter { list-style-type: none; font-size: 15px; }
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.