I created a new file in /ext/rmcgirr83/posteripinviewtopic/styles/prosilver/template/event/ directory: viewtopic_body_postrow_content_after.html
So I can see the IP-s atfer comment vontent, not only in contact filed.
2.
I modificated the template event file, I add an if method with
<!-- IF postrow.RANK_TITLE neq "Administrator" -->
Code: Select all
<!-- IF postrow.POSTER_IP_VISIBLE --> <!-- IF postrow.RANK_TITLE neq "Administrator" -->
<dd class="profile-posts"><strong>{L_IP}{L_COLON}</strong> <a href="{postrow.POSTER_IP_WHOIS}" target="_blank">{postrow.POSTER_IP}</a></dd>
<!-- ENDIF -->
<!-- ENDIF -->