Jump to content
WebFlake

Remove admin text under avatar?


qnkov

Recommended Posts


ACP => Edit as html/css , find postContainer, delete

<li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li>
			{{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }}
				<li><img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'></li>
			{{endif}}

 

Link to comment
Share on other sites

9 hours ago, qnkov said:

https://prnt.sc/plm6il

Where we go now, mate? :)

lArm2JL.png

12 hours ago, S!r.ReaDy said:

 find postContainer, delete

<li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li> {{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }} <li><img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'></li> {{endif}}


<li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li>
			{{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }}
				<li><img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'></li>
			{{endif}}

 

 

Link to comment
Share on other sites

https://drive.google.com/file/d/1dr00C2U8t0LVia3tfPr00Tj6CMsd_WzS/view?usp=sharing

Check video. I've tried it in all themes i have. I don't see any other files when clicking in Templates or CSS. Any idea what is wrong? What should i do? Should i update to 4.4.7? And how to do so? What was the steps. :)

Edited by qnkov
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...