DarthOld Posted May 23, 2018 Share Posted May 23, 2018 Ранги(звания) и звезды в одну строку как можно сделать? Пользователь на одной строке, а звезды на другой. МОжно как то сделать, что бы и то и другое было в одну строку? Я хочу вместо звезды лычки сделать. Link to comment Share on other sites More sharing options...
DarthOld Posted May 23, 2018 Author Share Posted May 23, 2018 (edited) <ul class='cAuthorPane_info ipsList_reset'>{{if $comment->author()->rank['image'] && $comment->author()->member_id}} {{if $comment->author()->member_title && $comment->author()->member_id}} <li class='ipsType_break'>{$comment->author()->rank['image']|raw}{$comment->author()->member_title}</li> {{elseif $comment->author()->rank['title'] && $comment->author()->member_id}} <li class='ipsType_break'>{$comment->author()->rank['image']|raw}{$comment->author()->rank['title']}</li> {{endif}} {{endif}} Edited May 23, 2018 by DarthOld 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