cane_cc72 Posted February 1, 2016 Share Posted February 1, 2016 Under profile pic it has the text name of user group so say its Admin and then you add a group rank image now you have the text "Admin" with a rank image under it that has Admin kinda looks tacky or defeats the purpose of the group rank image is there away to not display the group text name and just the group image? Link to comment Share on other sites More sharing options...
Birman Posted February 1, 2016 Share Posted February 1, 2016 AdminCP -> Customization -> your active theme -> Edit HTML and CSS -> TEMPLATES -> forum -> topics -> postContainer There's a line like this <li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li> Just comment this out or remove it. Be mindful of some plugins though, as one of my plugins actually makes a copy of postContainer, so no matter the changes I made they didn't reflect on actual posts. I was wondering for a good 30 minutes as to what's going on. Link to comment Share on other sites More sharing options...
Dean_ Posted February 1, 2016 Share Posted February 1, 2016 Basically what I've always done, I've never seen the need for it to say Admin, and then have a group image icon underneath saying the same. Link to comment Share on other sites More sharing options...
cane_cc72 Posted February 3, 2016 Author Share Posted February 3, 2016 Thank You for the help. Link to comment Share on other sites More sharing options...
steve00 Posted February 3, 2016 Share Posted February 3, 2016 could use css to remove the text ... no need to alter template Link to comment Share on other sites More sharing options...
cane_cc72 Posted February 4, 2016 Author Share Posted February 4, 2016 19 hours ago, steve00 said: could use css to remove the text ... no need to alter template How would you code that in custom css Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.