<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — prevent moderators to see ip?]]></title>
		<link>https://punbb.informer.com/forums/topic/14389/prevent-moderators-to-see-ip/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/14389/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in prevent moderators to see ip?.]]></description>
		<lastBuildDate>Mon, 15 Jan 2007 04:06:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: prevent moderators to see ip?]]></title>
			<link>https://punbb.informer.com/forums/post/84916/#p84916</link>
			<description><![CDATA[<p>I think Craig has the right idea, but &#039;g_global_moderation&#039; is not in the standard viewtopic.php file?</p><p><strong>Open:</strong> viewtopic.php</p><p><strong>Find:</strong><br /></p><div class="codebox"><pre><code>        if ($pun_user[&#039;g_id&#039;] &lt; PUN_GUEST)
        {
            $user_info[] = &#039;&lt;dd&gt;IP: &lt;a href=&quot;moderate.php?get_host=&#039;.$cur_post[&#039;id&#039;].&#039;&quot;&gt;&#039;.$cur_post[&#039;poster_ip&#039;].&#039;&lt;/a&gt;&#039;;</code></pre></div><p><strong>Replace with:</strong><br /></p><div class="codebox"><pre><code>        if ($pun_user[&#039;g_id&#039;] == PUN_ADMIN)
        {
            $user_info[] = &#039;&lt;dd&gt;IP: &lt;a href=&quot;moderate.php?get_host=&#039;.$cur_post[&#039;id&#039;].&#039;&quot;&gt;&#039;.$cur_post[&#039;poster_ip&#039;].&#039;&lt;/a&gt;&#039;;</code></pre></div><p>Edit: Like Craig said, this appears twice; Just above and below this comment:<br /></p><div class="codebox"><pre><code>    // If the poster is a guest (or a user that has been deleted)</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (guardian34)]]></author>
			<pubDate>Mon, 15 Jan 2007 04:06:40 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/84916/#p84916</guid>
		</item>
		<item>
			<title><![CDATA[Re: prevent moderators to see ip?]]></title>
			<link>https://punbb.informer.com/forums/post/84903/#p84903</link>
			<description><![CDATA[<p>In viewtopic.php, find:<br /></p><div class="codebox"><pre><code>if ($pun_user[&#039;g_id&#039;] &lt; PUN_GUEST || $pun_user[&#039;g_global_moderation&#039;])</code></pre></div><p>(There should be two instances)<br />Change both to:<br /></p><div class="codebox"><pre><code>if ($pun_user[&#039;g_id&#039;] &lt; &quot;2&quot;</code></pre></div><p>Quick browse through, but I think that should do it :S</p>]]></description>
			<author><![CDATA[null@example.com (Craig)]]></author>
			<pubDate>Mon, 15 Jan 2007 00:59:04 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/84903/#p84903</guid>
		</item>
		<item>
			<title><![CDATA[prevent moderators to see ip?]]></title>
			<link>https://punbb.informer.com/forums/post/84655/#p84655</link>
			<description><![CDATA[<p>How do I prevent my moderators to se the users ip?</p>]]></description>
			<author><![CDATA[null@example.com (getagrip)]]></author>
			<pubDate>Wed, 10 Jan 2007 20:19:18 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/84655/#p84655</guid>
		</item>
	</channel>
</rss>
