Jump to content

Добавляем ID пользователя в его профиль

Данная модификация позволит отображать ID (номер) пользователя в информации его профиля.

Заходим в:
Админцентр > Внешний вид > Ваш стиль > userInfoPane

Находим:

<li class='post_count desc lighter'>
                                            {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']}
                            </li>
                            </if>
            </ul>


Вставляем перед </ul>:

<span class="post_count desc lighter">Пользователь №{$author['member_id']}</span>


Результат:
Изображение

Авто статьи: Doogle

User Feedback

Recommended Comments

Комментариев пока нет

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
Добавить комментарий...