Раскрашиваем пользователей в темах
В списке пользователей на главном экране они цветные (цвет группы), а в темах-сообщениях нет, непорядочек..
файл action_public/topics.php
найти
//----------------------------------------- // Fix up the membername so it links to the members profile //----------------------------------------- if ( $poster['id'] ) {
добавить после
$poster['members_display_name_short'] = $this->ipsclass->make_name_formatted( $poster['members_display_name_short'], $poster['mgroup'] );
- 1
Sign in to follow this
Followers
0
3 Comments
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now