Jump to content

Вывод сообщений под профилем пользователя


Recommended Posts

Здравствуйте, подскажите как можно сделать вывод кол-ва сообщений не в стандартном виде "51 сообщений" а к примеру вот так "Сообщений: 51"

 

Версия IPB 3.4.5

Edited by lexavits
Link to comment
Share on other sites

{$this->lang->words['m_posts']} {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} 

заменить на 

 Сообщений: {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}
Link to comment
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
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...