<?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: Spam in comments even with ReCaptcha</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/19183#post311761</link>
			<description>&lt;p&gt;I was thinking about switching to Mollom, I guess it couldn't hurt. &lt;/p&gt;&lt;p&gt;Thank you&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Spam in comments even with ReCaptcha &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/19183#post311761&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/19183&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 13:41:50 +1300</pubDate>
			<dc:creator>socks</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/19183#post311761</guid>
		</item>
		
		<item>
			<title>Re: Spam in comments even with ReCaptcha</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/19183#post311760</link>
			<description>&lt;p&gt;We have had pretty good success trying the other methods like mollom when Recaptcha fails to do the job.&lt;/p&gt;&lt;p&gt;Goodluck&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Spam in comments even with ReCaptcha &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/19183#post311760&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/19183&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 11 Feb 2012 13:35:49 +1300</pubDate>
			<dc:creator>stripetheweb</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/19183#post311760</guid>
		</item>
		
		<item>
			<title>Spam in comments even with ReCaptcha</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/19183</link>
			<description>&lt;p&gt;We're getting 20-100 spam comments per blog post even though we have ReCaptcha enabled.  Any thoughts or solutions?&lt;/p&gt;&lt;p&gt;SS 2.4.5&lt;br /&gt;Blog 0.4.1&lt;br /&gt;Spam Protection 0.3&lt;br /&gt;ReCaptcha 0.4.0&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Spam in comments even with ReCaptcha &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/19183&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/19183&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 10 Feb 2012 14:47:16 +1300</pubDate>
			<dc:creator>socks</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/19183</guid>
		</item>
		
		<item>
			<title>Re: Tags with Apostrophes Break the Link</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/19045#post311650</link>
			<description>&lt;p&gt;It is indeed a bug. I too had this problem with needing to use an apostrophe in a tag. Since single quotes ( ' ) are allowed in URL's, trying to format with htmlentities or urlencode in the controller (or the template $Link.XML method) had no effect on the actual URL being generated by the link. &lt;/p&gt;&lt;p&gt;Instead, I found that the tag code was being converted to it's HTML entity (&amp;amp;#39;) prior to the SQL query being run:&lt;br /&gt;In BlogTree_Controller::SelectedTag() (Convert::raw2xml() - BlogTree.php line #300).&lt;/p&gt;&lt;p&gt;My simple solution was to edit BlogTree.php line #300 to remove the raw2xml conversion as below:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;return ($this-&amp;gt;request-&amp;gt;latestParam('Action') == 'tag') ? $this-&amp;gt;request-&amp;gt;latestParam('ID') : '';&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;It's perhaps a temporary solution, but it certainly worked for me.&lt;/p&gt;&lt;p&gt;UPDATED&lt;/p&gt;&lt;p&gt;On second thought, it's probably best to keep the raw2xml conversion in the SelectedTag() function, as this function is also used for template output. Instead, edit BlogTree.php line #160 to revert the xml conversion back to raw for the purpose of escaping for the query:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$SQL_tag = Convert::raw2sql(Convert::xml2raw($tag));&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;This is probably the better solution.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Tags with Apostrophes Break the Link &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/19045#post311650&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/19045&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 07 Feb 2012 12:37:23 +1300</pubDate>
			<dc:creator>TroutDan</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/19045#post311650</guid>
		</item>
		
		<item>
			<title>disappearing widgets</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/19130</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;if i put some widgets to the blogtree, the blogholder or a blogentry, they all disappear after saving the changes.&lt;/p&gt;&lt;p&gt;i have put the following to page.php:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $has_one = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Sidebar' =&amp;gt; 'WidgetArea' &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt;and &lt;/p&gt;&lt;p&gt;       $fields-&amp;gt;addFieldToTab(&quot;Root.Content.Widgets&quot;, new CheckboxField(&quot;InheritSideBar&quot;, 'Inherit Sidebar From Parent'));&lt;br /&gt;       $fields-&amp;gt;addFieldToTab(&quot;Root.Content.Widgets&quot;, new WidgetAreaEditor(&quot;Sidebar&quot;)); &lt;/p&gt;&lt;p&gt;If i put widgets to a page i can save without problems. The widgets are showen after saving the changes.&lt;/p&gt;&lt;p&gt;I have searched the forum and found the problem often, but no solution to solve it. Can anybody help?&lt;/p&gt;&lt;p&gt;I have installed SS 2.4.5 and the latest Blog module.&lt;/p&gt;&lt;p&gt;Greetings, Carsten.&lt;/p&gt;&lt;p&gt;Here are some infos from Firebug: &lt;/p&gt;&lt;p&gt;ERROR [Notice]: Trying to get property of non-object&lt;br /&gt;IN POST /admin/EditForm&lt;br /&gt;Line 100 in /home/www/22/42/cwwebde822/cms/code/WidgetAreaEditor.php&lt;/p&gt;&lt;p&gt;Source&lt;br /&gt;======&lt;br /&gt;  91:  &lt;br /&gt;  92:  &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;// Sometimes the id is &quot;new-1&quot; or similar, ensure this doesn't get into the query&lt;br /&gt;  93:  &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;if(!is_numeric($newWidgetID)) {&lt;br /&gt;  94:  &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;&amp;nbsp;&amp;nbsp;&amp;nbsp;$newWidgetID = 0;&lt;br /&gt;  95:  &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;}&lt;br /&gt;  96:  &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;  97:  &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;// \&quot;ParentID\&quot; = '0' is for the new page&lt;br /&gt;  98:  &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;$widget = DataObject::get_one(&lt;br /&gt;  99:  &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;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Widget',&lt;br /&gt;* 100: &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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;(\&quot;ParentID\&quot; = '{$record-&amp;gt;$name()-&amp;gt;ID}' OR \&quot;ParentID\&quot; = '0') AND \&quot;Widget\&quot;.\&quot;ID\&quot; =&lt;br /&gt;       '$newWidgetID'&quot;&lt;br /&gt;  101: &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;);&lt;br /&gt;  102: &lt;br /&gt;  103: &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;  104: &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;// check if we are updating an existing widget&lt;br /&gt;  105: &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;if($widget &amp;amp;&amp;amp; isset($missingWidgets[$widget-&amp;gt;ID])) {&lt;br /&gt;  106: &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;&amp;nbsp;&amp;nbsp;&amp;nbsp;unset($missingWidgets[$widget-&amp;gt;ID]);&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: disappearing widgets &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/19130&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/19130&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 02 Feb 2012 04:39:44 +1300</pubDate>
			<dc:creator>dacar</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/19130</guid>
		</item>
		
		<item>
			<title>Re: Remove Author Field</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/16216?start=8#post311557</link>
			<description>&lt;p&gt;Hello all,&lt;/p&gt;&lt;p&gt;I'm a little late to the game but I do have a solution if no one has one that really works.  Here's what you do:&lt;/p&gt;&lt;p&gt;public function populateDefaults(){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;parent::populateDefaults();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;setField('Date', date('Y-m-d H:i:s', strtotime('now')));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;Author = Member::currentUser() ? Member::currentUser()-&amp;gt;FirstName : '';&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;Then, comment out OR remove/replace the following entries from getCMSFields&lt;/p&gt;&lt;p&gt;//$firstName = Member::currentUser() ? Member::currentUser()-&amp;gt;FirstName : '';&lt;br /&gt;//$fields-&amp;gt;addFieldToTab(&quot;Root.Content.Main&quot;, new TextField(&quot;Author&quot;, _t(&quot;BlogEntry.AU&quot;, &quot;Author&quot;), $firstName),&quot;Content&quot;);&lt;br /&gt;$fields-&amp;gt;addFieldToTab(&quot;Root.Content.Main&quot;, new TextField(&quot;Author&quot;, _t(&quot;BlogEntry.AU&quot;, &quot;Author&quot;)),&quot;Content&quot;);&lt;/p&gt;&lt;p&gt;This has worked 100% of the time and I believe is the correct way to do it.&lt;/p&gt;&lt;p&gt;Hope this helps someone.&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Jason&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Remove Author Field &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/16216?start=8#post311557&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/16216&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 01 Feb 2012 23:48:23 +1300</pubDate>
			<dc:creator>webmanj</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/16216?start=8#post311557</guid>
		</item>
		
		<item>
			<title>Re: Tags with Apostrophes Break the Link</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/19045#post311547</link>
			<description>&lt;p&gt;aww&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Tags with Apostrophes Break the Link &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/19045#post311547&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/19045&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 01 Feb 2012 15:35:01 +1300</pubDate>
			<dc:creator>lexorallan</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/19045#post311547</guid>
		</item>
		
		<item>
			<title>Re: Blog Module Front-End WYSIWYG Image?</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/15430#post311462</link>
			<description>&lt;p&gt;Also interessted in a solution.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Blog Module Front-End WYSIWYG Image? &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/15430#post311462&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/15430&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 27 Jan 2012 23:10:33 +1300</pubDate>
			<dc:creator>danzzz</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/15430#post311462</guid>
		</item>
		
		<item>
			<title>Re: Tags with Apostrophes Break the Link</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/19045#post311283</link>
			<description>&lt;p&gt;Sounds like a bug - it should encode the tag text to format it using HTML entities (i.e &amp;amp;#39; for '). If you can, dig down into the template that outputs the tags and find the variable, rather than $Something should be $Something.XML to ensure it's escaped.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Tags with Apostrophes Break the Link &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/19045#post311283&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/19045&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 20 Jan 2012 16:03:20 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/19045#post311283</guid>
		</item>
		
		<item>
			<title>Tags with Apostrophes Break the Link</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/19045</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have a site where I'd like one of the tags to have an apostrophe (ie, What's Cooking). For any normal tag (that has no apostrophe) clicking on the tag will show you all of the posts with that tag. But my tag with the apostrophe won't pull up any results. &lt;/p&gt;&lt;p&gt;Any suggestions for correcting this would be great. &lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;June&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Tags with Apostrophes Break the Link &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/19045&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/19045&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 19 Jan 2012 10:31:09 +1300</pubDate>
			<dc:creator>juneallison</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/19045</guid>
		</item>
		
		<item>
			<title>Re: Bad widget class name given</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/4527#post311241</link>
			<description>&lt;p&gt;We got our widgets working on all pages eventually, here's our solution. Hopefully it helps!&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.clickheredigital.co.uk/blog/bad-widget-class-name-given-our-experience-with-widgets-on-any-silverstripe-page/&quot; rel=&quot;nofollow&quot;&gt;http://www.clickheredigital.co.uk/blog/bad-widget-class-name-given-our-experience-with-widgets-on-any-silverstripe-page/&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Bad widget class name given &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/4527#post311241&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/4527&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 18 Jan 2012 23:14:12 +1300</pubDate>
			<dc:creator>CHD</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/4527#post311241</guid>
		</item>
		
		<item>
			<title>Re: [ask] different widget title in each language?</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/13083#post311221</link>
			<description>&lt;p&gt;ok, I'm sorry I have scanned this and given an answer as how to translate a widget which is what it appeared to be asking for - I don't use the blog module widget.  Instead I will move this thread to that area since the question is actually more specfic.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: [ask] different widget title in each language? &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/13083#post311221&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/13083&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 18 Jan 2012 07:55:45 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/13083#post311221</guid>
		</item>
		
		<item>
			<title>Re: [ask] different widget title in each language?</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/13083#post311220</link>
			<description>&lt;p&gt;still there is no field in the cms where I can translate the blog widget title, and if you mean the language file for blog I just looked at it and there is no entry for the widget title as the title is hard coded.. can you explain to me how did you translate the blog widgets?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: [ask] different widget title in each language? &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/13083#post311220&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/13083&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 18 Jan 2012 07:51:22 +1300</pubDate>
			<dc:creator>sajok</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/13083#post311220</guid>
		</item>
		
		<item>
			<title>Re: [ask] different widget title in each language?</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/13083#post311219</link>
			<description>&lt;p&gt;The same way the page title changes when using translatable is enabled - the widget will only show on the translated version of the widget - rather than the same widget for each page.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: [ask] different widget title in each language? &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/13083#post311219&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/13083&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 18 Jan 2012 06:35:35 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/13083#post311219</guid>
		</item>
		
		<item>
			<title>Re: [ask] different widget title in each language?</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/13083#post311217</link>
			<description>&lt;p&gt;how can I translate the widget title with the solution you provided?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: [ask] different widget title in each language? &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/13083#post311217&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/13083&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 18 Jan 2012 05:15:24 +1300</pubDate>
			<dc:creator>sajok</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/13083#post311217</guid>
		</item>
		
		<item>
			<title>Re: [ask] different widget title in each language?</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/13083#post311216</link>
			<description>&lt;p&gt;This is how I did it...&lt;br /&gt;&lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/11375?start=8&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/widgets-2/show/11375?start=8&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: [ask] different widget title in each language? &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/13083#post311216&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/13083&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 18 Jan 2012 04:58:35 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/13083#post311216</guid>
		</item>
		
		<item>
			<title>Re: [ask] different widget title in each language?</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/13083#post311215</link>
			<description>&lt;p&gt;thanks for the hack..&lt;br /&gt;since this is an old post, I'm wondering if you came up with a better solution?&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: [ask] different widget title in each language? &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/13083#post311215&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/13083&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 18 Jan 2012 04:09:12 +1300</pubDate>
			<dc:creator>sajok</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/13083#post311215</guid>
		</item>
		
		<item>
			<title>Re: Wrong Date Calculation with german dates?</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/13895#post311196</link>
			<description>&lt;p&gt;Yes, I can confirm this behavior, choosing posts from the last 6 months just subtracted 6 days, locale being de_DE. With locale set to en_US like so (in blog/code/BlogTree.php):&lt;br /&gt;$d-&amp;gt;sub($this-&amp;gt;LandingPageFreshness, null, 'en_US');&lt;br /&gt;beams me 6 months and three days into the past. I guess it's a bug in ZF.&lt;/p&gt;&lt;p&gt;I went for the solution from this post:&lt;br /&gt;&lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/17373#post310814&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/blog-module-forum/show/17373#post310814&lt;/a&gt;&lt;br /&gt;and it works...&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;f.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Wrong Date Calculation with german dates? &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/13895#post311196&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/13895&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 17 Jan 2012 09:43:55 +1300</pubDate>
			<dc:creator>fool</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/13895#post311196</guid>
		</item>
		
		<item>
			<title>New Blog Entry date</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/19015</link>
			<description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;Just wondering if there is a way to fix the the New Blog Entry date, to change its default entry date from 1 Jan 1970, to always be the current day/date etc?&lt;/p&gt;&lt;p&gt;Any help appreciated.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: New Blog Entry date &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/19015&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/19015&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 16 Jan 2012 13:52:49 +1300</pubDate>
			<dc:creator>purtle</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/19015</guid>
		</item>
		
		<item>
			<title>Archive by Year not working </title>
			<link>http://www.silverstripe.org/blog-module-forum/show/19014</link>
			<description>&lt;p&gt;Hi all&lt;/p&gt;&lt;p&gt;Just noticed on a client site, that the links provided for Archive date filtering by Year is not working. The links by Month work fine.&lt;/p&gt;&lt;p&gt;I'm using SilverStripe 2.4.5 with Blog 0.4.1.&lt;/p&gt;&lt;p&gt;When the Blog Archive Widget is set to year, the links provided to filter posts by Year don't work. Clicking any year link, just displays all posts regardless of the year clicked.&lt;/p&gt;&lt;p&gt;Is this a known bug, and or has there been a patch/fix available?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Archive by Year not working  &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/19014&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/19014&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 16 Jan 2012 13:49:19 +1300</pubDate>
			<dc:creator>purtle</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/19014</guid>
		</item>
		
		<item>
			<title>Re: Installation</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18986#post311081</link>
			<description>&lt;p&gt;Are you looking at the backend or the frontend for changes? In the backend you need to create a new page with a type of blog holder.&lt;/p&gt;&lt;p&gt;You could try /dev/build?flush=all &lt;/p&gt;&lt;p&gt;Installing modules like this has always worked for me so you may want to look a bit closer at your setup if that doesn't work. Try another module for a test and see what happens. &lt;/p&gt;&lt;p&gt;I seem to remember that some modules (e.g. Data Object Manager) require that the directory be named a particular way (e.g. dataobject_manager rather than dom or something else) but I don't think this is the case with the blog module.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Installation &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18986#post311081&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18986&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 13 Jan 2012 07:32:52 +1300</pubDate>
			<dc:creator>Tim Snadden</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18986#post311081</guid>
		</item>
		
		<item>
			<title>Re: Installation</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18986#post311068</link>
			<description>&lt;p&gt;Tried that, still not getting anything.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Installation &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18986#post311068&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18986&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 13 Jan 2012 03:14:30 +1300</pubDate>
			<dc:creator>Urza9814</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18986#post311068</guid>
		</item>
		
		<item>
			<title>Re: Installation</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18986#post311058</link>
			<description>&lt;p&gt;Running /dev/build (e.g. &lt;a href=&quot;http://yoursite.com/dev/build&quot; rel=&quot;nofollow&quot;&gt;http://yoursite.com/dev/build&lt;/a&gt;) should make the necessary updates to the database.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Installation &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18986#post311058&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18986&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 12 Jan 2012 21:07:51 +1300</pubDate>
			<dc:creator>Tim Snadden</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18986#post311058</guid>
		</item>
		
		<item>
			<title>Installation</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18986</link>
			<description>&lt;p&gt;OK, so the docs linked to from the module page no longer exist; the docs linked to in the readme have a different URL, but also no longer exist, so I'm going on the tiny hint of instruction offered here:&lt;br /&gt;&lt;a href=&quot;http://doc.silverstripe.org/sapphire/en/topics/modules&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/sapphire/en/topics/modules&lt;/a&gt;&lt;/p&gt;&lt;p&gt;So, I copied the folder into my SilverStripe root folder, renamed it 'blog', and then ran ?flush=1...but I'm finding no signs that the blog has been installed anywhere on my site. Certainly not on the main page, and in the admin page when I go to create a new page, there are no blog options like on the demo page. And I checked the folder permissions, the server should have full access to the blog folder. Any suggestions?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Installation &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18986&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18986&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 12 Jan 2012 15:23:27 +1300</pubDate>
			<dc:creator>Urza9814</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18986</guid>
		</item>
		
		<item>
			<title>How display all blog tags on home page</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18949</link>
			<description>&lt;p&gt;Hello everyone!&lt;/p&gt;&lt;p&gt;I can't find out on forum, how display all blog tags on home page? Any ideas?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How display all blog tags on home page &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18949&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18949&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 10 Jan 2012 08:08:20 +1300</pubDate>
			<dc:creator>neografik</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18949</guid>
		</item>
		
		<item>
			<title>Re: Recover Deleted Blog</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18851#post310934</link>
			<description>&lt;p&gt;Hopefully you can still see the page when you select 'show all including deleted pages' - &lt;a href=&quot;https://skitch.com/willrossi/gadua/silverstripe-cms-pages&quot; rel=&quot;nofollow&quot;&gt;https://skitch.com/willrossi/gadua/silverstripe-cms-pages&lt;/a&gt;&lt;/p&gt;&lt;p&gt;If you can't, then you'll need to fetch it from the database. Dig through BlogHolder_versions for the correct ID of the deleted page and restore the records from BlogHolder_versions, BlogTree_versions, Page_versions, SiteTree_versions for which the ID matches back to their respective tables BlogHolder, BlogTree etc.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Recover Deleted Blog &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18851#post310934&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18851&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 09 Jan 2012 19:20:01 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18851#post310934</guid>
		</item>
		
		<item>
			<title>Re: Blog module installation faild, plz help</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18899#post310845</link>
			<description>&lt;p&gt;I get solution:&lt;/p&gt;&lt;p&gt;..../index.php/db/build&lt;/p&gt;&lt;p&gt;and then&lt;/p&gt;&lt;p&gt;..../index.php/dev/build?flush=1&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Blog module installation faild, plz help &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18899#post310845&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18899&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 05 Jan 2012 23:17:40 +1300</pubDate>
			<dc:creator>Rubel</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18899#post310845</guid>
		</item>
		
		<item>
			<title>Re: blog module Error message show, plz help</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18902#post310844</link>
			<description>&lt;p&gt;Any One plz help&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: blog module Error message show, plz help &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18902#post310844&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18902&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 05 Jan 2012 23:15:15 +1300</pubDate>
			<dc:creator>Rubel</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18902#post310844</guid>
		</item>
		
		<item>
			<title>Re: [SOLVED] Hiding Future Blog Posts (i.e. Scheduling Entries)</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/17373#post310814</link>
			<description>&lt;p&gt;I had a similar issue and found that the problem was with the SS_DateTime::Now() method being used to create the new Zend_Date object in the BlogEntries method. &lt;/p&gt;&lt;p&gt;Instead of this:&lt;/p&gt;&lt;p&gt;$d = new Zend_Date(SS_Datetime::now()-&amp;gt;getValue());&lt;/p&gt;&lt;p&gt;I used this:&lt;/p&gt;&lt;p&gt;$d = Zend_Date::now();&lt;/p&gt;&lt;p&gt;on a side note I also found that there was an issue with the limit filtering using the LandingPageFreshness value. This value is a drop field on the blog page but it's storing the values incorrectly and they're not being called correctly. First I changed the field values to two digit values. For example &quot;2 MONTH&quot; became &quot;02&quot;. Then you'll want to dev/build. Then change the $this-&amp;gt;LandingPageFreshness property references to $this-&amp;gt;getLandingPageFreshness() method references. The method, as opposed to the property, deals with the INHERIT values by retrieving from the parent class or setting to empty. &lt;/p&gt;&lt;p&gt;Also in the BlogEntries method you'll want to change:&lt;/p&gt;&lt;p&gt;$d-&amp;gt;sub($this-&amp;gt;LandingPageFreshness);&lt;/p&gt;&lt;p&gt;to:&lt;/p&gt;&lt;p&gt;$d-&amp;gt;sub($this-&amp;gt;getLandingPageFreshness(), Zend_Date::MONTH);&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: [SOLVED] Hiding Future Blog Posts (i.e. Scheduling Entries) &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/17373#post310814&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/17373&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 04 Jan 2012 16:03:12 +1300</pubDate>
			<dc:creator>mawk</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/17373#post310814</guid>
		</item>
		
		<item>
			<title>blog module Error message show, plz help</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18902</link>
			<description>&lt;p&gt;Hi,&lt;br /&gt;I already installed Blog module.&lt;br /&gt;But when I published a articale then browser show the following message.....&lt;/p&gt;&lt;p&gt;Fatal error: Call to a member function Link() on a non-object in E:\xampp\xampp\htdocs\Silver\blog\code\BlogEntry.php on line 164&lt;/p&gt;&lt;p&gt;some time browser show: &lt;/p&gt;&lt;p&gt;This page contains the following errors:&lt;/p&gt;&lt;p&gt;error on line 110 at column 101: EntityRef: expecting ';'&lt;br /&gt;Below is a rendering of the page up to the first error.&lt;/p&gt;&lt;p&gt;some times show:&lt;br /&gt;Index of /silver/blog  ......&lt;/p&gt;&lt;p&gt;plz help ....................... so kind of you ............................... I am waiting ..........................&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: blog module Error message show, plz help &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18902&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18902&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 04 Jan 2012 06:36:39 +1300</pubDate>
			<dc:creator>Rubel</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18902</guid>
		</item>
		
		<item>
			<title>Blog module installation faild, plz help</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18899</link>
			<description>&lt;p&gt;Hello,&lt;br /&gt; I am new comer. I am install Silverstripe 2.4.6 on wamp server. Nice Forn-end and back end. Now I try blog moudule Installion but faild. Browser show &quot;Does not Exist CSMain. .......... plz help any one&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Blog module installation faild, plz help &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18899&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18899&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 04 Jan 2012 02:08:53 +1300</pubDate>
			<dc:creator>Rubel</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18899</guid>
		</item>
		
		<item>
			<title>Re: (SOLVED) Blog module not showing up after installation</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18889#post310760</link>
			<description>&lt;p&gt;Just in case anybody comes across... the blog folder was not readable for the webserver.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: (SOLVED) Blog module not showing up after installation &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18889#post310760&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18889&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 02 Jan 2012 07:20:15 +1300</pubDate>
			<dc:creator>chrsch79</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18889#post310760</guid>
		</item>
		
		<item>
			<title>(SOLVED) Blog module not showing up after installation</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18889</link>
			<description>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;tried to install it like any other module (0.4.1-master) to ss (2.4.6). Afterwards setup db. Blog modul doen't seem to install. Any known issues/tricks? Thanks!&lt;/p&gt;&lt;p&gt;Kind Regards,&lt;br /&gt;Christoph&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: (SOLVED) Blog module not showing up after installation &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18889&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18889&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 31 Dec 2011 06:54:35 +1300</pubDate>
			<dc:creator>chrsch79</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18889</guid>
		</item>
		
		<item>
			<title>Blog – Prestashop Module</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18879</link>
			<description>&lt;p&gt;Blog – Prestashop Module is one of the best products from Prestalive.com designed manage categories, posts, articles, comments, etc and save blog entries. Customers are, moreover, allowed to create, edit, remove categories or posts, even to leave comments on their concerned posts. Besides this &lt;a href=&quot;http://www.prestalive.com/5-prestashop-modules&quot; rel=&quot;nofollow&quot;&gt;Prestashop Module&lt;/a&gt; supports multi-languages, also Captcha to protect the site from spam. More especially, it is easy to install, update and configure.&lt;br /&gt;If you are looking for a free alternative, you can visit the below link:&lt;br /&gt;&lt;a href=&quot;http://www.prestalive.com/10-blog-prestashop-module.html&quot; rel=&quot;nofollow&quot;&gt;http://www.prestalive.com/10-blog-prestashop-module.html&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Blog – Prestashop Module &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18879&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18879&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 30 Dec 2011 15:22:48 +1300</pubDate>
			<dc:creator>prestalive</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18879</guid>
		</item>
		
		<item>
			<title>Recover Deleted Blog</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18851</link>
			<description>&lt;p&gt;Hi All&lt;/p&gt;&lt;p&gt;I have a client who thought they were deleting a Blog entry but has accidentally deleted the entire blog.&lt;/p&gt;&lt;p&gt;I've had a look in the database and the Blog Entries are still there, is there a way to recover the Blog???&lt;/p&gt;&lt;p&gt;Any help would be much appreciated.&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;James&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Recover Deleted Blog &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18851&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18851&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 21 Dec 2011 14:16:56 +1300</pubDate>
			<dc:creator>J4m3s</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18851</guid>
		</item>
		
		<item>
			<title>Re: Does this site use the &#39;blog&#39; module</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18816#post310604</link>
			<description>&lt;p&gt;thanks for that. install the module and look at adding the extra links into the template... probably just facebook would work for me! cheers&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Does this site use the 'blog' module &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18816#post310604&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18816&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 18 Dec 2011 19:25:33 +1300</pubDate>
			<dc:creator>Futureweb</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18816#post310604</guid>
		</item>
		
		<item>
			<title>Re: Does this site use the &#39;blog&#39; module</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18816#post310593</link>
			<description>&lt;p&gt;The facebook and twitter links are simply added to the template and not part of the module per se.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Does this site use the 'blog' module &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18816#post310593&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18816&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 17 Dec 2011 22:32:12 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18816#post310593</guid>
		</item>
		
		<item>
			<title>Re: Does this site use the &#39;blog&#39; module</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18816#post310590</link>
			<description>&lt;p&gt;Hi&lt;br /&gt;The simple answer to that is yes.&lt;/p&gt;&lt;p&gt;From what i can see the whole site is built in SS, Proves its Versatile.&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Does this site use the 'blog' module &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18816#post310590&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18816&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 17 Dec 2011 22:22:29 +1300</pubDate>
			<dc:creator>Turnaround Guy</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18816#post310590</guid>
		</item>
		
		<item>
			<title>Does this site use the &#39;blog&#39; module</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18816</link>
			<description>&lt;p&gt;I'm setting up a blog, and i do like the one on this site. It's simple enough, and has the facebook like things on it. Is this the same blog as I can download in the modules sections...?&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Does this site use the 'blog' module &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18816&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18816&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 16 Dec 2011 09:33:14 +1300</pubDate>
			<dc:creator>Futureweb</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18816</guid>
		</item>
		
		<item>
			<title>Re: What version of the blog am I running?</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18766#post310498</link>
			<description>&lt;p&gt;Not easily. No module API yet for versions so you have to go on your gut. If you downloaded it via git or svn you'll have a commit that you can trace to branch and date. You could potentially download the latest then do a file compare (diff) on them.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: What version of the blog am I running? &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18766#post310498&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18766&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 13 Dec 2011 21:12:53 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18766#post310498</guid>
		</item>
		
		<item>
			<title>Re: Blog pagination all on one page</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18192#post310469</link>
			<description>&lt;p&gt;sir can i ask if i can make blog like this website &lt;br /&gt;&lt;a href=&quot;http://www.lalinguaarabapertutti.com???&quot; rel=&quot;nofollow&quot;&gt;http://www.lalinguaarabapertutti.com???&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Blog pagination all on one page &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18192#post310469&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18192&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 11 Dec 2011 19:19:23 +1300</pubDate>
			<dc:creator>sonoko</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18192#post310469</guid>
		</item>
		
		<item>
			<title>Re: How to disable TrackBacks across whole site?</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/13518#post310393</link>
			<description>&lt;p&gt;Is there a way of moderating trackbacks? I am getting loads of spam this way as well.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to disable TrackBacks across whole site? &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/13518#post310393&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/13518&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 08 Dec 2011 07:34:37 +1300</pubDate>
			<dc:creator>DsX</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/13518#post310393</guid>
		</item>
		
		<item>
			<title>Re: XML Parsing Error: not well-formed in Blog Module</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/17128#post310389</link>
			<description>&lt;p&gt;Its ok, sorted it... It was an XML error with the &amp;amp;, I removed the &amp;lt;?xml ?&amp;gt; header from the top of Page.ss and it was all good.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: XML Parsing Error: not well-formed in Blog Module &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/17128#post310389&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/17128&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 08 Dec 2011 04:35:09 +1300</pubDate>
			<dc:creator>silver_tich</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/17128#post310389</guid>
		</item>
		
		<item>
			<title>Re: XML Parsing Error: not well-formed in Blog Module</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/17128#post310388</link>
			<description>&lt;p&gt;Any idea what this fix was as the link (&lt;a href=&quot;http://open.silverstripe.org/ticket/6610&quot; rel=&quot;nofollow&quot;&gt;http://open.silverstripe.org/ticket/6610&lt;/a&gt;) is dead.&lt;br /&gt;Thanks&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: XML Parsing Error: not well-formed in Blog Module &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/17128#post310388&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/17128&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 08 Dec 2011 03:00:37 +1300</pubDate>
			<dc:creator>silver_tich</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/17128#post310388</guid>
		</item>
		
		<item>
			<title>What version of the blog am I running?</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18766</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Is there an easy way to find out which version of the blog module I have intalled so I can determine if I am running the latest version or not?&lt;/p&gt;&lt;p&gt;Any help would be greatly appreciated. Cheers!&lt;/p&gt;&lt;p&gt;- Rich&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: What version of the blog am I running? &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18766&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18766&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 07 Dec 2011 11:00:12 +1300</pubDate>
			<dc:creator>RichMcNabb</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18766</guid>
		</item>
		
		<item>
			<title>Re: Custom Theme</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18691#post310285</link>
			<description>&lt;p&gt;Thanks for your help. I got it sorted with a clean re-install in the end&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Custom Theme &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18691#post310285&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18691&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 03 Dec 2011 05:10:07 +1300</pubDate>
			<dc:creator>Ryan Lawrence</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18691#post310285</guid>
		</item>
		
		<item>
			<title>Search in blog module by date of post</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18732</link>
			<description>&lt;p&gt;Hey all, &lt;/p&gt;&lt;p&gt;I'm wondering if i can use the search function I have setup for my blog to search by the date of the post? &lt;/p&gt;&lt;p&gt;Currently it is set up to search the text of the blog (and i have a tag filter set up for custom tags) and i'd ilke to be able to search by month and year also. Here's the code presently in page.php&lt;/p&gt;&lt;p&gt;-------------------------------------------------------------------------&lt;/p&gt;&lt;p&gt;function SearchForm(){     &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$searchText = isset($_REQUEST['Search']) ? $_REQUEST['Search'] : 'Search / ';   &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;    $fields = new FieldSet(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;    &amp;nbsp;&amp;nbsp;&amp;nbsp;new TextField(&quot;Search&quot;, &quot;&quot;, $searchText)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;    );  &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$actions = new FieldSet(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;    &amp;nbsp;&amp;nbsp;&amp;nbsp;new FormAction('results', '  ')&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;    );     &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$homePage = DataObject::get_one('HomePage');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$controller = new Page_Controller($homePage);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return new Form($controller, &quot;SearchForm&quot;, $fields, $actions);&lt;/p&gt;&lt;p&gt;--------------------------------------------------------------------------&lt;/p&gt;&lt;p&gt;Would love some help to work this out.&lt;br /&gt;Cheers..&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Search in blog module by date of post &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18732&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18732&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 02 Dec 2011 20:50:15 +1300</pubDate>
			<dc:creator>soft dsgn</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18732</guid>
		</item>
		
		<item>
			<title>Login / Logout problem with Blog Module</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18728</link>
			<description>&lt;p&gt;Good evening,&lt;/p&gt;&lt;p&gt;I´ve tested the Blog Modul (&lt;a href=&quot;http://www.silverstripe.org/blog-module/&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/blog-module/&lt;/a&gt;) in my website. On the same page I use the $LoginForm.&lt;br /&gt;After installation the LoginForm links to an wrong URL (homepage.com/blog/LoginForm). This is only on the blog-page. The LoginForm still works fine on the other pages.&lt;/p&gt;&lt;p&gt;Does anybody know, what´s going on?&lt;/p&gt;&lt;p&gt;Best regards,&lt;br /&gt;Bereusei&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Login / Logout problem with Blog Module &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18728&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18728&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 02 Dec 2011 09:55:40 +1300</pubDate>
			<dc:creator>Bereusei</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18728</guid>
		</item>
		
		<item>
			<title>Re: Custom Theme</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18691#post310160</link>
			<description>&lt;p&gt;&lt;em&gt;It is just blank. &lt;/em&gt;&lt;/p&gt;&lt;p&gt;Sounds the the White Screen of Death! Check your php error log (or enable display errors in your PHP.ini file) to find the actually cause.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Custom Theme &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18691#post310160&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18691&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 29 Nov 2011 19:35:30 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18691#post310160</guid>
		</item>
		
		<item>
			<title>Custom Theme</title>
			<link>http://www.silverstripe.org/blog-module-forum/show/18691</link>
			<description>&lt;p&gt;Hello,&lt;br /&gt;I don't know if I am being thick or something but how do you get the blog module or any module in fact to show on my own custom theme?&lt;br /&gt;I have basically copied the blackcandy theme and only changed the headers and menu css so the template is the same, however I cannot get the blog to show at all. It is just blank.&lt;br /&gt;I am guessing it might be to do with the theme name or something. Or is it more complex then it sounds?&lt;/p&gt;&lt;p&gt;Thank-you, and sorry if this has been posted before.&lt;/p&gt;&lt;p&gt;Ryan&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Custom Theme &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/show/18691&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/blog-module-forum/reply/18691&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 29 Nov 2011 02:28:47 +1300</pubDate>
			<dc:creator>Ryan Lawrence</dc:creator>
			<guid>http://www.silverstripe.org/blog-module-forum/show/18691</guid>
		</item>
		

	</channel>
</rss>
