Fantik Posted March 12, 2018 Share Posted March 12, 2018 (edited) По дефолту в ips 4.2.8, сообщения требующие одобрения модератора помечаются такЛегко просмотреть В ipb 3.4.6 значительно заметнее выделялось на главнойИ в списке тем аналогично Как можно сделать в 4.2.8 нечто подобное, где и как поправить?Заменить восклицательный красный знак, на длинную надпись "в очереди" Edited March 12, 2018 by Fantik Link to comment Share on other sites More sharing options...
newbie Posted March 12, 2018 Share Posted March 12, 2018 Можно ограничиться редактированием cssВ custom.css добавить .cForumRow .ipsDataItem_stats .ipsType_warning .fa-warning:before, .cTopicList .ipsDataItem_stats .ipsType_warning .fa-warning:before { background: #ED7710; content: "В очереди"; display: inline-block; height: 15px; line-height: 15px; padding: 0 5px; font-size: 9px; font-weight: bold; text-transform: uppercase; color: #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; vertical-align: middle; } Стили взяты с 3-ки 2 Link to comment Share on other sites More sharing options...
Fantik Posted March 12, 2018 Author Share Posted March 12, 2018 спасибо за оперативный ответ, всё работает :rolleyes: Link to comment Share on other sites More sharing options...
Recommended Posts
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