Poster IP in Viewtopic

I made some modification in extension - Poster IP in Viewtopic

I made some modification in extension

by bzozoo » Fri Jul 19, 2019 5:56 pm

1.
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 -->
I have a moderator/basic-administrator group, so they can not see Administrator's IP-s but they can see other users IP-s
bzozoo
Registered User
Posts: 40
Joined: Mon Feb 11, 2019 6:33 am