<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - Hide my IP's users]]></title>
		<link>http://punbb.informer.com/forums/topic/21152/hide-my-ips-users/</link>
		<description><![CDATA[The most recent posts in Hide my IP's users.]]></description>
		<lastBuildDate>Tue, 02 Jun 2009 08:50:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Hide my IP's users]]></title>
			<link>http://punbb.informer.com/forums/post/128131/#p128131</link>
			<description><![CDATA[<p>&quot;FORUM_ADMIN&quot; is the id of administrator&#039;s group.</p>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Tue, 02 Jun 2009 08:50:52 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128131/#p128131</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hide my IP's users]]></title>
			<link>http://punbb.informer.com/forums/post/128117/#p128117</link>
			<description><![CDATA[<div class="quotebox"><cite>Slavok wrote:</cite><blockquote><p>To hide IP from moderators you can use this code in hook &quot;vt_row_pre_display&quot;:<br /></p><div class="codebox"><pre><code>if (isset($forum_page[&#039;author_info&#039;][&#039;ip&#039;]) &amp;&amp; $forum_user[&#039;g_id&#039;] != FORUM_ADMIN)
    unset($forum_page[&#039;author_info&#039;][&#039;ip&#039;]);</code></pre></div></blockquote></div><p>You mean that FORUM_ADMIN is the Moderators group id?</p>]]></description>
			<author><![CDATA[dummy@example.com (8k84)]]></author>
			<pubDate>Mon, 01 Jun 2009 15:33:04 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128117/#p128117</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hide my IP's users]]></title>
			<link>http://punbb.informer.com/forums/post/128098/#p128098</link>
			<description><![CDATA[<p>Maybe this <a href="http://punbb.informer.com/forums/topic/21297/md5-encoded-ip-addresses/">topic</a> will help you.</p>]]></description>
			<author><![CDATA[dummy@example.com (Parpalak)]]></author>
			<pubDate>Mon, 01 Jun 2009 08:22:28 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128098/#p128098</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hide my IP's users]]></title>
			<link>http://punbb.informer.com/forums/post/128096/#p128096</link>
			<description><![CDATA[<p>To hide IP from moderators you can use this code in hook &quot;vt_row_pre_display&quot;:<br /></p><div class="codebox"><pre><code>if (isset($forum_page[&#039;author_info&#039;][&#039;ip&#039;]) &amp;&amp; $forum_user[&#039;g_id&#039;] != FORUM_ADMIN)
    unset($forum_page[&#039;author_info&#039;][&#039;ip&#039;]);</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Slavok)]]></author>
			<pubDate>Mon, 01 Jun 2009 06:27:14 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128096/#p128096</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hide my IP's users]]></title>
			<link>http://punbb.informer.com/forums/post/128092/#p128092</link>
			<description><![CDATA[<p>Create a plugin and add this to the manifest file<br /></p><div class="codebox"><pre><code>&lt;!--
/**
* Disable IP display for admin and mods
*/ --&gt;
&lt;hook id=&quot;vt_row_pre_display&quot;&gt;&lt;![CDATA[
            
      unset($forum_page[&#039;author_info&#039;][&#039;ip&#039;]);
            
]]&gt;&lt;/hook&gt;</code></pre></div><p>All it does is simply unset the array key that contains the IP before it is displayed on the page.</p>]]></description>
			<author><![CDATA[dummy@example.com (SiCo)]]></author>
			<pubDate>Sun, 31 May 2009 22:30:34 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128092/#p128092</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hide my IP's users]]></title>
			<link>http://punbb.informer.com/forums/post/128069/#p128069</link>
			<description><![CDATA[<p>is it possible to hide it from mods then? how?</p>]]></description>
			<author><![CDATA[dummy@example.com (frozen.fish)]]></author>
			<pubDate>Sat, 30 May 2009 10:06:39 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128069/#p128069</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hide my IP's users]]></title>
			<link>http://punbb.informer.com/forums/post/124757/#p124757</link>
			<description><![CDATA[<p>The IPs are not visible to non admins/moderators</p>]]></description>
			<author><![CDATA[dummy@example.com (colak)]]></author>
			<pubDate>Tue, 17 Feb 2009 09:09:52 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/124757/#p124757</guid>
		</item>
		<item>
			<title><![CDATA[Hide my IP's users]]></title>
			<link>http://punbb.informer.com/forums/post/124734/#p124734</link>
			<description><![CDATA[<p>Hi, thanks a lot for PunBB, I love it <img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>So I just would like to don&#039;t show the IP of my users, how can I do (I didn&#039;t found in the Admin Panel)</p><p>Thanks a lot and excuse my bad english, I&#039;m french <img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>See ya&#039;</p>]]></description>
			<author><![CDATA[dummy@example.com (pach)]]></author>
			<pubDate>Mon, 16 Feb 2009 19:43:25 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/124734/#p124734</guid>
		</item>
	</channel>
</rss>
