<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Page comments</title>
		<link>http://www.ssbits.com/home/</link>
		<atom:link href="http://www.ssbits.com/home/" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title></title>
			<link>http://www.ssbits.com/snippets/2009/permissions/#PageComment_2414</link>
			<description>Hi..I am working on the permission currently.i have assigned permissions to my custom modules under the permission  tab(in security )but what i want is to have individual checkbox to edit/Add/Delete in front of each module so that depending on the permission to add edit and Delete i can add code to my modules..</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/snippets/2009/permissions/#PageComment_2414</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/snippets/2009/permissions/#PageComment_314</link>
			<description>I have Silverstripe setup in a DEV environment on my local machine, then I push to the LIVE server.  
After trying to use Member::currentUser()-&gt;inGroup($GroupID) I found that it was breaking between my local version and the Live version.  So I found (probably what most people already know) that the inGroup() can check for 3 different types of variables.

Group.ID, Group.Title or Group.Code

So you can use Member::currentUser()-&gt;inGroup('Administrators'); or Member::currentUser()-&gt;inGroup('content-authors'); and it wont break if the ID is different between different versions of your site.</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/snippets/2009/permissions/#PageComment_314</guid>
		</item>
		

	</channel>
</rss>