<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Forum posts to 'Website Authors'</title>
		<link>http://www.silverstripe.com/website-authors-forum/</link>
		

		
		<item>
			<title>Re: function to register a new member</title>
			<link>http://www.silverstripe.com/website-authors-forum/show/241317?showPost=241552</link>
			<description>If you mean login after registering try this:&lt;br /&gt;&lt;br /&gt;$member_login = new MemberLoginForm();&lt;br /&gt;&lt;br /&gt;if($member_login-&amp;gt;performLogin($data))&lt;br /&gt;{&lt;br /&gt;// Redirect to the post page &lt;br /&gt;Director::redirect('post-page/');&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br&gt;Posted to: function to register a new member</description>
			<pubDate>Wed, 03 Dec 2008 06:17:27 +1300</pubDate>
			<author> </author>
			<guid>http://www.silverstripe.com/website-authors-forum/show/241317?showPost=241552</guid>
		</item>
		
		<item>
			<title>function to register a new member</title>
			<link>http://www.silverstripe.com/website-authors-forum/show/241317</link>
			<description>Hi!&lt;br /&gt;I create a section to register user. Who is register can post comment about a particular published book.&lt;br /&gt;I do my form to register member, I tahe form value and I ceck if in my db user with the same name and password exixts. Now how can do to allow user to post?An remeber that the user is registre?I try look on forum module but something is not clear for me and I can't please help me..&lt;br&gt;&lt;br&gt;Posted to: function to register a new member</description>
			<pubDate>Wed, 03 Dec 2008 00:21:31 +1300</pubDate>
			<author> </author>
			<guid>http://www.silverstripe.com/website-authors-forum/show/241317</guid>
		</item>
		
		<item>
			<title>Re: where define my global variable?I have Error</title>
			<link>http://www.silverstripe.com/website-authors-forum/show/240969?showPost=241050</link>
			<description>Use your _config.php file.&lt;br&gt;&lt;br&gt;Posted to: where define my global variable?I have Error</description>
			<pubDate>Tue, 02 Dec 2008 10:14:45 +1300</pubDate>
			<author>Hamish Campbell</author>
			<guid>http://www.silverstripe.com/website-authors-forum/show/240969?showPost=241050</guid>
		</item>
		
		<item>
			<title>where define my global variable?I have Error</title>
			<link>http://www.silverstripe.com/website-authors-forum/show/240969</link>
			<description>Hi!&lt;br /&gt;I need define a global variable in my Page.php. I put global $a =0 after Page controller but is wrong..can you hel me to define my global varable?Where?Thanks&lt;br&gt;&lt;br&gt;Posted to: where define my global variable?I have Error</description>
			<pubDate>Tue, 02 Dec 2008 05:00:48 +1300</pubDate>
			<author> </author>
			<guid>http://www.silverstripe.com/website-authors-forum/show/240969</guid>
		</item>
		
		<item>
			<title>Re: Problems adding Page types and others</title>
			<link>http://www.silverstripe.com/website-authors-forum/show/232895?showPost=240954</link>
			<description>thank you for all, I fixed it already!!.&lt;br&gt;&lt;br&gt;Posted to: Problems adding Page types and others</description>
			<pubDate>Tue, 02 Dec 2008 04:16:30 +1300</pubDate>
			<author>Vivian Uribe</author>
			<guid>http://www.silverstripe.com/website-authors-forum/show/232895?showPost=240954</guid>
		</item>
		
		<item>
			<title>Re: Problems adding Page types and others</title>
			<link>http://www.silverstripe.com/website-authors-forum/show/232895?showPost=240952</link>
			<description>I uninstalled and installed again and I found this that could be the reason of my problems:&lt;br /&gt;&lt;br /&gt;File permissions&lt;br /&gt;Does the webserver know where files are stored? OK (C:\wamp\www\silverstripe-v2.2.3/) &lt;br /&gt;mysite/ folder exists OK &lt;br /&gt;sapphire/ folder exists OK &lt;br /&gt;cms/ folder exists OK &lt;br /&gt;jsparty/ folder exists OK &lt;br /&gt;&lt;br /&gt;Is the .htaccess file writeable? Unable to detect whether I can write to files. Please ensure C:\wamp\www\silverstripe-v2.2.3/.htaccess is writable. &lt;br /&gt;Is the mysite/ folder writeable? Unable to detect whether I can write to files. Please ensure C:\wamp\www\silverstripe-v2.2.3/mysite is writable. &lt;br /&gt;Is the tutorial/ folder writeable? Unable to detect whether I can write to files. Please ensure C:\wamp\www\silverstripe-v2.2.3/tutorial is writable. &lt;br /&gt;Is the assets/ folder writeable? Unable to detect whether I can write to files. Please ensure C:\wamp\www\silverstripe-v2.2.3/assets is writable. &lt;br /&gt;Is the temporary folder writeable? OK &lt;br /&gt;&lt;br /&gt;Could it be the problem?? if it's the problem, how can I fix it??&lt;br /&gt;&lt;br /&gt;Thank you!!&lt;br /&gt;&lt;br&gt;&lt;br&gt;Posted to: Problems adding Page types and others</description>
			<pubDate>Tue, 02 Dec 2008 04:09:28 +1300</pubDate>
			<author>Vivian Uribe</author>
			<guid>http://www.silverstripe.com/website-authors-forum/show/232895?showPost=240952</guid>
		</item>
		
		<item>
			<title>Re: login window inside a site page</title>
			<link>http://www.silverstripe.com/website-authors-forum/show/239379?showPost=240855</link>
			<description>ok, I try a solution, can you hel me to write bettere what I want to implement?&lt;br /&gt;I create form as explain in tutorial 3. Whwn I clic in login button I implement a function that return 1 if the user is my privileged user, 0 in the otherwise.&lt;br /&gt;Now in my navigation menu(1) i want to recall this function and if the function return 1 I want a cicle in menu(1) to see homepage page2 page3, if return 0 I want see in my menu only homepage. Can you help me to write this function wuth silvertstripe?is very difficult form me..&lt;br /&gt;&lt;br&gt;&lt;br&gt;Posted to: login window inside a site page</description>
			<pubDate>Mon, 01 Dec 2008 22:15:15 +1300</pubDate>
			<author> </author>
			<guid>http://www.silverstripe.com/website-authors-forum/show/239379?showPost=240855</guid>
		</item>
		
		<item>
			<title>Re: login window inside a site page</title>
			<link>http://www.silverstripe.com/website-authors-forum/show/239379?showPost=240831</link>
			<description>Sorry for my bad english..&lt;br /&gt;I try to explain better. Inside home page I want a login form reserved to a particular user that can see other to reserved page of my site (a normal user can't see these two pages). I try to do this through login widget. the problem is that login widget seems likn to login module to enter in  my cms so if I try to implement this it saies me that I login yet. &lt;br /&gt;My question is: I must create 2 new form for my login without the use of login widget?&lt;br /&gt;Thanks!&lt;br&gt;&lt;br&gt;Posted to: login window inside a site page</description>
			<pubDate>Mon, 01 Dec 2008 20:44:40 +1300</pubDate>
			<author> </author>
			<guid>http://www.silverstripe.com/website-authors-forum/show/239379?showPost=240831</guid>
		</item>
		
		<item>
			<title>Re: Problems adding Page types and others</title>
			<link>http://www.silverstripe.com/website-authors-forum/show/232895?showPost=240660</link>
			<description>Did you install with the tutorial option (rather then the blackcandy) and that file inside tutorial/code/&lt;br&gt;&lt;br&gt;Posted to: Problems adding Page types and others</description>
			<pubDate>Mon, 01 Dec 2008 12:42:39 +1300</pubDate>
			<author>Will Rossiter</author>
			<guid>http://www.silverstripe.com/website-authors-forum/show/232895?showPost=240660</guid>
		</item>
		
		<item>
			<title>Re: using widgets on normal pages</title>
			<link>http://www.silverstripe.com/website-authors-forum/show/165915?showPost=240526</link>
			<description>Any solutions so far?&lt;br&gt;&lt;br&gt;Posted to: using widgets on normal pages</description>
			<pubDate>Mon, 01 Dec 2008 05:54:58 +1300</pubDate>
			<author> </author>
			<guid>http://www.silverstripe.com/website-authors-forum/show/165915?showPost=240526</guid>
		</item>
		

	</channel>
</rss>
