<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : xtemplate help</title>
		<link>https://www.cotonti.com</link>
		<description>Останні повідомлення в темі</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 18:04:16 -0000</pubDate>

		<item>
			<title>fraze</title>
			<description><![CDATA[<p>
	i put in &lt;!-- IF {PHP.usr.maingrp} &gt;= 5 --&gt;</p>
<p>
	so any user with a maingroup number higher than this can see the block.  essentially on my site it allows only admins (group 5) and custom usergroups (6+) to see the block. </p>
<p>
	thanks for the help :)<br />
	 </p>
]]></description>
			<pubDate>Thu, 16 Сер 2012 09:22:19 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7047&d=0#post35167]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[<p>
	If you want to allow multiple groups to access whatever is in the block you can use something like this:</p>
<pre class="brush:xml;">
&lt;!-- IF {PHP.usr.maingrp} == 6 OR {PHP.usr.maingrp} == 7 --&gt;
Your block here
&lt;!-- ENDIF --&gt;</pre>
]]></description>
			<pubDate>Thu, 16 Сер 2012 01:14:05 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7047&d=0#post35164]]></link>
		</item>
		<item>
			<title>fraze</title>
			<description><![CDATA[<p>
	it doesnt appear to work unfortunately.  is there a list of the php.usr.x tags anywhere?</p>
<p><strong>Added 1 minutes later:</strong></p><p>
	scratch that - working now :)</p>
]]></description>
			<pubDate>Ср, 15 Сер 2012 22:01:31 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7047&d=0#post35163]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[<p>
	Try this, Fraze:</p>
<pre class="brush:xml;">
&lt;!-- IF {PHP.usr.maingrp} == 6 --&gt;
Your block here
&lt;!-- ENDIF --&gt;</pre>
<p>
	 </p>
]]></description>
			<pubDate>Ср, 15 Сер 2012 21:56:06 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7047&d=0#post35162]]></link>
		</item>
		<item>
			<title>fraze</title>
			<description><![CDATA[<p>
	Hi Guys</p>
<p>
	 </p>
<p>
	I'd like to be able to show a logic block to certain groups.  is there any easy way I can do this??  is the following correct?</p>
<pre class="brush:plain;">
&lt;!-- IF  {PHP.g} &gt;= 6  --&gt;</pre>
<p>
	 </p>
]]></description>
			<pubDate>Ср, 15 Сер 2012 20:55:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7047&d=0#post35161]]></link>
		</item>
	</channel>
</rss>