Posted 20 апреля, 20231 yr comment_192494 Hello everyone, I saw in some forum that the reputation configuration will be like in IPB3. I didn't try but I understood that a mod was released on the subject and this guide adds without a mod and in a more normal place. Just in the template file forums/front/topics/postContainer in line 94 add: <li data-role='reputation-badge'> {template="reputationBadge" group="global" app="core" params="$comment->author()"} </li> I would appreciate it if you took a screenshot to show the results Russian Всем привет, Я видел на каком-то форуме, что конфигурация репутации будет как в IPB3. Я не пробовал но понял что на эту тему вышел мод и этот гайд добавляет без мода и в более нормальное место. Просто в файле шаблона forums/front/topics/postContainer в строке 94 добавляем: <li data-role='reputation-badge'> {template="reputationBadge" group="global" app="core" params="$comment->author()"} </li> Я был бы признателен, если бы вы сделали скриншот, чтобы показать результаты Credit to Klub Malawi
20 апреля, 20231 yr comment_192502 3 часа назад, MrHaim сказал: Всем привет, Я видел на каком-то форуме, что конфигурация репутации будет как в IPB3. Я не пробовал но понял что на эту тему вышел мод и этот гайд добавляет без мода и в более нормальное место. Просто в файле шаблона forums/front/topics/postContainer в строке 94 добавляем: <li data-role='reputation-badge'> {template="reputationBadge" group="global" app="core" params="$comment->author()"} </li> Я был бы признателен, если бы вы сделали скриншот, чтобы показать результаты Вставьте на 93 строку: <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> {template="reputationBadge" group="global" app="core" params="$comment->author()"} <li> {{if \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'members', 'front' ) ) }} <a href="{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}&do=content" seoTemplate="profile_content" seoTitle="$comment->author()->members_seo_name"}" rel="nofollow" title="{lang="member_post_count" pluralize="$comment->author()->member_posts"}" data-ipsTooltip class="ipsType_blendLinks"> {{endif}} <i class="fa fa-comment"></i> {number="$comment->author()->member_posts" format="short"} {{if \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'members', 'front' ) ) }} </a> {{endif}} </li> </ul> </li>
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.