what the i kno that person from here, seems he used a lot he learned over here and did a script then sold in on the marketplace
ah well his code isnt perfect but its got majority of the collective codes that can be found on this website i must commend him on doing something amazing like that while i now break it apart and reconstruct it, maybe i can sell it on the webs for lots of cookies afterwards? jk jk anyway lets start with the dissection
and repairing
this
<li class='ipsType_light andrew-modern-topic'><span class='st'><i class="fa fa-check-circle"></i> Title:</span><span class='dr'>{$comment->author()->member_title}</span></li>
to
{{if $comment->author()->member_title & $comment->author()->rank['title']}}
<li class='ipsType_light andrew-modern-topic'><span class='st'><i class="fa fa-check-circle"></i> Title:</span><span class='dr'>{$comment->author()->member_title}</span></li>{{else}}<li class='ipsType_light andrew-modern-topic'><span class='st'><i class="fa fa-check-circle"></i> Title:</span><span class='dr'>{$comment->author()->rank['title']}</span></li>{{endif}
and to hide the reputation next to your name
look for this part of the code in postContainer
<h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break' itemprop="creator" itemscope itemtype="http://schema.org/Person"><strong itemprop="name">{$comment->author()->link( $comment->warningRef() )|raw}</strong> <span class='ipsResponsive_showPhone ipsResponsive_inline'> {template="reputationBadge" group="global" app="core" params="$comment->author()"}</span></h3>
and change the
<span class='ipsResponsive_showPhone ipsResponsive_inline'>
to
<span class='ipsResponsive_hidePhone ipsResponsive_inline'>
and ur basically done