Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 1, 20169 yr 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?
February 1, 20169 yr 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.
February 1, 20169 yr 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.
February 4, 20169 yr Author 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
Archived
This topic is now archived and is closed to further replies.