Posted 2 декабря, 201310 yr comment_48085 Название: Reputation bar in user info Rus Добавил: WzGeee Добавлен: 02 Дек 2013 Категория: Русские хуки и моды IP.Board всех версий. Автор локализации: WzGeee Оригинальное название: Reputation bar in user info Версия IP.Board: 3.3.x, 3.4.x Хук добавляет прогрессирующую полоску репутации под аватар при просмотре темы Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/ Share on other sites Больше вариантов
2 декабря, 201310 yr comment_48095 Отлично,молодец! Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=48095 Share on other sites Больше вариантов
16 декабря, 201310 yr comment_49189 Спасибо, на 3.4.5 работает! А вчера скачивал с другого сайта и поставил, а он не работает, а ваш супер, спасибо ещё раз. К стати, я вот только не пойму по каким критериям ставиться репутация? От куда берётся? Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=49189 Share on other sites Больше вариантов
17 декабря, 201310 yr Author comment_49225 Kylaksizov, кнопка справа в сообщении "Нравится" есть. Баллы копятся и выводятся в эту полоску, а она уже и подсчитывает сколько % примерно нужно полоски заполнить, исходя из поставленного максимума в настройках Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=49225 Share on other sites Больше вариантов
16 июня, 201410 yr comment_65880 Всё нормально поставил, но не отоброжает репутацию Что делать? Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65880 Share on other sites Больше вариантов
16 июня, 201410 yr Author comment_65885 Fantic, настроить хук и хорошо залить картинки. Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65885 Share on other sites Больше вариантов
16 июня, 201410 yr comment_65886 Не на столько я глуп всё сделал, перепроверил всё, перезаливал. Не отображает почему то. Я так понял мне не кто не поможет? Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65886 Share on other sites Больше вариантов
16 июня, 201410 yr comment_65891 Я так понял мне не кто не поможет?Подобное будете писать, когда будете платить за помощь. Тогда хоть ежеминутно шлите мессаджи. А тут все на добровольной основе: есть время - ответят, нет - ждите. Всё нормально поставил, но не отоброжает репутацию 1. Скопируйте и вставьте сюда в пост код шаблона userInfoPane 2, Покажите настройки хука Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65891 Share on other sites Больше вариантов
16 июня, 201410 yr comment_65894 <div class='user_details'> <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'> <a href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}" class='ipsUserPhotoLink'> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> </a> </li> <else /> <li class='avatar'> <img src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </li> </if> <if test="rankimage:|:$author['member_rank_img']"> <center><li class='group_icon'></center> <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="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> <li><span class='ft'>{$this->lang->words['m_posts']}</span> <span class='fc'>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</span></li> <if test="authorwarn:|:$author['show_warn']"> <if test="$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> <li class='mp'> <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['warn_status'], $author['warn_level'] )"}</a> </li></li> </if> </if> </ul> </ul> </if> </div> Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65894 Share on other sites Больше вариантов
16 июня, 201410 yr comment_65895 <li><span class='ft'>{$this->lang->words['m_posts']}</span> <span class='fc'>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</span></li> замените на <if test="postCount:|:$author['member_id']"> <li> <span class='ft'>{$this->lang->words['m_posts']}</span> <span class='fc'>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</span> </li> </if> П.С. Логика не правильна в коде. Совать в блок доп. полей сообщения и варнинги - не правильно.Да и вообще автору сей переделки нужно руки оторвать уже за то, что удалил метки. Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65895 Share on other sites Больше вариантов
16 июня, 201410 yr comment_65896 Ну я его отругаю Спасибо Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65896 Share on other sites Больше вариантов
16 июня, 201410 yr comment_65898 И ещё вопрос как убрать эти строки "Сообщения" "Балы предупреждения" просто что бы отображало репутацию. Что именно из кода нужно удалить? Edited 16 июня, 201410 yr by Fantic Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65898 Share on other sites Больше вариантов
16 июня, 201410 yr Author comment_65901 Fantic, вот это уже не относится к хуку и должно идти в отдельную тему Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=65901 Share on other sites Больше вариантов
10 июля, 201410 yr comment_67941 Не заполняется полоса Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=67941 Share on other sites Больше вариантов
11 июля, 201410 yr Author comment_67962 ForeverButthurt, картинки не залились. Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=67962 Share on other sites Больше вариантов
11 июля, 201410 yr comment_67977 извините и вправду моя вина папкой ошибся Edited 11 июля, 201410 yr by ForeverButthurt Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=67977 Share on other sites Больше вариантов
17 октября, 201410 yr comment_72659 у меня тоже не заполняется. все прально залил. Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=72659 Share on other sites Больше вариантов
17 октября, 201410 yr Author comment_72665 Moore, значит все-таки не правильно.. Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=72665 Share on other sites Больше вариантов
29 ноября, 20149 yr comment_74924 Как поправить: сделать промежуто между репутацией и сообщениями Упс, картинки нет. Edited 29 ноября, 20149 yr by WzGeee Скриншоты прикреплять к сообщению! Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=74924 Share on other sites Больше вариантов
11 января, 20159 yr comment_78032 Куда же его заливать ? Вот так оно должен быт ? он же не цветной Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=78032 Share on other sites Больше вариантов
11 января, 20159 yr comment_78033 неберет определенное количество репы и позеленеет Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=78033 Share on other sites Больше вариантов
5 августа, 20177 yr comment_133955 Где все файли... скачать никак! файла нету уПС мы не смогли найти для вас файл Link to comment https://ipbmafia.ru/topic/6223-reputation-bar-in-user-info-rus/?&do=findComment&comment=133955 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.