By Steve Kraft on Friday, 17 October 2014
Posted in General Issues
Replies 3
Likes 0
Views 755
Votes 0
Hi again,

I tried to find the simplest way to make a user role visible by icon not by text. Is there allready a solution in the drawer or is this not possible without chaning corefiles?

Best regards,
Steve
Hello Steve,

The best way around this is to use css to style those labels. This way, you don't really need to add any hacks on the core files
·
Saturday, 18 October 2014 01:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

I managed this now with css editing.

border:3px solid;border-radius:50px

It displays a circle around the role-title.

It works fine but only on frontpage.post view on all other views, users without an "role" have an empty circle showing up.


Cheers,
Steve
·
Monday, 20 October 2014 16:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Steve,

I guess you could add some hacks on the frontpage.post.php so that if the user doesn't have any roles, nothing get's displayed.
·
Monday, 20 October 2014 23:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post