Jump to content

Репутация в мобильной версии форума

Featured Replies

IPB 4.7 в мобильной версии форума не отображается репутация напротив ника и аватарки. В ПК версии всё отлично. Шаблон Novus взят тут на форуме. Как сделать, чтоб репутация отображалась? Или хотя бы подскажите какой шаблон за это отвечает. Спасибо!

Link to comment
https://ipbmafia.ru/topic/26140-reputaciya-v-mobilnoj-versii-foruma/
Share on other sites
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
8 часов назад, serge_ms сказал:

IPB 4.7 в мобильной версии форума не отображается репутация напротив ника и аватарки. В ПК версии всё отлично. Шаблон Novus взят тут на форуме. Как сделать, чтоб репутация отображалась? Или хотя бы подскажите какой шаблон за это отвечает. Спасибо!

Так там вроде и посты не отображаются, если я правильно понял, то тебе нужно такое:

image.thumb.png.9d62627e1bb305864c2394e810e5072f.png

Если да, то идем в редактирования темы

Пишем в поиск postContainer
В postContainer ищем cAuthorPane_content
И вставляем после </h3> это:
 

&nbsp; {template="reputationBadge" group="global" app="core" params="$comment->author()"}

Должно получится так:

image.thumb.png.150fce4a27f9734c6753edb6da3e3674.png

Edited by D1gaTel

Link to comment
https://ipbmafia.ru/topic/26140-reputaciya-v-mobilnoj-versii-foruma/?&do=findComment&comment=197523
Share on other sites

Можно так:

<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

@D1gaTel спасибо, всё получилось. Очень выручили!

Link to comment
https://ipbmafia.ru/topic/26140-reputaciya-v-mobilnoj-versii-foruma/?&do=findComment&comment=197546
Share on other sites
  • 4 недели спустя...

Это

			<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

Подправил немного

<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
2 часа назад, aLEX49566 сказал:
<strong class='cAuthorPane_author'>

Лучше убрать. Кому надо, можно плагин сделать

IMG_2233.jpeg

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.


Guest
Ответить в этой теме...

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

  • No registered users viewing this page.