<?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/tutorials/2010/dataobjects-as-pages-part-1-keeping-it-simple/#PageComment_2591</link>
			<description>Is there an SS3 tutorial version of this? Or similar?</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2010/dataobjects-as-pages-part-1-keeping-it-simple/#PageComment_2591</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2010/site-members-registering-users-and-allowing-them-to-edit-their-details/#PageComment_2527</link>
			<description>Hi Anujit,

In SS3 you need to use Member::CurrentUser();

Aram</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2010/site-members-registering-users-and-allowing-them-to-edit-their-details/#PageComment_2527</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2010/site-members-registering-users-and-allowing-them-to-edit-their-details/#PageComment_2526</link>
			<description>I am a newbie in silverstripe. While implementing your registration and edit profile module, I am getting an error like 'Call to undefined method Member::CurrentMember() in EditProfilePage.php on line 48'. And I couldn't find the CurrentMember method in Method.php file.

Any idea of the error?</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2010/site-members-registering-users-and-allowing-them-to-edit-their-details/#PageComment_2526</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2010/site-members-registering-users-and-allowing-them-to-edit-their-details/#PageComment_2525</link>
			<description>Hi Aram, I tried using the code for creating the form on my Home Page and it seems that the default function of SS is breaking my Javascripts on the page. Is there are workaround for this?</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2010/site-members-registering-users-and-allowing-them-to-edit-their-details/#PageComment_2525</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2010/site-members-registering-users-and-allowing-them-to-edit-their-details/#PageComment_2524</link>
			<description>Hey, how are you? I wanted to ask you, how could I modify this tutorial, that it would work on silverstripe v3 ? Realy need to make user registration on my SS site. Thanks in advance.</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2010/site-members-registering-users-and-allowing-them-to-edit-their-details/#PageComment_2524</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_2523</link>
			<description>I am kind of new to silverstripe so i was wondering where exactly should i save the &quot;Flashpage.ss&quot; file? do i need to save that in the mysite folder or do i need to create another folder?</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_2523</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2010/2-4-using-short-codes-to-embed-a-youtube-video/#PageComment_2522</link>
			<description>Can anyone help me with how to use &quot;Controller::curr()&quot;, as mentioned above please?

I've got &quot;ClientYouTubeID&quot; as a page variable, rather than as part of the ShortCode, so I need to be able to call the variable $ClientYouTubeID within my YouTube.ss template, and I don't understand how to do it. At the moment it just doesnt return anything.

Thanks!</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2010/2-4-using-short-codes-to-embed-a-youtube-video/#PageComment_2522</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/snippets/2010/a-config-php-cheatsheet/#PageComment_2521</link>
			<description>I think its about time we had a  /_config/config.yml  plus _config.php  combo cheatsheet. what you put in either when upgrading from a pure SS3 _config.php is quite confusing and the docs are awful!!</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/snippets/2010/a-config-php-cheatsheet/#PageComment_2521</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2011/using-translatable-to-create-a-simple-multilingual-site/#PageComment_2460</link>
			<description>PS you can see the website I am working to here: sitiper.it/blog</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2011/using-translatable-to-create-a-simple-multilingual-site/#PageComment_2460</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2011/using-translatable-to-create-a-simple-multilingual-site/#PageComment_2459</link>
			<description>Hi all! Hope someone can help me.
I've installed a SS 3.0.5, the translatable module, follow this very helpful post and the blog module. Everything seems to work fine but the template blog that doesn't change the language of &quot;posted by...&quot; the date format etc.

I read a lot of posts but I am too dummy to solve the problem. Can someone help me?
In my my site/_config.php I've set:
i18n::set_locale('de_DE');
Translatable::set_default_locale('de_DE');
Translatable::set_allowed_locales(array('de_DE', 'it_IT', 'en_US'));
// Important: Call add_extension() after setting the default locale
Object::add_extension('SiteTree', 'Translatable');
Object::add_extension('SiteConfig', 'Translatable');

But still the template doesn't change when I switch to another language.

Any idea?

Thanks in advance.
Pier</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2011/using-translatable-to-create-a-simple-multilingual-site/#PageComment_2459</guid>
		</item>
		

	</channel>
</rss>