<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Hide statistic at visitors]]></title>
		<link>https://punbb.informer.com/forums/topic/26205/hide-statistic-at-visitors/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/26205/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Hide statistic at visitors.]]></description>
		<lastBuildDate>Sat, 29 Jun 2013 14:59:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Hide statistic at visitors]]></title>
			<link>https://punbb.informer.com/forums/post/149775/#p149775</link>
			<description><![CDATA[<p>Thank you Trace! it work!</p>]]></description>
			<author><![CDATA[null@example.com (fagiano1973)]]></author>
			<pubDate>Sat, 29 Jun 2013 14:59:55 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/149775/#p149775</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hide statistic at visitors]]></title>
			<link>https://punbb.informer.com/forums/post/149773/#p149773</link>
			<description><![CDATA[<p>You can use this conditional:<br /></p><div class="codebox"><pre><code>if (!$forum_user[&#039;is_guest&#039;])
{
stats code
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Trace)]]></author>
			<pubDate>Sat, 29 Jun 2013 13:06:00 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/149773/#p149773</guid>
		</item>
		<item>
			<title><![CDATA[Hide statistic at visitors]]></title>
			<link>https://punbb.informer.com/forums/post/149759/#p149759</link>
			<description><![CDATA[<p>Hello, <br />I&#039;m looking for a way to make it invisible to visitors who are not logged the statistics of the forum....</p><p>in index.php file there is :</p><div class="codebox"><pre><code>&lt;div id=&quot;brd-stats&quot; class=&quot;gen-content&quot;&gt;
&lt;h2 class=&quot;hn&quot;&gt;&lt;span&gt;&lt;?php echo $lang_index[&#039;Statistics&#039;] ?&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;?php echo implode(&quot;\n\t\t&quot;, $stats_list).&quot;\n&quot; ?&gt;
&lt;/ul&gt;
&lt;/div&gt;</code></pre></div><p>Is possible with php write something like :<br /></p><div class="codebox"><pre><code>if (user not logged ){hide statistic};
else {show statistic};</code></pre></div><p>Or other way...</p><p>thank you</p>]]></description>
			<author><![CDATA[null@example.com (fagiano1973)]]></author>
			<pubDate>Fri, 28 Jun 2013 09:30:34 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/149759/#p149759</guid>
		</item>
	</channel>
</rss>
