Posted 7 июля, 20213 yr comment_170373 Здравствуйте! Позле апгрейда до 4.6.3 под именами пользователей стали отображатся звания, скрин прикрепил. В админке есть настройка, выключил, но звания все еще отображаются. Кто-нибудь сталкивался с подобной проблемой?
12 июля, 20213 yr Author comment_170525 Здесь? Appearance -> Default -> Template -> Core -> globalTemplate Немогу найти Звания..
13 июля, 20213 yr comment_170527 9 часов назад, Forumuser сказал: Здесь? Appearance -> Default -> Template -> Core -> globalTemplate Немогу найти Звания.. смотря где они нужны. если в темах, то в: forums -> topics -> postContainer. Edited 13 июля, 20213 yr by by_ix
14 июля, 20213 yr Author comment_170557 [quote]{{elseif $comment->author()->rank['title'] && $comment->author()->member_id}} <li data-role='rank-title' class='ipsType_break'>{$comment->author()->rank['title']}</li> {{endif}} {{if $comment->author()->rank['image'] && $comment->author()->member_id}} <li data-role='rank-image'>{$comment->author()->rank['image']|raw}</li> {{endif}}[/quote] Вот эту часть?
14 июля, 20213 yr comment_170558 10 минут назад, Forumuser сказал: Вот эту часть? вообще вот это: Спойлер {{if !$comment->isAnonymous() and $comment->author()->canHaveAchievements() and \IPS\core\Achievements\Rank::show() and $rank = $comment->author()->rank()}} {$rank->html( 'cAuthorPane_badge cAuthorPane_badge--rank ipsOutline ipsOutline:2px' )|raw} {{endif}} но, это дефолтный шаблон?
15 июля, 20213 yr Author comment_170586 On 7/14/2021 at 3:03 PM, by_ix said: вообще вот это: Hide contents {{if !$comment->isAnonymous() and $comment->author()->canHaveAchievements() and \IPS\core\Achievements\Rank::show() and $rank = $comment->author()->rank()}} {$rank->html( 'cAuthorPane_badge cAuthorPane_badge--rank ipsOutline ipsOutline:2px' )|raw} {{endif}} но, это дефолтный шаблон? Проблема в том, что в моем шаблоне уже нет этого кода..
16 июля, 20213 yr comment_170603 поставь дефолтный, либо любой другой для 4.6 и жди обновления своего от его создателя.
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.