Posted 12 ноября, 2023Nov 12 comment_197516 IPB 4.7 в мобильной версии форума не отображается репутация напротив ника и аватарки. В ПК версии всё отлично. Шаблон Novus взят тут на форуме. Как сделать, чтоб репутация отображалась? Или хотя бы подскажите какой шаблон за это отвечает. Спасибо! Link to comment https://ipbmafia.ru/topic/26140-reputaciya-v-mobilnoj-versii-foruma/ Share on other sites Больше вариантов
12 ноября, 2023Nov 12 comment_197520 8 часов назад, serge_ms сказал: IPB 4.7 в мобильной версии форума не отображается репутация напротив ника и аватарки. В ПК версии всё отлично. Шаблон Novus взят тут на форуме. Как сделать, чтоб репутация отображалась? Или хотя бы подскажите какой шаблон за это отвечает. Спасибо! Скиньте скрином, что должно отображаться За скрытие в моб версии отвечает ipsResponsive_hidePhone Link to comment https://ipbmafia.ru/topic/26140-reputaciya-v-mobilnoj-versii-foruma/?&do=findComment&comment=197520 Share on other sites Больше вариантов
12 ноября, 2023Nov 12 comment_197523 8 часов назад, serge_ms сказал: IPB 4.7 в мобильной версии форума не отображается репутация напротив ника и аватарки. В ПК версии всё отлично. Шаблон Novus взят тут на форуме. Как сделать, чтоб репутация отображалась? Или хотя бы подскажите какой шаблон за это отвечает. Спасибо! Так там вроде и посты не отображаются, если я правильно понял, то тебе нужно такое: Если да, то идем в редактирования темы Пишем в поиск postContainer В postContainer ищем cAuthorPane_content И вставляем после </h3> это: {template="reputationBadge" group="global" app="core" params="$comment->author()"} Должно получится так: Edited 12 ноября, 2023Nov 12 by D1gaTel Link to comment https://ipbmafia.ru/topic/26140-reputaciya-v-mobilnoj-versii-foruma/?&do=findComment&comment=197523 Share on other sites Больше вариантов
12 ноября, 2023Nov 12 comment_197532 Можно так: <div class='reputation_new'>{template="reputationBadge" group="global" app="core" params="$comment->author()"}</div> После открываем custom.css и вставляем следующее: .reputation_new { margin-top: ; margin-left: ; } CSS выставляй под свой шаблон. Link to comment https://ipbmafia.ru/topic/26140-reputaciya-v-mobilnoj-versii-foruma/?&do=findComment&comment=197532 Share on other sites Больше вариантов
12 ноября, 2023Nov 12 Author comment_197546 @D1gaTel спасибо, всё получилось. Очень выручили! Link to comment https://ipbmafia.ru/topic/26140-reputaciya-v-mobilnoj-versii-foruma/?&do=findComment&comment=197546 Share on other sites Больше вариантов
7 декабря, 2023Dec 7 comment_197974 Это <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> {template="userLink" group="global" app="core" params="$comment->author(), $comment->warningRef(), TRUE, $comment->isAnonymous()"} </h3> Заменить на это <h3 class='ipsComment_author ipsType_blendLinks'> <strong class='ipsType_normal'>{template="userLink" app="core" group="global" params="$comment->author(), $comment->warningRef(), NULL, $comment->isAnonymous()"}</strong> {{if $comment instanceof \IPS\Content\Anonymous and $comment->isAnonymous() and \IPS\Member::loggedIn()->modPermission('can_view_anonymous_posters')}} <a data-ipsHover data-ipsHover-width="370" data-ipsHover-onClick href="{$comment->url( 'reveal' )->csrf()}"><span class="cAuthorPane_badge cAuthorPane_badge_small cAuthorPane_badge--anon" data-ipsTooltip title="{lang="post_anonymously_reveal"}"></span></a> {{endif}} {template="reputationBadge" group="global" app="core" params="$comment->author()"} </h3> И не нужно заниматься ана..змом Link to comment https://ipbmafia.ru/topic/26140-reputaciya-v-mobilnoj-versii-foruma/?&do=findComment&comment=197974 Share on other sites Больше вариантов
7 декабря, 2023Dec 7 comment_197975 Подправил немного <div class='cAuthorPane_content'> <h3 class='ipsComment_author ipsType_blendLinks'> <strong class='cAuthorPane_author'>{template="userLink" app="core" group="global" params="$comment->author(), $comment->warningRef(), NULL, $comment->isAnonymous()"}</strong> {{if $comment instanceof \IPS\Content\Anonymous and $comment->isAnonymous() and \IPS\Member::loggedIn()->modPermission('can_view_anonymous_posters')}} <a data-ipsHover data-ipsHover-width="370" data-ipsHover-onClick href="{$comment->url( 'reveal' )->csrf()}"><span class="cAuthorPane_badge cAuthorPane_badge_small cAuthorPane_badge--anon" data-ipsTooltip title="{lang="post_anonymously_reveal"}"></span></a> {{endif}} {template="reputationBadge" group="global" app="core" params="$comment->author()"} </h3> Link to comment https://ipbmafia.ru/topic/26140-reputaciya-v-mobilnoj-versii-foruma/?&do=findComment&comment=197975 Share on other sites Больше вариантов
7 декабря, 2023Dec 7 comment_197977 2 часа назад, aLEX49566 сказал: <strong class='cAuthorPane_author'> Лучше убрать. Кому надо, можно плагин сделать Link to comment https://ipbmafia.ru/topic/26140-reputaciya-v-mobilnoj-versii-foruma/?&do=findComment&comment=197977 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.