<?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></title>
		<link>http://www.silverstripe.org/forums/rss</link>
		<atom:link href="http://www.silverstripe.org/forums/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: SilverStripe forums + Recaptcha module</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/23736#post322077</link>
			<description>&lt;p&gt;Resolved.&lt;/p&gt;&lt;p&gt;The issue was neither the keys nor any sort of firewall issue.&lt;/p&gt;&lt;p&gt;The issue was there were 2 captcha fields being created, and they must have been one on top of the other on the page because it appeared only 1 was on the page when the registration form appeared. However after submitting and looking at the network traffic it was obvious 2 challenges were being sent to Google/recaptcha. The first returned as correct, the second always returning incorrect. Additionally, looking at the page source there were 2 different regions that called recaptcha Javascript code which looked suspicious.&lt;/p&gt;&lt;p&gt;I had added the line:&lt;br /&gt;$protector = SpamProtectorManager::update_form($form, 'MyCaptcha'); &lt;/p&gt;&lt;p&gt;to ForumMemberProfile.php and also added a Recaptcha field to the forum. From what I gather, the Spam Protection module must generate that on it's own when it's configured to use Recaptcha so in essence I had added a 2nd field. I removed the added 2 lines and things were working. Checking the network traffic there was then only a single challenge to Google/recaptcha.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SilverStripe forums + Recaptcha module | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/23736#post322077&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/23736&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 17 May 2013 06:50:08 +1200</pubDate>
			<dc:creator>forumq42</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/23736#post322077</guid>
		</item>
		
		<item>
			<title>SilverStripe forums + Recaptcha module</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/23736</link>
			<description>&lt;p&gt;&lt;a href=&quot;http://www.silverstripe.org/recaptcha-module/&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/recaptcha-module/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I had SilverStripe 2.4.x + the Forum module + Recaptcha (+Spam Protection module) working on a fresh install of SilverStripe. However, repeating the same steps on the production server I seem to be getting the response:&lt;/p&gt;&lt;p&gt;&quot;Your answer didn't match the captcha words, please try again&quot;&lt;/p&gt;&lt;p&gt;after submitting the Forum user registration form, even when the Recaptcha is obviously correct.&lt;/p&gt;&lt;p&gt;I'm wondering if there's some domain/keys issue. I've tried using public/private global keys for both the domain of the URL (&lt;a href=&quot;http://foo.bar.org/&quot; rel=&quot;nofollow&quot;&gt;http://foo.bar.org&lt;/a&gt;) and the hostname of the actual web servers (let's say: server1.gronk.org).&lt;/p&gt;&lt;p&gt;The steps I have done are basically:&lt;/p&gt;&lt;p&gt;- installed Forum module&lt;br /&gt;- installed Recaptcha into /html/recaptcha&lt;br /&gt;- registered w/google.com/recaptcha and generated a public/private keypair for the domain I am using&lt;br /&gt;- installed Spam Protection module into /html/spamprotector&lt;br /&gt;- /dev/build on the site&lt;br /&gt;- ?flush=1 on the site&lt;/p&gt;&lt;p&gt;- in /mysite/_config.php added 3 lines:&lt;br /&gt;RecaptchaField::$public_api_key = '&amp;lt;public key copied from google.com/recaptcha&amp;gt;';&lt;br /&gt;RecaptchaField::$private_api_key = '&amp;lt;private key copied from google.com/recaptcha&amp;gt;'';&lt;br /&gt;SpamProtectorManager::set_spam_protector('RecaptchaProtector');&lt;/p&gt;&lt;p&gt;- in /forums/code, edited 2 files: ForumMemberProfile.php, ForumRole.php&lt;/p&gt;&lt;p&gt;ForumMemberProfile.php, added this line under line 165 the check &quot;if(class_exists('SpamProtectionManager')&quot;:&lt;br /&gt;                $protector = SpamProtectorManager::update_form($form, 'MyCaptcha'); // to make the recaptcha work with your form&lt;/p&gt;&lt;p&gt;ForumRole.php, added a recaptca field under line 171 to the $personalDetailsField form code: &lt;br /&gt;                 new RecaptchaField('MyCaptcha')&lt;/p&gt;&lt;p&gt;A Recpatcha image box appears but 100% of the time after the form is submitted the response is:&lt;br /&gt;&quot;Your answer didn't match the captcha words, please try again&quot;&lt;/p&gt;&lt;p&gt;and the user is not registered but rather brought back to the form back to try again. Is there something obvious I am forgetting?&lt;/p&gt;&lt;p&gt;Suggestions?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SilverStripe forums + Recaptcha module | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/23736&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/23736&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 15 May 2013 07:12:30 +1200</pubDate>
			<dc:creator>forumq42</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/23736</guid>
		</item>
		
		<item>
			<title>Re: problem adding moderators</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/14969#post321969</link>
			<description>&lt;p&gt;If one has installed the Forum module and the TagField module, any suggestion as to why the moderator tab would not appear in the Content tab when a particular forum is selected from within the CMS?&lt;/p&gt;&lt;p&gt;I do not see the moderator tab regardless of which member I am logged is as or whether the user is in the Security tab designated as an Admin or a Moderator.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: problem adding moderators | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/14969#post321969&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/14969&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 11 May 2013 10:26:55 +1200</pubDate>
			<dc:creator>forumq42</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/14969#post321969</guid>
		</item>
		
		<item>
			<title>Re: SilverStripe 3 and Forum Search</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21882#post321926</link>
			<description>&lt;p&gt;Hi nbenn,&lt;/p&gt;&lt;p&gt;even though your post is a bit older, I ran across the same issues today.&lt;/p&gt;&lt;p&gt;I am upgrading our website from SS2 to SS3 and the forum does not run perfectly out of the box and sure needs some love...&lt;/p&gt;&lt;p&gt;Being a pragmatical developer, I just used the Google Custom Search. Took about 30 Minutes to implement (the long way, with a separate search results page). &lt;/p&gt;&lt;p&gt;This may not be a valid way for everybody, but I think it should be mentioned here.&lt;/p&gt;&lt;p&gt;Cheers&lt;br /&gt;Ramon&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SilverStripe 3 and Forum Search | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21882#post321926&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21882&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 09 May 2013 06:14:25 +1200</pubDate>
			<dc:creator>Ramon</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21882#post321926</guid>
		</item>
		
		<item>
			<title>Re: SESSIONS!!</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/5474?start=8#post321837</link>
			<description>&lt;p&gt;You may need to change your  session.save_path in php.ini&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SESSIONS!! | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/5474?start=8#post321837&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/5474&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 05 May 2013 00:04:49 +1200</pubDate>
			<dc:creator>susgeek</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/5474?start=8#post321837</guid>
		</item>
		
		<item>
			<title>Re: Problem with Forum Modul Installation</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/23566#post321641</link>
			<description>&lt;p&gt;The problem has now been solved by itself. The Forum was suddenly there and I was able to register've already written the first posts.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Problem with Forum Modul Installation | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/23566#post321641&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/23566&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 28 Apr 2013 12:27:35 +1200</pubDate>
			<dc:creator>blogsash</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/23566#post321641</guid>
		</item>
		
		<item>
			<title>Problem with Forum Modul Installation</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/23566</link>
			<description>&lt;p&gt;Hello people,&lt;/p&gt;&lt;p&gt;I've got a problem and that I would bring the Forum module for running. I have now installed the module and it is on my website under &lt;a href=&quot;http://internet-blogger.org/&quot; rel=&quot;nofollow&quot;&gt;http://internet-blogger.org&lt;/a&gt; &lt;strong&gt;forum&lt;/strong&gt; accessible.&lt;/p&gt;&lt;p&gt;The problem is that I can not see any link to register. I've probably done something wrong or?&lt;/p&gt;&lt;p&gt;Can anyone help me? Thanks in advance!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Problem with Forum Modul Installation | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/23566&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/23566&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 27 Apr 2013 06:47:39 +1200</pubDate>
			<dc:creator>blogsash</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/23566</guid>
		</item>
		
		<item>
			<title>Re: Notifications of New Postings by Email - Module</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/11408#post321535</link>
			<description>&lt;p&gt;Hey beautiful people,&lt;/p&gt;&lt;p&gt;Thought you might be interested in my latest developments to elgordo's Forum Notifications module. This version sends a notification email only to the designated Moderators of each forum, plus all Administrators. I've also made minor cosmetic improvements to the generated email to include the recipient Member's first name and the title of the forum that has been posted to (see populateTemplate array).&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;function onAfterWrite() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// GET ALL MEMBERS WITH THE FORUMRANK OF &quot;MODERATOR&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$moderators = DataObject::get(&quot;Member&quot;,&quot;ForumRank = 'Moderator'&quot;, &quot;&quot;, &quot;&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// GET ALL MEMBERS WITH THE FORUMRANK OF &quot;ADMINISTRATOR&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$administrators = DataObject::get(&quot;Member&quot;,&quot;ForumRank = 'Administrator'&quot;, &quot;&quot;, &quot;&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// EMAIL THE MODERATORS&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($moderators) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;foreach($moderators as $member) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// ONLY EMAIL THE MODERATORS OF THIS PARTICULAR FORUM&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($member-&amp;gt;isModeratingForum($this-&amp;gt;owner-&amp;gt;Forum())) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;createEmail($member);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;parent::onAfterWrite();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// EMAIL THE ADMINISTRATORS&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($administrators) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;foreach($administrators as $member) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;createEmail($member);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;parent::onAfterWrite();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;//CREATE THE FORUM NOTIFICATION EMAIL&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;function createEmail($member)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;error_log(&quot;LOG MESSAGE FROM FORUM EMAIL POST DECORATOR LINK IS &quot;.$this-&amp;gt;owner-&amp;gt;AbsoluteLink());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email = new Email();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;setFrom(Email::getAdminEmail()); //can also just hard code an email address in here.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;setTo($member-&amp;gt;Email);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;setSubject('New Forum Posting - ' . $this-&amp;gt;owner-&amp;gt;Title);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;setTemplate('Forum_ModeratorNotificationV2');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;populateTemplate(array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Recipient' =&amp;gt; $member-&amp;gt;FirstName,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'AbsoluteLink' =&amp;gt; $this-&amp;gt;owner-&amp;gt;AbsoluteLink(),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Title' =&amp;gt; $this-&amp;gt;owner-&amp;gt;Title,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Content' =&amp;gt; $this-&amp;gt;owner-&amp;gt;Content,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Forum' =&amp;gt; $this-&amp;gt;owner-&amp;gt;Forum()-&amp;gt;Title&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;send();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Next stage:&lt;br /&gt;- filter out Administrators from the Moderators group so people who are both an Administrator and Moderating a particular forum don't get two emails.&lt;br /&gt;- allow the email sender address to be defined via the CMS, plus other text in the email.&lt;br /&gt;- further extend the the Forum module so individual Members can opt in and out of receiving emails for particular forums. (At this stage planning to achieve this by duplicating and tweaking the code that assigns Moderators to particular forums, and allowing people to opt in and out via their Profile page.)&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Dave&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Notifications of New Postings by Email - Module | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/11408#post321535&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/11408&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 24 Apr 2013 09:27:26 +1200</pubDate>
			<dc:creator>davepolyester</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/11408#post321535</guid>
		</item>
		
		<item>
			<title>Re: Forum module in SilverStripe 3.1 beta</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/22136#post321528</link>
			<description>&lt;p&gt;Thanks for this hint, it helped me very much with SS 3.1 and the forums module.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Forum module in SilverStripe 3.1 beta | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/22136#post321528&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/22136&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 24 Apr 2013 04:15:57 +1200</pubDate>
			<dc:creator>Platypus</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/22136#post321528</guid>
		</item>
		
		<item>
			<title>click on Button new Thread and Post</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/23508</link>
			<description>&lt;p&gt;Hello&lt;br /&gt;I have a question. I want to insert a Button into the SilverStripe a Page. When I click this button it should creates a new thread and post with the name &quot;test&quot; automatically . How can I do that? Where should I write down what?&lt;/p&gt;&lt;p&gt;Does anyone have an idea?&lt;/p&gt;&lt;p&gt;Sorry for bad english ;)&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: click on Button new Thread and Post | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/23508&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/23508&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 19 Apr 2013 17:49:17 +1200</pubDate>
			<dc:creator>kerry</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/23508</guid>
		</item>
		
		<item>
			<title>Re: Integrating other forum software</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/4569#post320600</link>
			<description>&lt;p&gt;I was also wondering if there were any easy solutions to integrating other forum software (e.g. SimpleMachines Forum, phpBB) as a module under SilverStripe.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Integrating other forum software | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/4569#post320600&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/4569&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 08 Mar 2013 11:37:48 +1300</pubDate>
			<dc:creator>forumq42</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/4569#post320600</guid>
		</item>
		
		<item>
			<title>Re: Problem with GeoIP</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/8792#post320108</link>
			<description>&lt;p&gt;good answer&lt;br /&gt;__________&lt;br /&gt;&lt;a href=&quot;http://www.higgingtonpost.com/&quot; rel=&quot;nofollow&quot;&gt;tutalib&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Problem with GeoIP | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/8792#post320108&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/8792&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 17 Feb 2013 16:01:57 +1300</pubDate>
			<dc:creator>tutalib</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/8792#post320108</guid>
		</item>
		
		<item>
			<title>Re: [newbie] installation maxskitter module</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/18710#post320078</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;SS3 version doesn't use checkboxes, relations are added via autocomplete searach above the gridfield...&lt;/p&gt;&lt;p&gt;Pali&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: [newbie] installation maxskitter module | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/18710#post320078&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/18710&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 16 Feb 2013 07:35:40 +1300</pubDate>
			<dc:creator>pali</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/18710#post320078</guid>
		</item>
		
		<item>
			<title>Re: [newbie] installation maxskitter module</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/18710#post320077</link>
			<description>&lt;p&gt;I don't see any check boxes on my slides list. Am I missing another module? I have the latest version of SS and downloaded the maxskitter module.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: [newbie] installation maxskitter module | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/18710#post320077&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/18710&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 16 Feb 2013 07:33:11 +1300</pubDate>
			<dc:creator>tragicGlory</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/18710#post320077</guid>
		</item>
		
		<item>
			<title>Server error on register and some profile pages</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/22566</link>
			<description>&lt;p&gt;I have an odd issue, or rather two issues that look the same but may have different causes. Navigating to /ForumMemberProfile/register as well as to some profiles (/ForumMemberProfile/show/xx where xx of course is the ID of the profile) gives me an internal server error and nothing is shown. This happens with my profile and with one of my colleague's, while others' seem fine (have not tested all of them).&lt;/p&gt;&lt;p&gt;While no page is displayed, I can still use some of the debugging tools. The only difference visible through debug_request is that SSViewer never goes out looking for SearchForm.ss when loading these pages (both register and said profile pages). I suppose this could ruin the structure of the page (would this create a server error though?), and in any case I'd like to repair it.&lt;/p&gt;&lt;p&gt;The &quot;debug&quot; URL variable shows no differences between working and failing pages.&lt;/p&gt;&lt;p&gt;It's been a long time since I tinkered with this, but when I implemented the forum I made a couple of changes to the structure. Quite possible that this is the source of the problems, but since I have looked all over the place without getting much wiser I figured I'd see if anyone here spots the fault.&lt;/p&gt;&lt;p&gt;Side note: Me and my colleague are also set apart by our db records, which are the only ones containing AutoLoginHash and -Expired values. Can't see a connection, but perhaps there's something (else?) in our records that messes up some part of the call.&lt;/p&gt;&lt;p&gt;Any help and pointing in directions greatly appreciated.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Server error on register and some profile pages | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/22566&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/22566&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 16 Feb 2013 03:48:18 +1300</pubDate>
			<dc:creator>bo</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/22566</guid>
		</item>
		
		<item>
			<title>Re: Forum module in SilverStripe 3.1 beta</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/22136#post319771</link>
			<description>&lt;p&gt;The same issue&lt;br /&gt;fast and dirty solution is to replace 2 functions in ForumHolder.php&lt;/p&gt;&lt;p&gt;CurrentlyOnline()&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;function CurrentlyOnline() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$groupIDs = array();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$where = '';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($forumGroup = Group::get()-&amp;gt;filter('Code', 'forum-members')-&amp;gt;first()) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//$groupIDs[] = $forumGroup-&amp;gt;ID;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$where .= ' &quot;GroupID&quot; = \''.$forumGroup-&amp;gt;ID.'\'';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($adminGroup = Group::get()-&amp;gt;filter('Code', array('administrators', 'Administrators'))-&amp;gt;first()) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//$groupIDs[] = $adminGroup-&amp;gt;ID;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($where!=='') {$where .= ' OR';}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$where .= ' &quot;GroupID&quot; = \''.$adminGroup-&amp;gt;ID.'\'';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return Member::get()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;gt;leftJoin('Group_Members', 'Member.ID = Group_Members.MemberID')&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;gt;where($where)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//-&amp;gt;filter('GroupID', $groupIDs)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;gt;filter(&quot;LastViewed:GreaterThan&quot;, DB::getConn()-&amp;gt;datetimeIntervalClause('NOW', '-15 MINUTE'))&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;gt;sort('Member.FirstName, Member.Surname');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;and getLatestMembers()&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;function getLatestMembers($limit = 1) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$groupIDs = array();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$where = '';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($forumGroup = Group::get()-&amp;gt;filter('Code', 'forum-members')-&amp;gt;first()) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//$groupIDs[] = $forumGroup-&amp;gt;ID;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$where .= ' &quot;GroupID&quot; = \''.$forumGroup-&amp;gt;ID.'\'';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($adminGroup = Group::get()-&amp;gt;filter('Code', array('administrators','Administrators'))-&amp;gt;first()) {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//$groupIDs[] = $adminGroup-&amp;gt;ID;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($where!=='') {$where .= ' OR';}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$where .= ' &quot;GroupID&quot; = \''.$adminGroup-&amp;gt;ID.'\'';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$latestMembers = Member::get()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;gt;leftJoin('Group_Members', 'Member.ID = Group_Members.MemberID')&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;gt;where($where)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//-&amp;gt;filter('GroupID', $groupIDs)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;gt;sort('Member.ID DESC')&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;gt;limit($limit);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $latestMembers;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Forum module in SilverStripe 3.1 beta | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/22136#post319771&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/22136&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 04 Feb 2013 23:35:29 +1300</pubDate>
			<dc:creator>Tony Air</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/22136#post319771</guid>
		</item>
		
		<item>
			<title>Forum Registration: 3 hours of errors</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/22346</link>
			<description>&lt;p&gt;Took me over 3 hours to sign up for this Forum; it was by far the most difficult I've seen in over 10 years of web surfing and joining many forums.   First, it used the most difficult type of Captcha available.   For the 8% of web users whose eyes are not perfect, it is impossible.  I had to drive over to a young nephew's house to get his help at reading it.  &lt;br /&gt;But then, it refused to accept any of my 5 emails!   (And each time, we had to fill out the entire form again, and then go through the Captcha gauntlet yet again).   I then called a friend, who let me use one of his email accounts, at comcast, to get it to go through.  &lt;br /&gt;But then, repeated attempts brought up every time this error: &lt;br /&gt;&quot;Security token doesn't match, possible CSRF attack&quot;&lt;br /&gt;(And again, another 5 or 10 mintues with each try, needing to refill the forms and re-do the captcha.  I ended up paying my nephew $50 for his time.).&lt;br /&gt;3 hours later, I got on, and luckily, was able to then switch to my actual email account, rather than my friends.  &lt;br /&gt;What I read about Silverstripe CMs sounds good, but the Forum registration is undoubtedly the worst on the internet.  No end-user customer/client anywhere would spend more than 5 or 10 minutes trying to sign up, let alone 3 hours!!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Forum Registration: 3 hours of errors | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/22346&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/22346&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 04 Feb 2013 18:16:26 +1300</pubDate>
			<dc:creator>Oakleaf</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/22346</guid>
		</item>
		
		<item>
			<title>Forum module in SilverStripe 3.1 beta</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/22136</link>
			<description>&lt;p&gt;Hi all!&lt;/p&gt;&lt;p&gt;The forum module work with Silverstripe 3.1 beta?&lt;br /&gt; It produces errors:&lt;br /&gt;Fatal error: Class declarations may not be nested in C:\wamp\&lt;a href=&quot;http://wwwforumcodeForumHolder.php/&quot; rel=&quot;nofollow&quot;&gt;www\forum\code\ForumHolder.php&lt;/a&gt; on line 227 (SilverStripe 3.1 beta from github)&lt;br /&gt;[User Error] Couldn't find field GroupID in any of Member's tables (SS 3.1 beta from github)&lt;/p&gt;&lt;p&gt;Somebody has tried it with SS 3.1?&lt;/p&gt;&lt;p&gt;Is there any fix?&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Regards,&lt;br /&gt;Jose A.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Forum module in SilverStripe 3.1 beta | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/22136&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/22136&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 25 Jan 2013 00:00:02 +1300</pubDate>
			<dc:creator>Josua</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/22136</guid>
		</item>
		
		<item>
			<title>Re: Internationalization</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/22084#post319378</link>
			<description>&lt;p&gt;You are probably looking for this module:&lt;br /&gt;&lt;a href=&quot;https://github.com/silverstripe/silverstripe-translatable/blob/master/docs/en/index.md&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe/silverstripe-translatable/blob/master/docs/en/index.md&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Internationalization | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/22084#post319378&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/22084&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 20 Jan 2013 16:26:37 +1300</pubDate>
			<dc:creator>frankmullenger</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/22084#post319378</guid>
		</item>
		
		<item>
			<title>Internationalization</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/22084</link>
			<description>&lt;p&gt;I am new to SilverStripe and just evaluating it for now. We may need to add a drop down menu to convert the site to different languages. Is there a module available for this?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Internationalization | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/22084&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/22084&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 18 Jan 2013 10:10:16 +1300</pubDate>
			<dc:creator>webguync</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/22084</guid>
		</item>
		
		<item>
			<title>Re: Short Codes (or Extending BBCode) in the Forum Module</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/18339#post319129</link>
			<description>&lt;p&gt;I'm actually not on that project anymore since last year; but I think the rest of the team worked something else out.  I'll reach out to the current developers to see if they ever solved this, and if so, how.&lt;/p&gt;&lt;p&gt;-John&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Short Codes (or Extending BBCode) in the Forum Module | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/18339#post319129&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/18339&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 10 Jan 2013 10:49:48 +1300</pubDate>
			<dc:creator>johnmblack</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/18339#post319129</guid>
		</item>
		
		<item>
			<title>Re: Short Codes (or Extending BBCode) in the Forum Module</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/18339#post319128</link>
			<description>&lt;p&gt;Hi johnmblack, have you managed to implement short codes in forums? I'd like to do exactly the same.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;wojt&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Short Codes (or Extending BBCode) in the Forum Module | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/18339#post319128&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/18339&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 10 Jan 2013 09:56:31 +1300</pubDate>
			<dc:creator>wojt</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/18339#post319128</guid>
		</item>
		
		<item>
			<title>SilverStripe 3 and Forum Search</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21882</link>
			<description>&lt;p&gt;Dear SilverStripe Community&lt;/p&gt;&lt;p&gt;I would like to set up a forum with SilverStripe 3. Unfortunately, however, searching is currently unsupported. Furthermore it does not look as if that is to change anytime soon. The planned search implementation depends on the Fulltext search module (&lt;a href=&quot;https://github.com/silverstripe-labs/silverstripe-fulltextsearch&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe-labs/silverstripe-fulltextsearch&lt;/a&gt;), which appears to be nowhere near a state where it could be reliably called upon. &lt;/p&gt;&lt;p&gt;While appearing to provide promising features, the Fulltext search module may be an overkill for many smaller projects. As far as i understand, it will rely on a search server such as Solr or Sphinx, which might pose problematic hosting constraints.&lt;/p&gt;&lt;p&gt;In my opinion, the ability to search a forum is among the essential set of features, a forum should provide. Why has there been no initiative to stick with MyISAM 'Post' and 'ForumThread' Tables and continue using the MySQL Fulltext index for searching. From what I have read, InnoDB in MySQL 5.6 supports Fulltext searching, making the inconvenience of having to use different storage engines a temporary one. And even if the long-term plan was to move away from whatever searching capabilities MySQL offers, wouldn't it be a reasonable temporary solution to use the MySQL index?&lt;/p&gt;&lt;p&gt;If anyone has suggestions for an alternate path, or an argument for why the Fulltext search module is the only sensible way to go, please tell.&lt;/p&gt;&lt;p&gt;I forked the forum module (&lt;a href=&quot;https://github.com/nbenn/silverstripe-forum/commits/master&quot; rel=&quot;nofollow&quot;&gt;https://github.com/nbenn/silverstripe-forum/commits/master&lt;/a&gt;) and restored very basic searching of post contents. Unfortunately I broke result pagination, the ability to search for authors/thread titles, and possibly other functionality. As will be evident to anyone who wants to look at my modifications, I am a complete beginner (this my first web project). I would therefore be very excited if anyone was interested in helping me.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SilverStripe 3 and Forum Search | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21882&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21882&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 05 Jan 2013 05:34:10 +1300</pubDate>
			<dc:creator>nbenn</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21882</guid>
		</item>
		
		<item>
			<title>ConfirmedPasswordField sets password to empty</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21875</link>
			<description>&lt;p&gt;I am using the forum module on 3.0.3, and am customizing the memberprofile form. What I want is for a user's password to be unchanged if the password field is left empty. (In the default form, you have to fill out your password twice every time you want to update something in your profile.)&lt;/p&gt;&lt;p&gt;So, I'm using the following code:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;...&lt;br /&gt;public function updateForumFields(FieldList $fieldset) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$member = Member::currentUser();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($member){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Make filling out password optional for existing members (&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fieldset-&amp;gt;removeByName('Password');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fieldset-&amp;gt;push( $pw = new ConfirmedPasswordField(&quot;Password&quot;, &quot;Wachtwoord&quot;, null, null, $showOnClick = true, &quot;Bevestig wachtwoord&quot;) );&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $fieldset;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;This is producing a collapsible ConfirmedPasswordField ('Click link to change password'). But, the password still gets updated (to an empty string) even when a user hasn't edited/updated the password fields.&lt;/p&gt;&lt;p&gt;Should I be checking for an empty password by hand somewhere in doSave()? Right now, the updating routine just consists of:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$form-&amp;gt;saveInto($member);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$member-&amp;gt;write();&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: ConfirmedPasswordField sets password to empty | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21875&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21875&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 04 Jan 2013 23:09:35 +1300</pubDate>
			<dc:creator>micschk</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21875</guid>
		</item>
		
		<item>
			<title>Re: Notifications of New Postings by Email - Module</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/11408#post318989</link>
			<description>&lt;p&gt;Hi again,&lt;/p&gt;&lt;p&gt;Good news, have made some progress, building on Gordon's great little module.&lt;/p&gt;&lt;p&gt;This version sends an email to all Forum Members with a ForumRank of either Moderator or Administrator:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;class ForumEmailPostDecoratorV2 extends DataObjectDecorator {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;//Email all Forum Administrators and Moderators when a post is made to any forum&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;function onAfterWrite() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$moderators = DataObject::get(&quot;Member&quot;,&quot;ForumRank = 'Administrator' OR ForumRank = 'Moderator'&quot;, &quot;&quot;, &quot;&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($moderators) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;foreach($moderators as $member) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;error_log(&quot;LOG MESSAGE FROM FORUM EMAIL POST DECORATOR LINK IS &quot;.$this-&amp;gt;owner-&amp;gt;AbsoluteLink());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email = new Email();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;setFrom(Email::getAdminEmail());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;setTo($member-&amp;gt;Email);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;setSubject('New Forum Posting - ' . $this-&amp;gt;owner-&amp;gt;Title);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;setTemplate('Forum_ModeratorNotificationV2'); //duplicate the original template, rename and modify it as desired, including adding the Recipient's name, see below.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;populateTemplate(array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Recipient' =&amp;gt; $member-&amp;gt;FirstName, //personalise the email with the recipients first name.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'AbsoluteLink' =&amp;gt; $this-&amp;gt;owner-&amp;gt;AbsoluteLink(),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Title' =&amp;gt; $this-&amp;gt;owner-&amp;gt;Title,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Content' =&amp;gt; $this-&amp;gt;owner-&amp;gt;Content&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$email-&amp;gt;send();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;parent::onAfterWrite();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Note - don't forget to modify the module's config file to extend Post: &lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;DataObject::add_extension('Post', 'ForumEmailPostDecoratorV2');&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Next step is to refine this so emails are only sent to the designated moderator(s) of specific forums. Any help on that from the experts would be much appreciated.&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Dave&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Notifications of New Postings by Email - Module | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/11408#post318989&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/11408&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 03 Jan 2013 15:45:36 +1300</pubDate>
			<dc:creator>davepolyester</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/11408#post318989</guid>
		</item>
		
		<item>
			<title>recaptcha does not display in chrome browswer. </title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21819</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;recaptcha does not display in chrome browswer. but working fine in IE and Mozilla.&lt;br /&gt;If i see in devloper tools of chrome browser it has been shwoing error message as below.&lt;/p&gt;&lt;p&gt;Failed to load resource : &lt;a href=&quot;https://www.google.com/recaptcha/api/challenge?k=&amp;quot;Public&quot; rel=&quot;nofollow&quot;&gt;https://www.google.com/recaptcha/api/challenge?k=&quot;Public&lt;/a&gt; key&quot;&lt;/p&gt;&lt;p&gt;Please help me out&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: recaptcha does not display in chrome browswer.  | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21819&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21819&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 28 Dec 2012 01:44:45 +1300</pubDate>
			<dc:creator>NA</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21819</guid>
		</item>
		
		<item>
			<title>Re: Server Error after Rebuilding Database</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21685#post318777</link>
			<description>&lt;p&gt;The database was successfully rebuilt, but now when I try to access /forums/ or any individual forum I get a 403 Forbidden error.  What now?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Server Error after Rebuilding Database | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21685#post318777&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21685&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 14 Dec 2012 06:12:57 +1300</pubDate>
			<dc:creator>Arekusandaa</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21685#post318777</guid>
		</item>
		
		<item>
			<title>Re: Server Error after Rebuilding Database</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21685#post318759</link>
			<description>&lt;p&gt;Ah so that indicates that it's querying the member database incorrectly (before it's been rebuilt). You should be able to run site.com/dev/build?isDev=1 to bypass the member query part.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Server Error after Rebuilding Database | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21685#post318759&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21685&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 13 Dec 2012 20:01:35 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21685#post318759</guid>
		</item>
		
		<item>
			<title>Re: Using the forum module to manage user registration</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21477#post318732</link>
			<description>&lt;p&gt;Thanks so much for that.&lt;/p&gt;&lt;p&gt;I have installed the module and can register / update / login etc. a new user so that is great. I will be working with the module over the coming month so will certainly log anything I find.&lt;/p&gt;&lt;p&gt;If you feel the module is at the stage it can be tested (if not deployed live) it might be worth updating the master readme file to highlight where the 3.0 branch lives. I didn't think of checking for a branch which is silly of me but others might miss it too.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Chris&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Using the forum module to manage user registration | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21477#post318732&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21477&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 12 Dec 2012 10:49:33 +1300</pubDate>
			<dc:creator>cdmein</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21477#post318732</guid>
		</item>
		
		<item>
			<title>Re: Using the forum module to manage user registration</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21477#post318731</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;If you check out the development branch from the repository, that's where the SS3 compatible version lives. It hasn't yet been fully upgraded, but I think most of the basics work. If you run into any issues it would be good if you could open an issue.&lt;/p&gt;&lt;p&gt;I will eventually finish upgrading the module, but unfortunately at the moment I haven't had the time.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Using the forum module to manage user registration | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21477#post318731&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21477&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 12 Dec 2012 10:21:08 +1300</pubDate>
			<dc:creator>ajshort</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21477#post318731</guid>
		</item>
		
		<item>
			<title>Re: Server Error after Rebuilding Database</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21685#post318730</link>
			<description>&lt;p&gt;In dev mode I now get:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;[User Error] Couldn't run query: SELECT DISTINCT &quot;Member&quot;.&quot;ClassName&quot;, &quot;Member&quot;.&quot;Created&quot;, &quot;Member&quot;.&quot;LastEdited&quot;, &quot;Member&quot;.&quot;FirstName&quot;, &quot;Member&quot;.&quot;Surname&quot;, &quot;Member&quot;.&quot;Email&quot;, &quot;Member&quot;.&quot;Password&quot;, &quot;Member&quot;.&quot;RememberLoginToken&quot;, &quot;Member&quot;.&quot;NumVisit&quot;, &quot;Member&quot;.&quot;LastVisited&quot;, &quot;Member&quot;.&quot;Bounced&quot;, &quot;Member&quot;.&quot;AutoLoginHash&quot;, &quot;Member&quot;.&quot;AutoLoginExpired&quot;, &quot;Member&quot;.&quot;PasswordEncryption&quot;, &quot;Member&quot;.&quot;Salt&quot;, &quot;Member&quot;.&quot;PasswordExpiry&quot;, &quot;Member&quot;.&quot;LockedOutUntil&quot;, &quot;Member&quot;.&quot;Locale&quot;, &quot;Member&quot;.&quot;FailedLoginCount&quot;, &quot;Member&quot;.&quot;DateFormat&quot;, &quot;Member&quot;.&quot;TimeFormat&quot;, &quot;Member&quot;.&quot;ForumRank&quot;, &quot;Member&quot;.&quot;Occupation&quot;, &quot;Member&quot;.&quot;Company&quot;, &quot;Member&quot;.&quot;City&quot;, &quot;Member&quot;.&quot;Country&quot;, &quot;Member&quot;.&quot;Nickname&quot;, &quot;Member&quot;.&quot;FirstNamePublic&quot;, &quot;Member&quot;.&quot;SurnamePublic&quot;, &quot;Member&quot;.&quot;OccupationPublic&quot;, &quot;Member&quot;.&quot;CompanyPublic&quot;, &quot;Member&quot;.&quot;CityPublic&quot;, &quot;Member&quot;.&quot;CountryPublic&quot;, &quot;Member&quot;.&quot;EmailPublic&quot;, &quot;Member&quot;.&quot;LastViewed&quot;, &quot;Member&quot;.&quot;Signature&quot;, &quot;Member&quot;.&quot;SuspendedUntil&quot;, &quot;Member&quot;.&quot;AvatarID&quot;, &quot;Member&quot;.&quot;ID&quot;, CASE WHEN &quot;Member&quot;.&quot;ClassName&quot; IS NOT NULL THEN &quot;Member&quot;.&quot;ClassName&quot; ELSE 'Member' END AS &quot;RecordClassName&quot; FROM &quot;Member&quot; WHERE (&quot;Email&quot; = 'jeremiirossu@gmail.com' AND &quot;Password&quot; IS NOT NULL) ORDER BY &quot;Member&quot;.&quot;Surname&quot; ASC, &quot;Member&quot;.&quot;FirstName&quot; ASC LIMIT 1 Unknown column 'Member.ForumRank' in 'field list'&lt;br /&gt;POST /silverstripe/Security/LoginForm&lt;br /&gt;Line 580 in /home/arekkusu/blackwhitestudios.com/silverstripe/framework/model/MySQLDatabase.php&lt;br /&gt;Source&lt;br /&gt;571 &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;572 &lt;br /&gt;573 &amp;nbsp;&amp;nbsp;&amp;nbsp;public function databaseError($msg, $errorLevel = E_USER_ERROR) {&lt;br /&gt;574 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// try to extract and format query&lt;br /&gt;575 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(preg_match('/Couldn\'t run query: ([^\|]*)\|\s*(.*)/', $msg, $matches)) {&lt;br /&gt;576 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$formatter = new SQLFormatter();&lt;br /&gt;577 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$msg = &quot;Couldn't run query: \n&quot; . $formatter-&amp;gt;formatPlain($matches[1]) . &quot;\n\n&quot; . $matches[2];&lt;br /&gt;578 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;579 &lt;br /&gt;580 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:red&quot;&gt;user_error($msg, $errorLevel);&lt;/span&gt;&lt;br /&gt;581 &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;582 &lt;br /&gt;583 &amp;nbsp;&amp;nbsp;&amp;nbsp;/**&lt;br /&gt;584 &amp;nbsp;&amp;nbsp;&amp;nbsp; * Return a boolean type-formatted string&lt;br /&gt;585 &amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;br /&gt;586 &amp;nbsp;&amp;nbsp;&amp;nbsp; * @param array $values Contains a tokenised list of info about this data type&lt;br /&gt;Trace&lt;br /&gt;Couldn't run query: SELECT DISTINCT &quot;Member&quot;.&quot;ClassName&quot;, &quot;Member&quot;.&quot;Created&quot;, &quot;Member&quot;.&quot;LastEdited&quot;, &quot;Member&quot;.&quot;FirstName&quot;, &quot;Member&quot;.&quot;Surname&quot;, &quot;Member&quot;.&quot;Email&quot;, &quot;Member&quot;.&quot;Password&quot;, &quot;Member&quot;.&quot;RememberLoginToken&quot;, &quot;Member&quot;.&quot;NumVisit&quot;, &quot;Member&quot;.&quot;LastVisited&quot;, &quot;Member&quot;.&quot;Bounced&quot;, &quot;Member&quot;.&quot;AutoLoginHash&quot;, &quot;Member&quot;.&quot;AutoLoginExpired&quot;, &quot;Member&quot;.&quot;PasswordEncryption&quot;, &quot;Member&quot;.&quot;Salt&quot;, &quot;Member&quot;.&quot;PasswordExpiry&quot;, &quot;Member&quot;.&quot;LockedOutUntil&quot;, &quot;Member&quot;.&quot;Locale&quot;, &quot;Member&quot;.&quot;FailedLoginCount&quot;, &quot;Member&quot;.&quot;DateFormat&quot;, &quot;Member&quot;.&quot;TimeFormat&quot;, &quot;Member&quot;.&quot;ForumRank&quot;, &quot;Member&quot;.&quot;Occupation&quot;, &quot;Member&quot;.&quot;Company&quot;, &quot;Member&quot;.&quot;City&quot;, &quot;Member&quot;.&quot;Country&quot;, &quot;Member&quot;.&quot;Nickname&quot;, &quot;Member&quot;.&quot;FirstNamePublic&quot;, &quot;Member&quot;.&quot;SurnamePublic&quot;, &quot;Member&quot;.&quot;OccupationPublic&quot;, &quot;Member&quot;.&quot;CompanyPublic&quot;, &quot;Member&quot;.&quot;CityPublic&quot;, &quot;Member&quot;.&quot;CountryPublic&quot;, &quot;Member&quot;.&quot;EmailPublic&quot;, &quot;Member&quot;.&quot;LastViewed&quot;, &quot;Member&quot;.&quot;Signature&quot;, &quot;Member&quot;.&quot;SuspendedUntil&quot;, &quot;Member&quot;.&quot;AvatarID&quot;, &quot;Member&quot;.&quot;ID&quot;, CASE WHEN &quot;Member&quot;.&quot;ClassName&quot; IS NOT NULL THEN &quot;Member&quot;.&quot;ClassName&quot; ELSE 'Member' END AS &quot;RecordClassName&quot; FROM &quot;Member&quot; WHERE (&quot;Email&quot; = 'jeremiirossu@gmail.com' AND &quot;Password&quot; IS NOT NULL) ORDER BY &quot;Member&quot;.&quot;Surname&quot; ASC, &quot;Member&quot;.&quot;FirstName&quot; ASC LIMIT 1 Unknown column 'Member.ForumRank' in 'field list' &lt;br /&gt;MySQLDatabase.php:580&lt;br /&gt;MySQLDatabase-&amp;gt;databaseError(Couldn't run query: SELECT DISTINCT &quot;Member&quot;.&quot;ClassName&quot;, &quot;Member&quot;.&quot;Created&quot;, &quot;Member&quot;.&quot;LastEdited&quot;, &quot;Member&quot;.&quot;FirstName&quot;, &quot;Member&quot;.&quot;Surname&quot;, &quot;Member&quot;.&quot;Email&quot;, &quot;Member&quot;.&quot;Password&quot;, &quot;Member&quot;.&quot;RememberLoginToken&quot;, &quot;Member&quot;.&quot;NumVisit&quot;, &quot;Member&quot;.&quot;LastVisited&quot;, &quot;Member&quot;.&quot;Bounced&quot;, &quot;Member&quot;.&quot;AutoLoginHash&quot;, &quot;Member&quot;.&quot;AutoLoginExpired&quot;, &quot;Member&quot;.&quot;PasswordEncryption&quot;, &quot;Member&quot;.&quot;Salt&quot;, &quot;Member&quot;.&quot;PasswordExpiry&quot;, &quot;Member&quot;.&quot;LockedOutUntil&quot;, &quot;Member&quot;.&quot;Locale&quot;, &quot;Member&quot;.&quot;FailedLoginCount&quot;, &quot;Member&quot;.&quot;DateFormat&quot;, &quot;Member&quot;.&quot;TimeFormat&quot;, &quot;Member&quot;.&quot;ForumRank&quot;, &quot;Member&quot;.&quot;Occupation&quot;, &quot;Member&quot;.&quot;Company&quot;, &quot;Member&quot;.&quot;City&quot;, &quot;Member&quot;.&quot;Country&quot;, &quot;Member&quot;.&quot;Nickname&quot;, &quot;Member&quot;.&quot;FirstNamePublic&quot;, &quot;Member&quot;.&quot;SurnamePublic&quot;, &quot;Member&quot;.&quot;OccupationPublic&quot;, &quot;Member&quot;.&quot;CompanyPublic&quot;, &quot;Member&quot;.&quot;CityPublic&quot;, &quot;Member&quot;.&quot;CountryPublic&quot;, &quot;Member&quot;.&quot;EmailPublic&quot;, &quot;Member&quot;.&quot;LastViewed&quot;, &quot;Member&quot;.&quot;Signature&quot;, &quot;Member&quot;.&quot;SuspendedUntil&quot;, &quot;Member&quot;.&quot;AvatarID&quot;, &quot;Member&quot;.&quot;ID&quot;, CASE WHEN &quot;Member&quot;.&quot;ClassName&quot; IS NOT NULL THEN &quot;Member&quot;.&quot;ClassName&quot; ELSE 'Member' END AS &quot;RecordClassName&quot; FROM &quot;Member&quot; WHERE (&quot;Email&quot; = 'jeremiirossu@gmail.com' AND &quot;Password&quot; IS NOT NULL) ORDER BY &quot;Member&quot;.&quot;Surname&quot; ASC, &quot;Member&quot;.&quot;FirstName&quot; ASC LIMIT 1 | Unknown column 'Member.ForumRank' in 'field list',256) &lt;br /&gt;MySQLDatabase.php:132&lt;br /&gt;MySQLDatabase-&amp;gt;query(SELECT DISTINCT &quot;Member&quot;.&quot;ClassName&quot;, &quot;Member&quot;.&quot;Created&quot;, &quot;Member&quot;.&quot;LastEdited&quot;, &quot;Member&quot;.&quot;FirstName&quot;, &quot;Member&quot;.&quot;Surname&quot;, &quot;Member&quot;.&quot;Email&quot;, &quot;Member&quot;.&quot;Password&quot;, &quot;Member&quot;.&quot;RememberLoginToken&quot;, &quot;Member&quot;.&quot;NumVisit&quot;, &quot;Member&quot;.&quot;LastVisited&quot;, &quot;Member&quot;.&quot;Bounced&quot;, &quot;Member&quot;.&quot;AutoLoginHash&quot;, &quot;Member&quot;.&quot;AutoLoginExpired&quot;, &quot;Member&quot;.&quot;PasswordEncryption&quot;, &quot;Member&quot;.&quot;Salt&quot;, &quot;Member&quot;.&quot;PasswordExpiry&quot;, &quot;Member&quot;.&quot;LockedOutUntil&quot;, &quot;Member&quot;.&quot;Locale&quot;, &quot;Member&quot;.&quot;FailedLoginCount&quot;, &quot;Member&quot;.&quot;DateFormat&quot;, &quot;Member&quot;.&quot;TimeFormat&quot;, &quot;Member&quot;.&quot;ForumRank&quot;, &quot;Member&quot;.&quot;Occupation&quot;, &quot;Member&quot;.&quot;Company&quot;, &quot;Member&quot;.&quot;City&quot;, &quot;Member&quot;.&quot;Country&quot;, &quot;Member&quot;.&quot;Nickname&quot;, &quot;Member&quot;.&quot;FirstNamePublic&quot;, &quot;Member&quot;.&quot;SurnamePublic&quot;, &quot;Member&quot;.&quot;OccupationPublic&quot;, &quot;Member&quot;.&quot;CompanyPublic&quot;, &quot;Member&quot;.&quot;CityPublic&quot;, &quot;Member&quot;.&quot;CountryPublic&quot;, &quot;Member&quot;.&quot;EmailPublic&quot;, &quot;Member&quot;.&quot;LastViewed&quot;, &quot;Member&quot;.&quot;Signature&quot;, &quot;Member&quot;.&quot;SuspendedUntil&quot;, &quot;Member&quot;.&quot;AvatarID&quot;, &quot;Member&quot;.&quot;ID&quot;, CASE WHEN &quot;Member&quot;.&quot;ClassName&quot; IS NOT NULL THEN &quot;Member&quot;.&quot;ClassName&quot; ELSE 'Member' END AS &quot;RecordClassName&quot; FROM &quot;Member&quot; WHERE (&quot;Email&quot; = 'jeremiirossu@gmail.com' AND &quot;Password&quot; IS NOT NULL) ORDER BY &quot;Member&quot;.&quot;Surname&quot; ASC, &quot;Member&quot;.&quot;FirstName&quot; ASC LIMIT 1,256) &lt;br /&gt;DB.php:130&lt;br /&gt;DB::query(SELECT DISTINCT &quot;Member&quot;.&quot;ClassName&quot;, &quot;Member&quot;.&quot;Created&quot;, &quot;Member&quot;.&quot;LastEdited&quot;, &quot;Member&quot;.&quot;FirstName&quot;, &quot;Member&quot;.&quot;Surname&quot;, &quot;Member&quot;.&quot;Email&quot;, &quot;Member&quot;.&quot;Password&quot;, &quot;Member&quot;.&quot;RememberLoginToken&quot;, &quot;Member&quot;.&quot;NumVisit&quot;, &quot;Member&quot;.&quot;LastVisited&quot;, &quot;Member&quot;.&quot;Bounced&quot;, &quot;Member&quot;.&quot;AutoLoginHash&quot;, &quot;Member&quot;.&quot;AutoLoginExpired&quot;, &quot;Member&quot;.&quot;PasswordEncryption&quot;, &quot;Member&quot;.&quot;Salt&quot;, &quot;Member&quot;.&quot;PasswordExpiry&quot;, &quot;Member&quot;.&quot;LockedOutUntil&quot;, &quot;Member&quot;.&quot;Locale&quot;, &quot;Member&quot;.&quot;FailedLoginCount&quot;, &quot;Member&quot;.&quot;DateFormat&quot;, &quot;Member&quot;.&quot;TimeFormat&quot;, &quot;Member&quot;.&quot;ForumRank&quot;, &quot;Member&quot;.&quot;Occupation&quot;, &quot;Member&quot;.&quot;Company&quot;, &quot;Member&quot;.&quot;City&quot;, &quot;Member&quot;.&quot;Country&quot;, &quot;Member&quot;.&quot;Nickname&quot;, &quot;Member&quot;.&quot;FirstNamePublic&quot;, &quot;Member&quot;.&quot;SurnamePublic&quot;, &quot;Member&quot;.&quot;OccupationPublic&quot;, &quot;Member&quot;.&quot;CompanyPublic&quot;, &quot;Member&quot;.&quot;CityPublic&quot;, &quot;Member&quot;.&quot;CountryPublic&quot;, &quot;Member&quot;.&quot;EmailPublic&quot;, &quot;Member&quot;.&quot;LastViewed&quot;, &quot;Member&quot;.&quot;Signature&quot;, &quot;Member&quot;.&quot;SuspendedUntil&quot;, &quot;Member&quot;.&quot;AvatarID&quot;, &quot;Member&quot;.&quot;ID&quot;, CASE WHEN &quot;Member&quot;.&quot;ClassName&quot; IS NOT NULL THEN &quot;Member&quot;.&quot;ClassName&quot; ELSE 'Member' END AS &quot;RecordClassName&quot; FROM &quot;Member&quot; WHERE (&quot;Email&quot; = 'jeremiirossu@gmail.com' AND &quot;Password&quot; IS NOT NULL) ORDER BY &quot;Member&quot;.&quot;Surname&quot; ASC, &quot;Member&quot;.&quot;FirstName&quot; ASC LIMIT 1,256) &lt;br /&gt;SQLQuery.php:930&lt;br /&gt;SQLQuery-&amp;gt;execute() &lt;br /&gt;DataList.php:716&lt;br /&gt;DataList-&amp;gt;first() &lt;br /&gt;DataObject.php:2844&lt;br /&gt;DataObject::get_one(Member,&quot;Email&quot; = 'jeremiirossu@gmail.com' AND &quot;Password&quot; IS NOT NULL) &lt;br /&gt;MemberAuthenticator.php:49&lt;br /&gt;MemberAuthenticator::authenticate(Array,MemberLoginForm) &lt;br /&gt;call_user_func_array(Array,Array) &lt;br /&gt;MemberLoginForm.php:237&lt;br /&gt;MemberLoginForm-&amp;gt;performLogin(Array) &lt;br /&gt;MemberLoginForm.php:128&lt;br /&gt;MemberLoginForm-&amp;gt;dologin(Array,MemberLoginForm,SS_HTTPRequest) &lt;br /&gt;Form.php:363&lt;br /&gt;Form-&amp;gt;httpSubmission(SS_HTTPRequest) &lt;br /&gt;RequestHandler.php:184&lt;br /&gt;RequestHandler-&amp;gt;handleRequest(SS_HTTPRequest,DataModel) &lt;br /&gt;RequestHandler.php:204&lt;br /&gt;RequestHandler-&amp;gt;handleRequest(SS_HTTPRequest,DataModel) &lt;br /&gt;Controller.php:153&lt;br /&gt;Controller-&amp;gt;handleRequest(SS_HTTPRequest,DataModel) &lt;br /&gt;Director.php:307&lt;br /&gt;Director::handleRequest(SS_HTTPRequest,Session,DataModel) &lt;br /&gt;Director.php:119&lt;br /&gt;Director::direct(/Security/LoginForm,DataModel) &lt;br /&gt;main.php:126&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;I have no programming experience.  What should I do now?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Server Error after Rebuilding Database | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21685#post318730&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21685&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 12 Dec 2012 06:12:29 +1300</pubDate>
			<dc:creator>Arekusandaa</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21685#post318730</guid>
		</item>
		
		<item>
			<title>Re: Server Error after Rebuilding Database</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21685#post318716</link>
			<description>&lt;p&gt;Please read the common questions sticky post. Generic server errors are not useful so you'll have to put the site into dev mode.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.silverstripe.org/general-questions/show/16055&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/general-questions/show/16055&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://doc.silverstripe.org/framework/en/topics/debugging#dev-mode&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/framework/en/topics/debugging#dev-mode&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Server Error after Rebuilding Database | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21685#post318716&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21685&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 11 Dec 2012 20:02:49 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21685#post318716</guid>
		</item>
		
		<item>
			<title>Re: Using the forum module to manage user registration</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21477#post318690</link>
			<description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I have just checked the head of GitHub against 3.0.3 - the functionality doesn't build. I get a deprecation error:&lt;/p&gt;&lt;p&gt;  [User Deprecated] DataObjectDecorator is deprecated. DataObjectDecorator is deprecated. Use DataExtension instead&lt;/p&gt;&lt;p&gt;Looking at GitHub there is very little activity with a pull-request outstanding. It certainly doesn't appear that the module has been updated to work with SilverStripe 3.0&lt;/p&gt;&lt;p&gt;I'm not sure you have the power but is there some way of SilverStripe contacting AJShort about this module? The thing is that registering users is pretty fundamental stuff and would be great to do in a standard way. What is the standard way in 3.0 is the question I guess?&lt;/p&gt;&lt;p&gt;Chris&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Using the forum module to manage user registration | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21477#post318690&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21477&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 10 Dec 2012 16:13:17 +1300</pubDate>
			<dc:creator>cdmein</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21477#post318690</guid>
		</item>
		
		<item>
			<title>Server Error after Rebuilding Database</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21685</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I just installed the forum module, and rebuilt the database.  There were no errors while rebuilding, and the site is fine until I attempt to login to the admin area, where I get a message saying:&lt;/p&gt;&lt;p&gt;Server error&lt;br /&gt;Sorry, there was a problem with handling your request.&lt;/p&gt;&lt;p&gt;Additionally, all CSS and the theme no longer work on the page displaying the server error (though they do elsewhere, eg the About page) and all links are based on the root instead of the subdirectory in which Silverstripe is installed — eg the About link points to ./about-us instead of ./silverstripe/about-us.&lt;/p&gt;&lt;p&gt;I've tried reinstalling twice.  Any help?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Server Error after Rebuilding Database | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21685&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21685&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Mon, 10 Dec 2012 09:02:06 +1300</pubDate>
			<dc:creator>Arekusandaa</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21685</guid>
		</item>
		
		<item>
			<title>Re: Using the forum module to manage user registration</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21477#post318486</link>
			<description>&lt;p&gt;You could do that, though the member profiles module will be better - &lt;a href=&quot;https://github.com/ajshort/silverstripe-memberprofiles&quot; rel=&quot;nofollow&quot;&gt;https://github.com/ajshort/silverstripe-memberprofiles&lt;/a&gt;. No idea if will be updated to 3.0 any time soon (or if it is already!)&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Using the forum module to manage user registration | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21477#post318486&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21477&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 02 Dec 2012 18:06:20 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21477#post318486</guid>
		</item>
		
		<item>
			<title>Using the forum module to manage user registration</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21477</link>
			<description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I am committed to Silverstripe 3 at a new development house and have, after some initial issues (install Widgets first!), am enjoying the CMS/framework.&lt;/p&gt;&lt;p&gt;At present there seems to be a real patchy coverage of modules however. In particular there is no module to support user registration which is what I need to look at with some urgency.&lt;/p&gt;&lt;p&gt;So what I was wondering is whether I could use the Forums module code (that offers registration etc. from the documentation) and use that to register users. My idea is that I could simply hide the forum itself from my site menu but use the backend administation tools to manage the userbase.&lt;/p&gt;&lt;p&gt;Is that a really bad idea or would that be a quick way to get a fully featured user registration 'module' working?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Chris&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Using the forum module to manage user registration | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21477&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21477&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 20 Nov 2012 10:05:44 +1300</pubDate>
			<dc:creator>cdmein</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21477</guid>
		</item>
		
		<item>
			<title>Re: How to reduce form spam?</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21389#post318074</link>
			<description>&lt;p&gt;&lt;a href=&quot;http://www.silverstripe.org/emailverifiedmember-module/&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/emailverifiedmember-module/&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: How to reduce form spam? | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21389#post318074&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21389&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 10 Nov 2012 01:40:14 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21389#post318074</guid>
		</item>
		
		<item>
			<title>How to reduce form spam?</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/21389</link>
			<description>&lt;p&gt;A client of ours has a review form that is getting heavily spammed.&lt;/p&gt;&lt;p&gt;The form currently utilises mathspamprotector and they are getting 1-2 spam submissions an hour. In a bid to reduce this, I tried implementing invisible field spam protection and the recapcha module. The recapcha module was the worst and at one stage, they were getting around 40 submissions an hour getting through. Because of this, I have reverted back to mathspamprotection and they keep trickling through.&lt;/p&gt;&lt;p&gt;Does anyone have any ideas as to other means of protection I could implement?&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;Fraser&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: How to reduce form spam? | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/21389&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/21389&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 09 Nov 2012 10:44:34 +1300</pubDate>
			<dc:creator>Fraser</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/21389</guid>
		</item>
		
		<item>
			<title>Re: Notifications of New Postings by Email - Module</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/11408#post318039</link>
			<description>&lt;p&gt;Hi team,&lt;/p&gt;&lt;p&gt;Would love to know if there has been further progress on providing email notifications to Moderators of forums whenever a new post is made?&lt;/p&gt;&lt;p&gt;Client is crying out for this but it's beyond my current coding abilities to deliver on it easily.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Dave&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Notifications of New Postings by Email - Module | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/11408#post318039&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/11408&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 08 Nov 2012 17:15:48 +1300</pubDate>
			<dc:creator>davepolyester</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/11408#post318039</guid>
		</item>
		
		<item>
			<title>Re: Documentation?</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/20927#post317004</link>
			<description>&lt;p&gt;Yup, that definitely worked! I remember reading something about the &quot;?flush=1&quot; step somewhere in the official documentation some time back when I first started researching the Silverstripe CMS, I guess it just slipped my mind. Forums and blogs work perfectly fine now, thank you so much! Silverstripe is definitely an awesome CMS. I've already gone through a couple tutorials on how to extend the CMS a bit (creating an articles section and staff directory), and have even made my own tweaks to those as well. Good stuff!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Documentation? | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/20927#post317004&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/20927&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 25 Sep 2012 09:07:15 +1200</pubDate>
			<dc:creator>shoostar</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/20927#post317004</guid>
		</item>
		
		<item>
			<title>Re: Documentation?</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/20927#post316966</link>
			<description>&lt;p&gt;&lt;em&gt;. When I go to my actual website however, I don't see anything in regards to posting a new topic, nor do I see a &quot;registration&quot; or &quot;login&quot; link.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Do you see anything related to the forum (i.e you should see a search form for forms, all the categories and available forums) if you don't see that on your forums page then the templates have not be found. Make sure you're viewing the latest changes to the page by adding ?flush=1 to the URL.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Documentation? | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/20927#post316966&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/20927&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 22 Sep 2012 17:15:06 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/20927#post316966</guid>
		</item>
		
		<item>
			<title>Documentation?</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/20927</link>
			<description>&lt;p&gt;I've noticed that this was brought up at least once before, but what are the chances of getting a little bit more documentation for the forums module? I'm really new to using Silverstripe, and so far I haven't had too much trouble with getting the basics down, but I seem to be having some major issues with getting the forums to work.&lt;/p&gt;&lt;p&gt;I was able to get them installed (they show up on the Pages list, and the /dev/build/ bit worked as well for building the new database tables), but when I go to my pages module, all I can do is set up the main forum module itself, as well as setting up some categories. When I go to my actual website however, I don't see anything in regards to posting a new topic, nor do I see a &quot;registration&quot; or &quot;login&quot; link. How would I go about adding these to the website? I'm currently running the latest stable versions of Silverstripe and the forums module (as of the time of this writing, that would be v3.0.2 and v1.0-beta1, respectively), and haven't added anything else to the CMS, minus the blog module (v0.6.0).&lt;/p&gt;&lt;p&gt;I feel that it's also worth mentioning that I'm having the same issue with the blog module, as I seem to have no means of actually posting (or viewing) any blogs. A default blog post was set up, but when I click on the &quot;Blog&quot; button in the main navigation, it simply takes me to the blog page (with the description that I was able to edit), but does not show any blogs at all. Mind you, I made sure that the sample blog post was published and made visible to anyone.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Documentation? | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/20927&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/20927&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 20 Sep 2012 04:56:12 +1200</pubDate>
			<dc:creator>shoostar</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/20927</guid>
		</item>
		
		<item>
			<title>forum module error</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/20849</link>
			<description>&lt;p&gt;Hi there, can anyone help?&lt;/p&gt;&lt;p&gt;I have Installed a forum module for SS i'm currently using 2.3.3version&lt;/p&gt;&lt;p&gt;But After I've installed the &quot;forum&quot; file on the back end.&lt;/p&gt;&lt;p&gt;I receive a message that says &quot;File not found&quot; on firefox, and &quot;This webpage is not found&quot; on google Chrome.&lt;/p&gt;&lt;p&gt;_____________________________________________________________&lt;/p&gt;&lt;p&gt;I followed all the instructions but still I get the error message.&lt;/p&gt;&lt;p&gt;Another thing is that, when I run the &quot;mysite.co.za/dev/build/?flush=1&quot; I receive this error message&lt;/p&gt;&lt;p&gt;&quot;[User Error] Couldn't run query: CREATE TABLE `ForumCategory` ( `ID` int(11) not null auto_increment, `ClassName` enum('ForumCategory') character set utf8 collate utf8_general_ci default 'ForumCategory', `Created` datetime, `LastEdited` datetime, `Title` varchar(100) character set utf8 collate utf8_general_ci, `StackableOrder` varchar(2) character set utf8 collate utf8_general_ci, `ForumHolderID` int(11) not null default '0', index `ForumHolderID` (ForumHolderID), index `ClassName` (ClassName), primary key (ID) ) TYPE=MyISAM You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 14&lt;br /&gt;GET /dev/build/flush=1&lt;/p&gt;&lt;p&gt;Line 401 in /home/neutrog7/public_html/sapphire/core/model/MySQLDatabase.php&quot;&lt;/p&gt;&lt;p&gt;I've also attached an image to give more sense of the error that i'm getting.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: forum module error | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/20849&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/20849&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 12 Sep 2012 00:41:06 +1200</pubDate>
			<dc:creator>beseti 1</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/20849</guid>
		</item>
		
		<item>
			<title>Re: Customizing the forum registration form</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/20587#post316636</link>
			<description>&lt;p&gt;Hello again, bumping an old topic I know. But I figured I should give you my results&lt;/p&gt;&lt;p&gt;So I decided not to mess with the original registration form for the forum. I have left it as is in order to avoid creating more problems in the long term. Instead I focused on adding the necessary code to my own registration form so that it has the power to create an object of the Member class&lt;/p&gt;&lt;p&gt;In my own registration form I copied the code from the forum function called &lt;strong&gt;doregister&lt;/strong&gt; which is inside the file called ForumMemberProfile.php and added that to my own code&lt;/p&gt;&lt;p&gt;The key part you need is this:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$forumGroup = DataObject::get_one('Group', &quot;Code = 'forum-members'&quot;);&lt;/p&gt;&lt;p&gt;            if ($member = DataObject::get_one(&quot;Member&quot;, &quot;`Email` = '&quot; . Convert::raw2sql($data['email']) . &quot;'&quot;)) {&lt;br /&gt;                if ($member) {&lt;br /&gt;                    $form-&amp;gt;addErrorMessage(&quot;Blurb&quot;,&lt;br /&gt;                            _t('ForumMemberProfile.EMAILEXISTS', 'Sorry, that email address already exists. Please choose another.'),&lt;br /&gt;                            &quot;bad&quot;);&lt;/p&gt;&lt;p&gt;                    // Load errors into session and post back&lt;br /&gt;                    Session::set(&quot;FormInfo.Form_RegistrationForm.data&quot;, $data);&lt;br /&gt;                    Director::redirectBack();&lt;br /&gt;                    return;&lt;br /&gt;                }&lt;br /&gt;            } elseif ($this-&amp;gt;OpenIDAvailable() &amp;amp;&amp;amp; ($member = DataObject::get_one(&quot;Member&quot;,&lt;br /&gt;                            &quot;`IdentityURL` = '&quot; . Convert::raw2sql($data['IdentityURL']) . &quot;'&quot;))) {&lt;/p&gt;&lt;p&gt;                if ($member) {&lt;br /&gt;                    $form-&amp;gt;addErrorMessage(&quot;Blurb&quot;,&lt;br /&gt;                            _t('ForumMemberProfile.OPENIDEXISTS', 'Sorry, that OpenID is already registered. Please choose another or register without OpenID.'),&lt;br /&gt;                            &quot;bad&quot;);&lt;/p&gt;&lt;p&gt;                    // Load errors into session and post back&lt;br /&gt;                    Session::set(&quot;FormInfo.Form_RegistrationForm.data&quot;, $data);&lt;br /&gt;                    Director::redirectBack();&lt;br /&gt;                    return;&lt;br /&gt;                }&lt;br /&gt;            } elseif ($member = DataObject::get_one(&quot;Member&quot;,&lt;br /&gt;                            &quot;`Nickname` = '&quot; . Convert::raw2sql($data['Nickname']) . &quot;'&quot;)) {&lt;br /&gt;                if ($member) {&lt;br /&gt;                    $form-&amp;gt;addErrorMessage(&quot;Blurb&quot;,&lt;br /&gt;                            _t('ForumMemberProfile.NICKNAMEEXISTS', 'Sorry, that nickname already exists. Please choose another.'),&lt;br /&gt;                            &quot;bad&quot;);&lt;/p&gt;&lt;p&gt;                    // Load errors into session and post back&lt;br /&gt;                    Session::set(&quot;FormInfo.Form_RegistrationForm.data&quot;, $data);&lt;br /&gt;                    Director::redirectBack();&lt;br /&gt;                    return;&lt;br /&gt;                }&lt;br /&gt;            }&lt;/p&gt;&lt;p&gt;            $member = Object::create('Member');&lt;br /&gt;            $member-&amp;gt;Nickname = $data['Nickname'];&lt;br /&gt;            $member-&amp;gt;Firstname = $data['Firstname '];&lt;br /&gt;            $member-&amp;gt;Surname = $data['Surname '];&lt;br /&gt;            $member-&amp;gt;Occupation = $data['Occupation '];&lt;br /&gt;            $member-&amp;gt;Company = $data['Company '];&lt;br /&gt;            $member-&amp;gt;City = $data['City '];&lt;br /&gt;            $member-&amp;gt;Country = $data['Country '];&lt;br /&gt;            $member-&amp;gt;Email = $data['Email '];&lt;br /&gt;            $member-&amp;gt;write();&lt;br /&gt;            $member-&amp;gt;login();&lt;/p&gt;&lt;p&gt;            $forumGroup-&amp;gt;Members()-&amp;gt;add($member);&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;I love how I can call such classes from anywhere within Silverstripe. This works just fine outside of the original forum code so long as my registration form still carries the expected database fields (This is all inside $data)&lt;/p&gt;&lt;p&gt;With that together with all the other dependent code snippets from ForumMemberProfile.php tucked away inside my controller it worked like a charm. Whenever customers sign up with the website they automatically get a forum account with their subscription &lt;/p&gt;&lt;p&gt;BUT I should also add that I did this &lt;strong&gt;before&lt;/strong&gt; I saw Willr's comment&lt;/p&gt;&lt;p&gt;Now having seen Willr's comment, I'm going to suggest that instead. I haven't played with DataObjectDecorator before (&lt;a href=&quot;http://www.silverstripe.org/archive/show/4317&quot; rel=&quot;nofollow&quot;&gt;nice example here&lt;/a&gt;) so it did not cross my mind but that would be the correct way of extending the forum's registration form with new fields. &lt;/p&gt;&lt;p&gt;My method dodges around the problem rather than addresses it, although it does give me my own form which I have full control over&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Customizing the forum registration form | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/20587#post316636&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/20587&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 09 Sep 2012 20:25:00 +1200</pubDate>
			<dc:creator>Yokelassence</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/20587#post316636</guid>
		</item>
		
		<item>
			<title>want to cut object</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/20754</link>
			<description>&lt;p&gt;It is important to achieve further progress, particularly in the labor market, Mr. Bernanke said in his prepared remarks. Taking due account of the uncertainties and limits of its policy tools, the Federal Reserve will provide additional policy accommodation as needed to promote &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.hasebolk.com/p/chelsea-vs-atletico-madrid-live-stream.html&quot; rel=&quot;nofollow&quot;&gt;chelsea vs atletico madrid live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/fulham-v-west-ham-united-live-stream.html&quot; rel=&quot;nofollow&quot;&gt;fulham vs west ham united live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/fulham-v-west-ham-united-live-stream.html&quot; rel=&quot;nofollow&quot;&gt;fulham v west ham live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/fulham-v-west-ham-united-live-stream.html&quot; rel=&quot;nofollow&quot;&gt;west ham v fulham live stream&lt;/a&gt;  - &lt;a href=&quot;http://www.hasebolk.com/p/everton-vs-west-brom-live-stream-free.html&quot; rel=&quot;nofollow&quot;&gt;Everton vs West Brom Live Stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/everton-vs-west-brom-live-stream-free.html&quot; rel=&quot;nofollow&quot;&gt;Everton v West Brom Live Stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/wigan-athletic-vs-stoke-city-live.html&quot; rel=&quot;nofollow&quot;&gt;Wigan Athletic vs Stoke City live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/wigan-athletic-vs-stoke-city-live.html&quot; rel=&quot;nofollow&quot;&gt;Wigan vs Stoke live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/tottenham-hotspur-vs-norwich-city-live.html&quot; rel=&quot;nofollow&quot;&gt;Tottenham Hotspur vs Norwich City live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/tottenham-hotspur-vs-norwich-city-live.html&quot; rel=&quot;nofollow&quot;&gt;Tottenham vs Norwich live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/tottenham-hotspur-vs-norwich-city-live.html&quot; rel=&quot;nofollow&quot;&gt;Tottenham v Norwich live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/man-city-vs-qpr-live-stream-free-watch.html&quot; rel=&quot;nofollow&quot;&gt;man city vs qpr live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/manchester-city-vs-queens-park-rangers.html&quot; rel=&quot;nofollow&quot;&gt;Manchester City vs Queens Park Rangers Live stream&lt;/a&gt; -  &lt;a href=&quot;http://www.hasebolk.com/p/manchester-city-vs-queens-park-rangers.html&quot; rel=&quot;nofollow&quot;&gt;Manchester City vs qpr Live stream&lt;/a&gt; -  &lt;a href=&quot;http://www.hasebolk.com/p/liverpool-vs-arsenal-live-stream-free.html&quot; rel=&quot;nofollow&quot;&gt;liverpool vs arsenal live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/liverpool-vs-arsenal-live-stream-free.html&quot; rel=&quot;nofollow&quot;&gt;liverpool v arsenal live stream&lt;/a&gt;  -  - &lt;a href=&quot;http://www.hasebolk.com/p/arsenal-vs-liverpool-live-stream-online.html&quot; rel=&quot;nofollow&quot;&gt;arsenal vs liverpool live stream&lt;/a&gt;  - &lt;a href=&quot;http://www.hasebolk.com/p/arsenal-vs-liverpool-live-stream-online.html&quot; rel=&quot;nofollow&quot;&gt;arsenal v liverpool live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/manchester-united-vs-southampton-live.html&quot; rel=&quot;nofollow&quot;&gt;manchester united vs southampton live stream&lt;/a&gt;  - &lt;a href=&quot;http://www.hasebolk.com/p/manchester-united-vs-southampton-live.html&quot; rel=&quot;nofollow&quot;&gt;man utd vs southampton live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/southampton-vs-man-utd-live-stream-free.html&quot; rel=&quot;nofollow&quot;&gt;southampton vs man utd live stream&lt;/a&gt;  - &lt;a href=&quot;http://www.hasebolk.com/p/barcelona-vs-valencia-live-stream-free.html&quot; rel=&quot;nofollow&quot;&gt;barcelona vs valencia live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/barcelona-vs-valencia-live-stream-free.html&quot; rel=&quot;nofollow&quot;&gt;barcelona vs valencia live&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/sunderland-vs-swansea-city-live-stream.html&quot; rel=&quot;nofollow&quot;&gt;sunderland vs swansea city live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/sunderland-vs-swansea-city-live-stream.html&quot; rel=&quot;nofollow&quot;&gt;sunderland v swansea live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/&quot; rel=&quot;nofollow&quot;&gt;chelsea vs atletico madrid live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/&quot; rel=&quot;nofollow&quot;&gt;watch chelsea vs atletico madrid live stream&lt;/a&gt;  - &lt;a href=&quot;http://www.hasebolk.com/&quot; rel=&quot;nofollow&quot;&gt;chelsea v atletico madrid live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/&quot; rel=&quot;nofollow&quot;&gt;chelsea atletico madrid live stream&lt;/a&gt;  - &lt;a href=&quot;http://www.hasebolk.com/&quot; rel=&quot;nofollow&quot;&gt;chelsea atletico madrid live &lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: want to cut object | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/20754&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/20754&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 01 Sep 2012 04:59:00 +1200</pubDate>
			<dc:creator>hguiniosaz</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/20754</guid>
		</item>
		
		<item>
			<title>unable to permenet move</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/20753</link>
			<description>&lt;p&gt;It is important to achieve further progress, particularly in the labor market, Mr. Bernanke said in his prepared remarks. Taking due account of the uncertainties and limits of its policy tools, the Federal Reserve will provide additional policy accommodation as needed to promote &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.hasebolk.com/p/chelsea-vs-atletico-madrid-live-stream.html&quot; rel=&quot;nofollow&quot;&gt;chelsea vs atletico madrid live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/fulham-v-west-ham-united-live-stream.html&quot; rel=&quot;nofollow&quot;&gt;fulham vs west ham united live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/fulham-v-west-ham-united-live-stream.html&quot; rel=&quot;nofollow&quot;&gt;fulham v west ham live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/fulham-v-west-ham-united-live-stream.html&quot; rel=&quot;nofollow&quot;&gt;west ham v fulham live stream&lt;/a&gt;  - &lt;a href=&quot;http://www.hasebolk.com/p/everton-vs-west-brom-live-stream-free.html&quot; rel=&quot;nofollow&quot;&gt;Everton vs West Brom Live Stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/everton-vs-west-brom-live-stream-free.html&quot; rel=&quot;nofollow&quot;&gt;Everton v West Brom Live Stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/wigan-athletic-vs-stoke-city-live.html&quot; rel=&quot;nofollow&quot;&gt;Wigan Athletic vs Stoke City live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/wigan-athletic-vs-stoke-city-live.html&quot; rel=&quot;nofollow&quot;&gt;Wigan vs Stoke live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/tottenham-hotspur-vs-norwich-city-live.html&quot; rel=&quot;nofollow&quot;&gt;Tottenham Hotspur vs Norwich City live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/tottenham-hotspur-vs-norwich-city-live.html&quot; rel=&quot;nofollow&quot;&gt;Tottenham vs Norwich live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/tottenham-hotspur-vs-norwich-city-live.html&quot; rel=&quot;nofollow&quot;&gt;Tottenham v Norwich live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/man-city-vs-qpr-live-stream-free-watch.html&quot; rel=&quot;nofollow&quot;&gt;man city vs qpr live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/manchester-city-vs-queens-park-rangers.html&quot; rel=&quot;nofollow&quot;&gt;Manchester City vs Queens Park Rangers Live stream&lt;/a&gt; -  &lt;a href=&quot;http://www.hasebolk.com/p/manchester-city-vs-queens-park-rangers.html&quot; rel=&quot;nofollow&quot;&gt;Manchester City vs qpr Live stream&lt;/a&gt; -  &lt;a href=&quot;http://www.hasebolk.com/p/liverpool-vs-arsenal-live-stream-free.html&quot; rel=&quot;nofollow&quot;&gt;liverpool vs arsenal live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/liverpool-vs-arsenal-live-stream-free.html&quot; rel=&quot;nofollow&quot;&gt;liverpool v arsenal live stream&lt;/a&gt;  -  - &lt;a href=&quot;http://www.hasebolk.com/p/arsenal-vs-liverpool-live-stream-online.html&quot; rel=&quot;nofollow&quot;&gt;arsenal vs liverpool live stream&lt;/a&gt;  - &lt;a href=&quot;http://www.hasebolk.com/p/arsenal-vs-liverpool-live-stream-online.html&quot; rel=&quot;nofollow&quot;&gt;arsenal v liverpool live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/manchester-united-vs-southampton-live.html&quot; rel=&quot;nofollow&quot;&gt;manchester united vs southampton live stream&lt;/a&gt;  - &lt;a href=&quot;http://www.hasebolk.com/p/manchester-united-vs-southampton-live.html&quot; rel=&quot;nofollow&quot;&gt;man utd vs southampton live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/southampton-vs-man-utd-live-stream-free.html&quot; rel=&quot;nofollow&quot;&gt;southampton vs man utd live stream&lt;/a&gt;  - &lt;a href=&quot;http://www.hasebolk.com/p/barcelona-vs-valencia-live-stream-free.html&quot; rel=&quot;nofollow&quot;&gt;barcelona vs valencia live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/barcelona-vs-valencia-live-stream-free.html&quot; rel=&quot;nofollow&quot;&gt;barcelona vs valencia live&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/sunderland-vs-swansea-city-live-stream.html&quot; rel=&quot;nofollow&quot;&gt;sunderland vs swansea city live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/p/sunderland-vs-swansea-city-live-stream.html&quot; rel=&quot;nofollow&quot;&gt;sunderland v swansea live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/&quot; rel=&quot;nofollow&quot;&gt;chelsea vs atletico madrid live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/&quot; rel=&quot;nofollow&quot;&gt;watch chelsea vs atletico madrid live stream&lt;/a&gt;  - &lt;a href=&quot;http://www.hasebolk.com/&quot; rel=&quot;nofollow&quot;&gt;chelsea v atletico madrid live stream&lt;/a&gt; - &lt;a href=&quot;http://www.hasebolk.com/&quot; rel=&quot;nofollow&quot;&gt;chelsea atletico madrid live stream&lt;/a&gt;  - &lt;a href=&quot;http://www.hasebolk.com/&quot; rel=&quot;nofollow&quot;&gt;chelsea atletico madrid live &lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: unable to permenet move | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/20753&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/20753&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 01 Sep 2012 04:58:23 +1200</pubDate>
			<dc:creator>hguiniosaz</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/20753</guid>
		</item>
		
		<item>
			<title>Re: Removing Search</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/20700#post316290</link>
			<description>&lt;p&gt;If you have a custom forum theme then just remove it from the ForumHeader.ss template. Otherwise you could simply hide the form with CSS (#ForumSearch { display: none; }. A fix for forum searching in 3.0 will be coming soon.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Removing Search | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/20700#post316290&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/20700&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 26 Aug 2012 13:48:02 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/20700#post316290</guid>
		</item>
		
		<item>
			<title>Removing Search</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/20700</link>
			<description>&lt;p&gt;Since the search function does not work at this time, I am trying to stop the search function from displaying. Is there a simple means to do this? I just dont want something that doesn't work showing on my site but I am struggling to figure out where to remove it from. Thanks in advance.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Removing Search | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/20700&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/20700&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 25 Aug 2012 04:12:45 +1200</pubDate>
			<dc:creator>facon12</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/20700</guid>
		</item>
		
		<item>
			<title>Re: Customizing the forum registration form</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/20587#post316269</link>
			<description>&lt;p&gt;Is there documentation anywhere on the Forum module other than: &lt;a href=&quot;https://github.com/silverstripe/silverstripe-forum&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe/silverstripe-forum&lt;/a&gt;. The documentation there is pretty lacking for knowing what hooks and functions to use to extend the module. I realize i could read through the code in the module but it seems like this would be documented in an api or something along those lines. I get the impression from other posts that the forum module had more documentation for previous versions of silverstripe.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Customizing the forum registration form | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/20587#post316269&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/20587&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 24 Aug 2012 07:30:18 +1200</pubDate>
			<dc:creator>facon12</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/20587#post316269</guid>
		</item>
		
		<item>
			<title>Re: Customizing the forum registration form</title>
			<link>http://www.silverstripe.org/forum-module-forum/show/20587#post316002</link>
			<description>&lt;p&gt;Create a DataExtension (or DataObjectDecorator in SS2.4) and apply it to the Member base class.&lt;/p&gt;&lt;p&gt;You can then modify the registration form using the extension hook updateForumFields.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Customizing the forum registration form | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/show/20587#post316002&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/forum-module-forum/reply/20587&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 12 Aug 2012 12:39:01 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/forum-module-forum/show/20587#post316002</guid>
		</item>
		

	</channel>
</rss>