<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[PunBB Forums - Hide my IP's users]]></title>
	<link rel="self" href="http://punbb.informer.com/forums/feed/atom/topic/21152/"/>
	<updated>2009-06-02T08:50:52Z</updated>
	<generator>PunBB</generator>
	<id>http://punbb.informer.com/forums/topic/21152/hide-my-ips-users/</id>
		<entry>
			<title type="html"><![CDATA[Re: Hide my IP's users]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128131/#p128131"/>
			<content type="html"><![CDATA[<p>&quot;FORUM_ADMIN&quot; is the id of administrator&#039;s group.</p>]]></content>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/13265/</uri>
			</author>
			<updated>2009-06-02T08:50:52Z</updated>
			<id>http://punbb.informer.com/forums/post/128131/#p128131</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hide my IP's users]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128117/#p128117"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[8k84]]></name>
				<uri>http://punbb.informer.com/forums/user/14280/</uri>
			</author>
			<updated>2009-06-01T15:33:04Z</updated>
			<id>http://punbb.informer.com/forums/post/128117/#p128117</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hide my IP's users]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128098/#p128098"/>
			<content type="html"><![CDATA[<p>Maybe this <a href="http://punbb.informer.com/forums/topic/21297/md5-encoded-ip-addresses/">topic</a> will help you.</p>]]></content>
			<author>
				<name><![CDATA[Parpalak]]></name>
				<uri>http://punbb.informer.com/forums/user/13581/</uri>
			</author>
			<updated>2009-06-01T08:22:28Z</updated>
			<id>http://punbb.informer.com/forums/post/128098/#p128098</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hide my IP's users]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128096/#p128096"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Slavok]]></name>
				<uri>http://punbb.informer.com/forums/user/13265/</uri>
			</author>
			<updated>2009-06-01T06:27:14Z</updated>
			<id>http://punbb.informer.com/forums/post/128096/#p128096</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hide my IP's users]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128092/#p128092"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[SiCo]]></name>
				<uri>http://punbb.informer.com/forums/user/15033/</uri>
			</author>
			<updated>2009-05-31T22:30:34Z</updated>
			<id>http://punbb.informer.com/forums/post/128092/#p128092</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hide my IP's users]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128069/#p128069"/>
			<content type="html"><![CDATA[<p>is it possible to hide it from mods then? how?</p>]]></content>
			<author>
				<name><![CDATA[frozen.fish]]></name>
				<uri>http://punbb.informer.com/forums/user/15533/</uri>
			</author>
			<updated>2009-05-30T10:06:39Z</updated>
			<id>http://punbb.informer.com/forums/post/128069/#p128069</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hide my IP's users]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/124757/#p124757"/>
			<content type="html"><![CDATA[<p>The IPs are not visible to non admins/moderators</p>]]></content>
			<author>
				<name><![CDATA[colak]]></name>
				<uri>http://punbb.informer.com/forums/user/2783/</uri>
			</author>
			<updated>2009-02-17T09:09:52Z</updated>
			<id>http://punbb.informer.com/forums/post/124757/#p124757</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Hide my IP's users]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/124734/#p124734"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[pach]]></name>
				<uri>http://punbb.informer.com/forums/user/14902/</uri>
			</author>
			<updated>2009-02-16T19:43:25Z</updated>
			<id>http://punbb.informer.com/forums/post/124734/#p124734</id>
		</entry>
</feed>
