<?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: Output of function not showing in widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/22718#post322171</link>
			<description>&lt;p&gt;Hello HARVS1789UK and oceanmountain,&lt;/p&gt;&lt;p&gt;I'm having the exact problem that you describe. Could you please explain mit some more detail how to solve the issue with this controller method? Unfortunately I'm not savvy enough to imply the concrete steps. Would really appreciate it!&lt;br /&gt;Thanks for your time!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Output of function not showing in widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22718#post322171&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22718&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 23 May 2013 00:38:39 +1200</pubDate>
			<dc:creator>Nachos</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22718#post322171</guid>
		</item>
		
		<item>
			<title>Re: Output of function not showing in widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/22718#post322159</link>
			<description>&lt;p&gt;+1 for oceanmountain's solution!&lt;/p&gt;&lt;p&gt;This had been driving me crazy for ages as for some reason I was only seeing the issue (an empty widget which just showed the widget title and no content returned) when I had multiple widgets on the same page.&lt;/p&gt;&lt;p&gt;Even then if I had the widget at the top of the widget area (the first widget on the page) it would still work fine with the method in my model class rather than in my controller class :-S &lt;/p&gt;&lt;p&gt;Regardless as described above moving my method to the controller for all my widgets has solved the issue  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Output of function not showing in widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22718#post322159&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22718&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 22 May 2013 20:22:13 +1200</pubDate>
			<dc:creator>HARVS1789UK</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22718#post322159</guid>
		</item>
		
		<item>
			<title>Re: Second widget on page fails</title>
			<link>http://www.silverstripe.org/widgets-2/show/21778#post322153</link>
			<description>&lt;p&gt;You were right, it was using the blog theme although I renamed it like &quot;theme_blogwashere&quot;. Weird.&lt;/p&gt;&lt;p&gt;I succesfully added a text which I can see, but the second widget is still not showing content. Here's the code:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;div class=&quot;BoxHeader&quot;&amp;gt;&lt;br /&gt;        &amp;lt;% if Title %&amp;gt;&amp;lt;h7&amp;gt;$Title&amp;lt;/h7&amp;gt;&amp;lt;% end_if %&amp;gt;&lt;br /&gt;             &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div class=&quot;sidebarBox WidgetHolder $ClassName&amp;lt;% if FirstLast %&amp;gt; $FirstLast&amp;lt;% end_if %&amp;gt;&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;p&amp;gt;This is a Test&amp;lt;/p&amp;gt;&lt;br /&gt;        &amp;lt;div id=&quot;$ClassName&quot;&amp;gt;&lt;br /&gt;        $Content&lt;br /&gt;        &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div class=&quot;clear&quot;&amp;gt;&amp;lt;!--  --&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div class=&quot;sidebarBottom&quot;&amp;gt;&amp;lt;!-- --&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Am I doing something wrong?&lt;br /&gt;Thank you so much for your help!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Second widget on page fails | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/21778#post322153&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/21778&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 22 May 2013 08:02:09 +1200</pubDate>
			<dc:creator>Nachos</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/21778#post322153</guid>
		</item>
		
		<item>
			<title>Re: Second widget on page fails</title>
			<link>http://www.silverstripe.org/widgets-2/show/21778#post322152</link>
			<description>&lt;p&gt;Are you double sure it is calling from that version of WidgetHolder.ss? Try adding in some test text to verify. A lot of widgets also come with their own WidgetHolder.ss file.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Second widget on page fails | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/21778#post322152&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/21778&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 22 May 2013 07:42:34 +1200</pubDate>
			<dc:creator>Matty Balaam</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/21778#post322152</guid>
		</item>
		
		<item>
			<title>Re: Second widget on page fails</title>
			<link>http://www.silverstripe.org/widgets-2/show/21778#post322149</link>
			<description>&lt;p&gt;Thanks for the answer!&lt;/p&gt;&lt;p&gt;I changed WidgetHolder.ss from /widgets/templates like this:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;div class=&quot;WidgetHolder $ClassName&amp;lt;% if FirstLast %&amp;gt; $FirstLast&amp;lt;% end_if %&amp;gt;&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;% if Title %&amp;gt;&amp;lt;h3&amp;gt;$Title&amp;lt;/h3&amp;gt;&amp;lt;% end_if %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div id=&quot;$ClassName&quot;&amp;gt;&lt;br /&gt;        $Content&lt;br /&gt;        &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;Unfortunately still not working. I'm not using a blog theme, so that's the only WidgetHolder.ss I've got.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Second widget on page fails | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/21778#post322149&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/21778&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 22 May 2013 03:26:41 +1200</pubDate>
			<dc:creator>Nachos</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/21778#post322149</guid>
		</item>
		
		<item>
			<title>Re: Second widget on page fails</title>
			<link>http://www.silverstripe.org/widgets-2/show/21778#post322147</link>
			<description>&lt;p&gt;I had the same problem, this was the solution for me: &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/16123#post309314&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/widgets-2/show/16123#post309314&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Let me know if that works for you.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Second widget on page fails | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/21778#post322147&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/21778&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 22 May 2013 01:12:13 +1200</pubDate>
			<dc:creator>Matty Balaam</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/21778#post322147</guid>
		</item>
		
		<item>
			<title>Re: Second widget on page fails</title>
			<link>http://www.silverstripe.org/widgets-2/show/21778#post322137</link>
			<description>&lt;p&gt;Respectfully and politely bumping this thread, since I was twice on the irc channel and nobody could help me out. Thanks!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Second widget on page fails | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/21778#post322137&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/21778&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 21 May 2013 08:35:52 +1200</pubDate>
			<dc:creator>Nachos</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/21778#post322137</guid>
		</item>
		
		<item>
			<title>Re: SS 3.x weather widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/23774#post322112</link>
			<description>&lt;p&gt;I just tried submitting a widget to the widget submit page and the form worked for me. I know I've seen this error occur on some of my sites when I've accidentally used static publisher to cache a form page that I shouldn't have.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SS 3.x weather widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23774#post322112&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23774&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 19 May 2013 18:12:39 +1200</pubDate>
			<dc:creator>quamsta</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23774#post322112</guid>
		</item>
		
		<item>
			<title>SS 3.x weather widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/23774</link>
			<description>&lt;p&gt;I cannot add widget from url &lt;a href=&quot;http://www.silverstripe.org/widgets/manage/add&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/widgets/manage/add&lt;/a&gt;&lt;br /&gt;for error: Security token doesn't match, possible CSRF attack.&lt;/p&gt;&lt;p&gt;So I'm put it here.&lt;/p&gt;&lt;p&gt;Weather Widget 0.0.1 for SilverStripe 3.x&lt;/p&gt;&lt;p&gt;Google silently kills popular API, breaks weather apps everywhere, so you need to sign up here &lt;a href=&quot;http://www.wunderground.com/weather/api/?ref=twc&quot; rel=&quot;nofollow&quot;&gt;http://www.wunderground.com/weather/api/?ref=twc&lt;/a&gt; &lt;br /&gt;to obtain License Key and Partner ID.  &lt;br /&gt;To find location ID go to &lt;a href=&quot;http://www.weather.com/forecast&quot; rel=&quot;nofollow&quot;&gt;http://www.weather.com/forecast&lt;/a&gt;, e.g.: Kosice, Slovakia. &lt;br /&gt;You'll see inn address bar &lt;br /&gt;&lt;a href=&quot;http://www.weather.com/weather/today/Kosice+LOXX0003:1:LO&quot; rel=&quot;nofollow&quot;&gt;http://www.weather.com/weather/today/Kosice+LOXX0003:1:LO&lt;/a&gt;, so location ID is LOXX0003. &lt;br /&gt;Then you can lookup anywhere in the world and provide wether for it.&lt;/p&gt;&lt;p&gt;Installation:&lt;br /&gt;Read carefully &lt;a href=&quot;https://github.com/silverstripe/silverstripe-widgets&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe/silverstripe-widgets&lt;/a&gt;.&lt;br /&gt;Make sure you have enabled widgets first to use (&lt;a href=&quot;http://doc.silverstripe.org/widgets?s&quot; rel=&quot;nofollow&quot;&gt;http://doc.silverstripe.org/widgets?s&lt;/a&gt;[]=widget#adding_widgets_to_other_pages)&lt;/p&gt;&lt;p&gt;1. extract this to your SilverStripe root directory widget_weather&lt;br /&gt;2. run &quot;dev/build?flush=all&quot;&lt;br /&gt;3. visit your page and drag and drop the widget to the right&lt;/p&gt;&lt;p&gt;I'm using &lt;a href=&quot;https://github.com/twitter/bootstrap/&quot; rel=&quot;nofollow&quot;&gt;https://github.com/twitter/bootstrap/&lt;/a&gt;, so template assumes bootstrap is loaded (jquery, js, css), becouse it uses bootstrap accordion.&lt;br /&gt;You can rewrite template to your needs.&lt;/p&gt;&lt;p&gt;Source: &lt;a href=&quot;https://github.com/JStika/weather&quot; rel=&quot;nofollow&quot;&gt;https://github.com/JStika/weather&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SS 3.x weather widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23774&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23774&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 19 May 2013 01:15:09 +1200</pubDate>
			<dc:creator>Pike</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23774</guid>
		</item>
		
		<item>
			<title>Re: Can you have more than one widget in a page?</title>
			<link>http://www.silverstripe.org/widgets-2/show/20989#post321945</link>
			<description>&lt;p&gt;Thank you i'm gonna try it&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Can you have more than one widget in a page? | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/20989#post321945&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/20989&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 10 May 2013 01:51:04 +1200</pubDate>
			<dc:creator>Suzanne</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/20989#post321945</guid>
		</item>
		
		<item>
			<title>Re: Can you have more than one widget in a page?</title>
			<link>http://www.silverstripe.org/widgets-2/show/20989#post321944</link>
			<description>&lt;p&gt;I currently have 4 widget areas on a homepage without any real problems. I just added some coding to manage them properly from the backend, which I did by adding sub-tabs to the Widgets tab (see picture). Otherwise all the widget areas get heaped up on one Widgets tab, and it's almost impossible to see which widget goes where...&lt;br /&gt;This is the code for SS 3.05:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;?php&lt;br /&gt;class HomePage extends Page {&lt;/p&gt;&lt;p&gt;  static $has_one = array(&lt;br /&gt;    &quot;HomeWidgetArea1&quot; =&amp;gt; &quot;WidgetArea&quot;,&lt;br /&gt;    &quot;HomeWidgetArea2&quot; =&amp;gt; &quot;WidgetArea&quot;,&lt;br /&gt;    &quot;HomeWidgetArea3&quot; =&amp;gt; &quot;WidgetArea&quot;,&lt;br /&gt;    &quot;HomeWidgetArea4&quot; =&amp;gt; &quot;WidgetArea&quot;&lt;br /&gt;    );&lt;/p&gt;&lt;p&gt;  public function updateCMSFields(FieldList $fields) {&lt;br /&gt;    $fields-&amp;gt;addFieldToTab('Root.Widgets', new TabSet('Tab1'),'Area1');&lt;br /&gt;    $fields-&amp;gt;addFieldToTab('Root.Widgets', new TabSet('Tab2'),'Area2');&lt;br /&gt;    $fields-&amp;gt;addFieldToTab('Root.Widgets', new TabSet('Tab3'),'Area3');&lt;br /&gt;    $fields-&amp;gt;addFieldToTab('Root.Widgets', new TabSet('Tab4'),'Area4');&lt;br /&gt;    }&lt;br /&gt;  public function getCMSFields() {&lt;br /&gt;    $fields = parent::getCMSFields();&lt;br /&gt;    $fields-&amp;gt;addFieldToTab(&quot;Root.Widgets.Area1&quot;, new WidgetAreaEditor(&quot;HomeWidgetArea1&quot;));&lt;br /&gt;    $fields-&amp;gt;addFieldToTab(&quot;Root.Widgets.Area2&quot;, new WidgetAreaEditor(&quot;HomeWidgetArea2&quot;));&lt;br /&gt;    $fields-&amp;gt;addFieldToTab(&quot;Root.Widgets.Area3&quot;, new WidgetAreaEditor(&quot;HomeWidgetArea3&quot;));&lt;br /&gt;    $fields-&amp;gt;addFieldToTab(&quot;Root.Widgets.Area4&quot;, new WidgetAreaEditor(&quot;HomeWidgetArea4&quot;));&lt;br /&gt;    return $fields;&lt;br /&gt;    }&lt;/p&gt;&lt;p&gt;} &lt;/p&gt;&lt;p&gt;class HomePage_Controller extends Page_Controller {&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Can you have more than one widget in a page? | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/20989#post321944&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/20989&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 10 May 2013 01:03:26 +1200</pubDate>
			<dc:creator>SSK</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/20989#post321944</guid>
		</item>
		
		<item>
			<title>Re: Second widget on page fails</title>
			<link>http://www.silverstripe.org/widgets-2/show/21778#post321901</link>
			<description>&lt;p&gt;Any luck with this problem? I'm having it too! I don't know exactly what you mean with the second widget - in my case it's the widget on the bottom of the widget space, that is the first that I add in the CMS. I can change the order, the one in the bottom won't show content.&lt;br /&gt;I'd also be glad to hear some advice - thanks!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Second widget on page fails | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/21778#post321901&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/21778&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 08 May 2013 11:51:30 +1200</pubDate>
			<dc:creator>Nachos</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/21778#post321901</guid>
		</item>
		
		<item>
			<title>Re: Installing widgets, block BlogHolder pages from being able to load in CMS</title>
			<link>http://www.silverstripe.org/widgets-2/show/23220#post321714</link>
			<description>&lt;p&gt;Hope you managed to fix it in the meantime..&lt;/p&gt;&lt;p&gt;Anyway, I had the same problem, and strangely got it working by just emptying the silvestripe cache. The error messages were about not finding the WidgetArea template, but I could see in the code that it did actually exist, and in fact nothing seems to have been wrong with the installation.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Installing widgets, block BlogHolder pages from being able to load in CMS | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23220#post321714&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23220&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 01 May 2013 14:20:29 +1200</pubDate>
			<dc:creator>katja</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23220#post321714</guid>
		</item>
		
		<item>
			<title>Problem with Blog Archive Menu Widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/23565</link>
			<description>&lt;p&gt;Hello people,&lt;/p&gt;&lt;p&gt;I've got a problem and that I want a &lt;strong&gt;blog archive menu widget&lt;/strong&gt; installed and have uploaded it as described in the root directory. Then I carried the command &lt;strong&gt;dev / build&lt;/strong&gt; from. And now I do not see but in the back of SS this widget. Do I need to adjust something more?&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 Blog Archive Menu Widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23565&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23565&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 27 Apr 2013 05:37:47 +1200</pubDate>
			<dc:creator>blogsash</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23565</guid>
		</item>
		
		<item>
			<title>Re: LinkedIn share tags</title>
			<link>http://www.silverstripe.org/widgets-2/show/20806#post321303</link>
			<description>&lt;p&gt;In case anyone else has the same problem I tracked this down to the Header - &lt;/p&gt;&lt;p&gt;This was the old header that killed linkedin&lt;br /&gt;Content-Type: text/html; charset=&quot;utf-8&quot;&lt;/p&gt;&lt;p&gt;This works fine for linkedin&lt;br /&gt;Content-Type: text/html; &lt;/p&gt;&lt;p&gt;I just edited mysite/code/Page.php&lt;/p&gt;&lt;p&gt;class Page_Controller extends ContentController {&lt;br /&gt;        &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public function init() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;parent::init();&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;       $this-&amp;gt;response-&amp;gt;addHeader(&quot;Content-Type&quot;, &quot;text/html&quot;); &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;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;utf8 still set in template and all appears to be working/dispalying fine.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: LinkedIn share tags | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/20806#post321303&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/20806&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 11 Apr 2013 11:40:00 +1200</pubDate>
			<dc:creator>epidote</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/20806#post321303</guid>
		</item>
		
		<item>
			<title>Re:  Fatal error: Access level to WidgetArea::$has_many must be public (as in class DataObject) in /home/xxx/public_html/widgets/code/model/WidgetArea.php on line 7</title>
			<link>http://www.silverstripe.org/widgets-2/show/23438#post321286</link>
			<description>&lt;p&gt;Thanks for the reply zivko.&lt;/p&gt;&lt;p&gt;I ended up just changing any class where I received an error to public, and it seems to work. There were quite a few scripts in the blog module that needed updating also.&lt;/p&gt;&lt;p&gt;Cheers,&lt;br /&gt;Ben&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to:  Fatal error: Access level to WidgetArea::$has_many must be public (as in class DataObject) in /home/xxx/public_html/widgets/code/model/WidgetArea.php on line 7 | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23438#post321286&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23438&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 10 Apr 2013 11:34:10 +1200</pubDate>
			<dc:creator>IDOLYZ</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23438#post321286</guid>
		</item>
		
		<item>
			<title>Re:  Fatal error: Access level to WidgetArea::$has_many must be public (as in class DataObject) in /home/xxx/public_html/widgets/code/model/WidgetArea.php on line 7</title>
			<link>http://www.silverstripe.org/widgets-2/show/23438#post321284</link>
			<description>&lt;p&gt;Blog upload from fix  :&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/silverstripe/silverstripe-blog/tree/ss3-fixes&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe/silverstripe-blog/tree/ss3-fixes&lt;/a&gt;&lt;/p&gt;&lt;p&gt;1) Widget class edit from private to public &lt;br /&gt;2) WidgetArea class edit from private to public&lt;br /&gt;3) WidgetContentControllerExtension edit from private to public&lt;br /&gt;4) Rename silverstripe-widgets-master to widgets&lt;/p&gt;&lt;p&gt;And this is solutions that work.&lt;/p&gt;&lt;p&gt;Hope this help.&lt;/p&gt;&lt;p&gt;Cheers,&lt;br /&gt;Zivko&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to:  Fatal error: Access level to WidgetArea::$has_many must be public (as in class DataObject) in /home/xxx/public_html/widgets/code/model/WidgetArea.php on line 7 | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23438#post321284&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23438&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 10 Apr 2013 05:36:46 +1200</pubDate>
			<dc:creator>zivko</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23438#post321284</guid>
		</item>
		
		<item>
			<title>Tabset on a Widget, problem saving widget data on SS 3.0.5</title>
			<link>http://www.silverstripe.org/widgets-2/show/23444</link>
			<description>&lt;p&gt;I have a lot a info to put on a widget so I'm trying to organize it with tabs, but I can't save the widget data using the tabset and tab object.&lt;/p&gt;&lt;p&gt;I dont have errors nothing.&lt;/p&gt;&lt;p&gt;It shows perfect strutured tabs on the CMS but it wont save any parameters on the CMS !!&lt;/p&gt;&lt;p&gt;Realy apreciate any help !!&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;class SWidget extends Widget{&lt;br /&gt;            function getCMSFields()    {&lt;br /&gt;               $fields = new FieldList(&lt;br /&gt;                        new TabSet(&lt;br /&gt;                               $title='TabSetName',&lt;br /&gt;                               new Tab(&lt;br /&gt;                                    $title='Config.',                             &lt;br /&gt;                                    new HeaderField('Conf header', 4), &lt;br /&gt;                                    new TextField('WidgetTitle', ' title', $this-&amp;gt;WidgetTitle, 25)                                           &lt;br /&gt;                               )&lt;br /&gt;                         )                                            &lt;br /&gt;                );&lt;/p&gt;&lt;p&gt;        return $fields;&lt;br /&gt;    }&lt;br /&gt;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Tabset on a Widget, problem saving widget data on SS 3.0.5 | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23444&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23444&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 10 Apr 2013 05:35:06 +1200</pubDate>
			<dc:creator>Demo</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23444</guid>
		</item>
		
		<item>
			<title>Re:  Fatal error: Access level to WidgetArea::$has_many must be public (as in class DataObject) in /home/xxx/public_html/widgets/code/model/WidgetArea.php on line 7</title>
			<link>http://www.silverstripe.org/widgets-2/show/23438#post321277</link>
			<description>&lt;p&gt;Edit line 13 in WidgetArea.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $has_many = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;Widgets&quot; =&amp;gt; &quot;Widget&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;p&gt;But the new error :&lt;/p&gt;&lt;p&gt;Fatal error: Access level to Widget::$defaults must be public ..etc&lt;/p&gt;&lt;p&gt;Then i have to edit all private static to public static and in WidgetContentControllerExtension also public static $allowed_actions.&lt;/p&gt;&lt;p&gt;And then build will work.&lt;/p&gt;&lt;p&gt;When build is done, you will notice another error  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;After playing with code few hours, look light blog widget are not update,since php visibility method are not same like in the parent class.&lt;/p&gt;&lt;p&gt;I have used the new version from GitHub.&lt;/p&gt;&lt;p&gt;So i am back to expression engine !  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;Cheers,&lt;br /&gt;Zivko&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to:  Fatal error: Access level to WidgetArea::$has_many must be public (as in class DataObject) in /home/xxx/public_html/widgets/code/model/WidgetArea.php on line 7 | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23438#post321277&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23438&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 10 Apr 2013 01:48:44 +1200</pubDate>
			<dc:creator>zivko</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23438#post321277</guid>
		</item>
		
		<item>
			<title> Fatal error: Access level to WidgetArea::$has_many must be public (as in class DataObject) in /home/xxx/public_html/widgets/code/model/WidgetArea.php on line 7</title>
			<link>http://www.silverstripe.org/widgets-2/show/23438</link>
			<description>&lt;p&gt;Hi guys,&lt;/p&gt;&lt;p&gt;I've installed SS version 3 and it's all working. I then installed the mobile module and userforms module and still working.&lt;/p&gt;&lt;p&gt;I then try and install the widget module and blog module, but when I do a dev/build I get the following error:&lt;/p&gt;&lt;p&gt;Fatal error: Access level to WidgetArea::$has_many must be public (as in class DataObject) in /home/xxx/public_html/widgets/code/model/WidgetArea.php on line 7&lt;/p&gt;&lt;p&gt;Does anyone know why this occurs and how to fix it?&lt;/p&gt;&lt;p&gt;Cheers,&lt;br /&gt;Ben&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to:  Fatal error: Access level to WidgetArea::$has_many must be public (as in class DataObject) in /home/xxx/public_html/widgets/code/model/WidgetArea.php on line 7 | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23438&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23438&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 09 Apr 2013 13:29:37 +1200</pubDate>
			<dc:creator>IDOLYZ</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23438</guid>
		</item>
		
		<item>
			<title>Re: MultiLingual Widgets in SS 3.x</title>
			<link>http://www.silverstripe.org/widgets-2/show/23298#post321042</link>
			<description>&lt;p&gt;I tried with a fresh installation following the instructions from &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/11375&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/widgets-2/show/11375&lt;/a&gt; and now it's working as expected. Sorry for the false alarm.&lt;/p&gt;&lt;p&gt;Fritz&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: MultiLingual Widgets in SS 3.x | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23298#post321042&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23298&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 26 Mar 2013 23:08:07 +1300</pubDate>
			<dc:creator>zaucker</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23298#post321042</guid>
		</item>
		
		<item>
			<title>Re: MultiLingual Widgets in SS 3.x</title>
			<link>http://www.silverstripe.org/widgets-2/show/23298#post321032</link>
			<description>&lt;p&gt;afaik the page and widgets basically are still the same&lt;/p&gt;&lt;p&gt;i adivise replying to the above thread (and on ssbits) with a meaning full description of what happened / what you noting any debug info you have and one of the ss3 folks may help you&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: MultiLingual Widgets in SS 3.x | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23298#post321032&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23298&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 26 Mar 2013 09:27:41 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23298#post321032</guid>
		</item>
		
		<item>
			<title>Re: MultiLingual Widgets in SS 3.x</title>
			<link>http://www.silverstripe.org/widgets-2/show/23298#post321030</link>
			<description>&lt;p&gt;Barry,&lt;/p&gt;&lt;p&gt;is this known to be the solution for SilverStripe 3 as well? If it is, I must have done something wrong when I tried.&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;Fritz&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: MultiLingual Widgets in SS 3.x | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23298#post321030&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23298&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 26 Mar 2013 09:06:46 +1300</pubDate>
			<dc:creator>zaucker</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23298#post321030</guid>
		</item>
		
		<item>
			<title>Re: MultiLingual Widgets in SS 3.x</title>
			<link>http://www.silverstripe.org/widgets-2/show/23298#post321028</link>
			<description>&lt;p&gt;Welcome zaucker!&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/11375&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/widgets-2/show/11375&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: MultiLingual Widgets in SS 3.x | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23298#post321028&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23298&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 26 Mar 2013 08:30:02 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23298#post321028</guid>
		</item>
		
		<item>
			<title>MultiLingual Widgets in SS 3.x</title>
			<link>http://www.silverstripe.org/widgets-2/show/23298</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am wondering how to use the modules widgets and translatable together (in SS 3.x). I would like to either use different widgets or widgets with multilingual content on the different translations of the same page of a multilingual site. E.g., having a widget with various (external) links where the links on the German page would have link texts in German (and possibly link to a German document or site), the English page would have link texts in English (and link to English sites), etc.&lt;/p&gt;&lt;p&gt;Is this possible with widgets and translatable? If yes I'd appreciate a simple example ... and if no, anybody have a suggestion for a patch, some other solution, ...?&lt;/p&gt;&lt;p&gt;Thanks&lt;br /&gt;Fritz&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: MultiLingual Widgets in SS 3.x | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23298&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23298&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 26 Mar 2013 04:57:10 +1300</pubDate>
			<dc:creator>zaucker</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23298</guid>
		</item>
		
		<item>
			<title>Installing widgets, block BlogHolder pages from being able to load in CMS</title>
			<link>http://www.silverstripe.org/widgets-2/show/23220</link>
			<description>&lt;p&gt;Installing widgets, block BlogHolder pages from being able to load in CMS.&lt;br /&gt;and a error popp shows for a few seconds:&lt;br /&gt;=====&lt;br /&gt;Warning at line 670 of F:\vhost\mysite\httpdocs\framework\view\SSViewer.php&lt;br /&gt;=====&lt;/p&gt;&lt;p&gt;removing 'widgets' and rebuilding fixes this; however, I need to add widgets to my blog templates&lt;/p&gt;&lt;p&gt;help??&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Installing widgets, block BlogHolder pages from being able to load in CMS | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23220&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23220&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 19 Mar 2013 12:19:15 +1300</pubDate>
			<dc:creator>DsX</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23220</guid>
		</item>
		
		<item>
			<title>Re: Twitter </title>
			<link>http://www.silverstripe.org/widgets-2/show/23141#post320811</link>
			<description>&lt;p&gt;Hi Slk,&lt;/p&gt;&lt;p&gt;What version of Silverstripe are you using?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Twitter  | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23141#post320811&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23141&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 16 Mar 2013 07:13:25 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23141#post320811</guid>
		</item>
		
		<item>
			<title>Twitter </title>
			<link>http://www.silverstripe.org/widgets-2/show/23141</link>
			<description>&lt;p&gt;I am tring to install the twiter widget&lt;br /&gt;&lt;a href=&quot;http://www.silverstripe.org/twitter-widget-pack-widget/&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/twitter-widget-pack-widget/&lt;/a&gt;&lt;br /&gt;I have uploaded it onto my ftp site folder and refreshed the site but not sure what to do next &lt;br /&gt;It is not showing in my CMS&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Twitter  | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/23141&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/23141&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 16 Mar 2013 06:47:37 +1300</pubDate>
			<dc:creator>Slk</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/23141</guid>
		</item>
		
		<item>
			<title>Re: Multiple Widget Areas. What problem?</title>
			<link>http://www.silverstripe.org/widgets-2/show/19516#post320604</link>
			<description>&lt;p&gt;Hello Tazzy&lt;/p&gt;&lt;p&gt;what version of silvestripe did you use on this?&lt;/p&gt;&lt;p&gt;i've try it on 2.4 but it doesnt work.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Multiple Widget Areas. What problem? | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/19516#post320604&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/19516&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 08 Mar 2013 16:12:24 +1300</pubDate>
			<dc:creator>Juan</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/19516#post320604</guid>
		</item>
		
		<item>
			<title>Re: SS3 Widget Module/WidgetAreaEditor Breaks CMS AJAX Functionality</title>
			<link>http://www.silverstripe.org/widgets-2/show/22564#post320479</link>
			<description>&lt;p&gt;Bump!&lt;/p&gt;&lt;p&gt;Does no body have any ideas  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt;  &lt;/p&gt;&lt;p&gt;Perhaps more importantly is anyone else actually having this problem?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SS3 Widget Module/WidgetAreaEditor Breaks CMS AJAX Functionality | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22564#post320479&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22564&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 02 Mar 2013 03:26:18 +1300</pubDate>
			<dc:creator>HARVS1789UK</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22564#post320479</guid>
		</item>
		
		<item>
			<title>Re: How to get current page from widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/6115#post320397</link>
			<description>&lt;p&gt;Director::get_current_page();&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: How to get current page from widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/6115#post320397&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/6115&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 27 Feb 2013 05:22:06 +1300</pubDate>
			<dc:creator>martindines</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/6115#post320397</guid>
		</item>
		
		<item>
			<title>Re: Output of function not showing in widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/22718#post320381</link>
			<description>&lt;p&gt;Thanks to g4b0 on the IRC the issue is resolved.&lt;br /&gt;Putting the function getMembers() in a controller made it work  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Output of function not showing in widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22718#post320381&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22718&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 26 Feb 2013 22:04:29 +1300</pubDate>
			<dc:creator>oceanmountain</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22718#post320381</guid>
		</item>
		
		<item>
			<title>Output of function not showing in widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/22718</link>
			<description>&lt;p&gt;Hi!&lt;/p&gt;&lt;p&gt;I have a function inside a Widget that should return all the members of a given group. However, it seems to be impossible to loop through this function inside the widget. Once I put my function inside Page.php and loop through it in Page.ss I get the expected results. Putting it back in the Widget and nothing happens. How to get the widget to show the output aswell? &lt;/p&gt;&lt;p&gt;The code I am currently using (function getMembers):&lt;br /&gt;&lt;a href=&quot;http://www.sspaste.com/paste/show/51260ea014393&quot; rel=&quot;nofollow&quot;&gt;http://www.sspaste.com/paste/show/51260ea014393&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The widget-template:&lt;br /&gt;&lt;a href=&quot;http://www.sspaste.com/paste/show/5126141bccdd4&quot; rel=&quot;nofollow&quot;&gt;http://www.sspaste.com/paste/show/5126141bccdd4&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I also tried $getMembers, but it was also useless. Any help is appreciated!&lt;/p&gt;&lt;p&gt;Cheers!&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Output of function not showing in widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22718&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22718&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 22 Feb 2013 01:34:30 +1300</pubDate>
			<dc:creator>oceanmountain</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22718</guid>
		</item>
		
		<item>
			<title>Re: UploadField in Widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/22677#post320241</link>
			<description>&lt;p&gt;I suspect it will be many things!  I know this sort of thing...&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$fields-&amp;gt;push(new TextField(...):&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;...is depreciated in SS3.  If that helps, but it doesn't look like that error... sorry can't help any more as I'm not on SS3 yet&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: UploadField in Widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22677#post320241&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22677&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 20 Feb 2013 22:25:02 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22677#post320241</guid>
		</item>
		
		<item>
			<title>Re: UploadField in Widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/22677#post320240</link>
			<description>&lt;p&gt;Hi Swaiba,&lt;/p&gt;&lt;p&gt;Thanks for such a quick reply. I tried installing the widget you linked to but when I try to add the widget to a page I get this error:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;Error at line 568 of /home/amberlei/public_html/framework/model/MySQLDatabase.php&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;I also remember the widget as I used a modded version of it for a project I was working on last year. It works very well on SilverStripe 2.4.x but on SilverStripe 3.x I get the error mentioned above.&lt;/p&gt;&lt;p&gt;I don't suppose you have any ideas on what the problem could be?&lt;/p&gt;&lt;p&gt;Thanks again.&lt;/p&gt;&lt;p&gt;EDIT: I have checked the site and it is in &lt;em&gt;dev&lt;/em&gt; mode, so any ideas where could I find more information?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: UploadField in Widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22677#post320240&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22677&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 20 Feb 2013 22:20:18 +1300</pubDate>
			<dc:creator>Blackthorn87</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22677#post320240</guid>
		</item>
		
		<item>
			<title>Re: UploadField in Widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/22677#post320225</link>
			<description>&lt;p&gt;I can only talk about the 2.4.x, but as I understand it widgets are a &quot;port&quot; from that code (i.e. not rediesigned since 2.4.x) and as such an uploadfield was unworkable in terms of the old system.  So instead I created a LinkWidget (&lt;a href=&quot;http://www.silverstripe.org/imagelinkwidget-widget/&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/imagelinkwidget-widget/&lt;/a&gt; - boy what a plug!) to link to uploads in the normal fashion.&lt;/p&gt;&lt;p&gt;Love to know this is fixed, but in case it isn't the above is the best workaround I know&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: UploadField in Widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22677#post320225&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22677&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 20 Feb 2013 08:45:26 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22677#post320225</guid>
		</item>
		
		<item>
			<title>UploadField in Widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/22677</link>
			<description>&lt;p&gt;Hi Guys,&lt;/p&gt;&lt;p&gt;I'm trying to add an 'UploadField' to a widget in SilverStripe 3.0, but can't seem to get anywhere with it.&lt;/p&gt;&lt;p&gt;I get the error:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;Fatal error: Call to a member function FormAction() on a non-object in /home/amberlei/public_html/framework/forms/FormField.php on line 139&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;I know there was a similar error prior to SilverStripe 3.0 for the 'ImageField', but I thought it would be fixed in the newer version. Does anyone know how to successfully add an 'UploadField' in SS 3.0?&lt;/p&gt;&lt;p&gt;It would be nice to have this just work rather use a work around, but if that's necessary then that's cool.&lt;/p&gt;&lt;p&gt;Thanks in advance, any help is appreciated.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: UploadField in Widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22677&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22677&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 20 Feb 2013 06:44:59 +1300</pubDate>
			<dc:creator>Blackthorn87</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22677</guid>
		</item>
		
		<item>
			<title>Re: How to get current page from widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/6115#post320207</link>
			<description>&lt;p&gt;It doesn't work anymore with SS 3.1. How can I do it now?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: How to get current page from widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/6115#post320207&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/6115&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 20 Feb 2013 03:27:35 +1300</pubDate>
			<dc:creator>g4b0</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/6115#post320207</guid>
		</item>
		
		<item>
			<title>Linking Dataobjects in Widget</title>
			<link>http://www.silverstripe.org/widgets-2/show/22575</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I'm trying to link some DataObjects to a Widget. In my particular case, I have&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;static $has_many = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Buttons' =&amp;gt; 'SocialButton'&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;in my Widget and&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;static $has_one = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Icon'=&amp;gt;'Image',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Widget'=&amp;gt;'SocialMediaWidget'&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;in my DatabObject. &lt;/p&gt;&lt;p&gt;I'm trying to do this with a GridField, but this fails:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$fields = parent::getCMSFields();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$gridField = GridField::create('Buttons', 'Some text', $this-&amp;gt;Buttons(), new GridFieldConfig_RelationEditor());//new GridField(&quot;Buttons&quot;, &quot;Buttons&quot;, $this-&amp;gt;Buttons(), $gridFieldConfig);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$fields-&amp;gt;push($gridField); //This line causes a Internal Server Error&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;So, my question is - is it allowed to use a GridField in a Widget? If yes, why is the $fields-&amp;gt;push call creating the error? If not, are there any alternatives?&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Linking Dataobjects in Widget | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22575&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22575&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sun, 17 Feb 2013 03:08:45 +1300</pubDate>
			<dc:creator>Azlein</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22575</guid>
		</item>
		
		<item>
			<title>SS3 Widget Module/WidgetAreaEditor Breaks CMS AJAX Functionality</title>
			<link>http://www.silverstripe.org/widgets-2/show/22564</link>
			<description>&lt;p&gt;I have a strange problem on the last two SS sites I have built (both are SS3.0.1 and above). I understand that the Widget Module is no longer packaged with a base SS install anymore so I have downloaded the Widget Module (&lt;a href=&quot;https://github.com/silverstripe/silverstripe-widgets&quot; rel=&quot;nofollow&quot;&gt;https://github.com/silverstripe/silverstripe-widgets&lt;/a&gt;) and successfully installed it and created my own widgets etc.&lt;/p&gt;&lt;p&gt;I have given all my Pages the abillity to add Widgets and have this in my Page.php Class:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public static $has_one = array(&lt;br /&gt;        &quot;MyWidgetArea&quot; =&amp;gt; &quot;WidgetArea&quot;&lt;br /&gt;    );&lt;/p&gt;&lt;p&gt;    public function getCMSFields() {&lt;br /&gt;        $fields = parent::getCMSFields();&lt;br /&gt;        $fields-&amp;gt;addFieldToTab(&quot;Root.Widgets&quot;, new WidgetAreaEditor(&quot;MyWidgetArea&quot;));&lt;br /&gt;        return $fields;&lt;br /&gt;    }&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;The widget area itself works fine and I have no issues with it (with the exception of known bugs when using checkboxes etc) however, when I try to navigate to (or around the tabs within) a page in the CMS that uses the widget area the AJAX loading of that page fails. For example from the SiteTree page list I go to my 'Contact Us' page (which has a WidgetAreaEditor on it) the blue loading bar/overlay appears, ticks away, my URL gets updates and the overlay/loader disappear....but my page location is the same, the appropriate page content has not been loaded in.&lt;/p&gt;&lt;p&gt;Looking at the Network tab in Google Chrome I can see the correct request is being made and data returned with HTTP 200 OK message (see below screenshot), but then nothing happens.&lt;/p&gt;&lt;p&gt;I am certain it is related to Widgets as on all other CMS pages (e.g. Settings, Security etc) the AJAX loading works fine and on any pages where I remove the WidgetAreaEditor functionality it then loads the page correctly e.g. on a page where I want no Widgets configurable I have:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;public function getCMSfields() {&lt;br /&gt;        $fields = parent::getCMSFields();&lt;br /&gt;        $fields-&amp;gt;removeByName(&quot;Content&quot;);&lt;br /&gt;        $fields-&amp;gt;removeFieldFromTab('Root', 'Widgets');&lt;br /&gt;        return $fields;&lt;br /&gt;    }&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;This is driving me crazy and obviously I can't hand the site over to the client and say &quot;to use the CMS click on the appropriate page, then do a page reload because its broken!&quot;  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt; &lt;/p&gt;&lt;p&gt;Any help would be much appreciated!&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;HARVS1789UK&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: SS3 Widget Module/WidgetAreaEditor Breaks CMS AJAX Functionality | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22564&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22564&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 16 Feb 2013 00:02:06 +1300</pubDate>
			<dc:creator>HARVS1789UK</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22564</guid>
		</item>
		
		<item>
			<title>ss3 donate paypal</title>
			<link>http://www.silverstripe.org/widgets-2/show/22563</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;has anyone tried to implement donation in ss3?&lt;/p&gt;&lt;p&gt;If yes, would be nice to hear details&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: ss3 donate paypal | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22563&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22563&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 15 Feb 2013 21:13:34 +1300</pubDate>
			<dc:creator>isolated</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22563</guid>
		</item>
		
		<item>
			<title>Re: Smile Timeline for Silverstripe!?</title>
			<link>http://www.silverstripe.org/widgets-2/show/20026#post320052</link>
			<description>&lt;p&gt;Probably not of interest to you now Noki, but for future reference there is an SS module for timeline...&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/luisdias/Timeline-Silverstripe-Module&quot; rel=&quot;nofollow&quot;&gt;https://github.com/luisdias/Timeline-Silverstripe-Module&lt;/a&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Smile Timeline for Silverstripe!? | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/20026#post320052&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/20026&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 15 Feb 2013 03:28:43 +1300</pubDate>
			<dc:creator>swaiba</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/20026#post320052</guid>
		</item>
		
		<item>
			<title>Re: Contact form in widget (SS3)</title>
			<link>http://www.silverstripe.org/widgets-2/show/22066#post319821</link>
			<description>&lt;p&gt;Sorry about the late reply but I recently published a newsletter signup widget to GitHub that should be a good start to doing what you need:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/mrtrombone/SilverStripe-Widget-NewsletterSignUp&quot; rel=&quot;nofollow&quot;&gt;https://github.com/mrtrombone/SilverStripe-Widget-NewsletterSignUp&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Contact form in widget (SS3) | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22066#post319821&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22066&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 07 Feb 2013 09:28:48 +1300</pubDate>
			<dc:creator>markeaston</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22066#post319821</guid>
		</item>
		
		<item>
			<title>Re: Widgets on a Page</title>
			<link>http://www.silverstripe.org/widgets-2/show/22360#post319773</link>
			<description>&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;Page_Controller ...&lt;br /&gt;//check if this page has widgets assigned to it!&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public function WidgetCheck() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$widgetid = $this-&amp;gt;MyWidgetsID;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;$widgetdata = Widget::get()-&amp;gt;filter(array('ParentID' =&amp;gt; $widgetid));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $widgetdata;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;this works&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Widgets on a Page | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22360#post319773&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22360&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 05 Feb 2013 02:42:05 +1300</pubDate>
			<dc:creator>merrick_sd</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22360#post319773</guid>
		</item>
		
		<item>
			<title>Widgets on a Page</title>
			<link>http://www.silverstripe.org/widgets-2/show/22360</link>
			<description>&lt;p&gt;How can i tell if a Page has 'any' widgets?&lt;/p&gt;&lt;p&gt;If  a page has a widget the page will need a sidebar.&lt;/p&gt;&lt;p&gt;page.php&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $has_one = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;MyWidgets&quot; =&amp;gt; &quot;WidgetArea&quot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Layout &amp;gt;Page.ss&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;% if MyWidgets %&amp;gt;  &lt;br /&gt;&amp;lt;!-- Widgets --&amp;gt;&lt;br /&gt;$MyWidgets&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;lt;!-- endWidgets --&amp;gt;&lt;br /&gt;&amp;lt;% else %&amp;gt;&lt;br /&gt;&amp;lt;!-- NO Widgets --&amp;gt;&lt;br /&gt;$MyWidgets&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;% end_if %&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;result&lt;br /&gt;On pages without widgets, no widgets show up as expected  ...however the &quot;if MyWidgets&quot;  isn't actually working!  as  the comment &amp;lt;!-- Widgets --&amp;gt;   Always get  rendered.&lt;/p&gt;&lt;p&gt;maybe i need a fuction on Page.phpto do some kind of check.&lt;/p&gt;&lt;p&gt;i want to do something like&lt;br /&gt;if widges show a menu  &amp;lt;span class=&quot;span3&quot;&amp;gt;  ..etc&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Widgets on a Page | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22360&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22360&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 05 Feb 2013 01:55:43 +1300</pubDate>
			<dc:creator>merrick_sd</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22360</guid>
		</item>
		
		<item>
			<title>Contact form in widget (SS3)</title>
			<link>http://www.silverstripe.org/widgets-2/show/22066</link>
			<description>&lt;p&gt;I am using silverstripe 3 and event_calendar module. I would like to add a contact us form on all the calender pages. I think the best way to do so is create a contact form widget and use it on all calendar pages.&lt;/p&gt;&lt;p&gt;Is there someone who has used contact forms in widget area or someone who can guide me in the right direction.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Contact form in widget (SS3) | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/22066&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/22066&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Wed, 16 Jan 2013 23:20:15 +1300</pubDate>
			<dc:creator>nmshah</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/22066</guid>
		</item>
		
		<item>
			<title>Re: Installing widgets in ver 3.0.3</title>
			<link>http://www.silverstripe.org/widgets-2/show/21872#post319263</link>
			<description>&lt;p&gt;Silverstripe 3 requires you to install the Widgets module, have you done that?&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Installing widgets in ver 3.0.3 | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/21872#post319263&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/21872&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 15 Jan 2013 11:31:24 +1300</pubDate>
			<dc:creator>Matty Balaam</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/21872#post319263</guid>
		</item>
		
		<item>
			<title>Installing widgets in ver 3.0.3</title>
			<link>http://www.silverstripe.org/widgets-2/show/21872</link>
			<description>&lt;p&gt;I've not used widgets in Silverstripe before. I've updated the site to the latest release 3.0.3 and attempted to install a widget following the various hints on this site. I have done /dev/build/?flush=1. There are two tables in the database &quot;Widgets&quot; and WidgetsArea&quot;. Both appear correctly setup but have no entries. Admin does not show the widget tab. The error I'm getting on the public site is:&lt;/p&gt;&lt;p&gt;&quot;[User Error] DataObject::buildSQL: Can't find data classes (classes linked to tables) for WidgetArea. &quot;&lt;/p&gt;&lt;p&gt;The widget I'm trying to use is in the following folder which I created:&lt;br /&gt;&lt;a href=&quot;http://mydomain.com/widgets/facebook_like_box&quot; rel=&quot;nofollow&quot;&gt;http://mydomain.com/widgets/facebook_like_box&lt;/a&gt;&lt;/p&gt;&lt;p&gt;My /mysite/code/Page.php file looks like this:&lt;/p&gt;&lt;p&gt;&amp;lt;?php&lt;br /&gt;class Page extends SiteTree {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $db = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $has_one = array(&lt;br /&gt;&quot;facebook_like_box&quot; =&amp;gt; &quot;WidgetArea&quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;p&gt;}&lt;br /&gt;class Page_Controller extends ContentController {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/**&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * An array of actions that can be accessed via a request. Each array element should be an action name, and the&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * permissions or conditions required to allow the user to access it.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * &amp;lt;code&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * array (&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *     'action', // anyone can access this action&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *     'action' =&amp;gt; true, // same as above&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *     'action' =&amp;gt; 'ADMIN', // you must have ADMIN permissions to access this action&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *     'action' =&amp;gt; '-&amp;gt;checkAction' // you can only access this action if $this-&amp;gt;checkAction() returns true&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * );&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * &amp;lt;/code&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * @var array&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public static $allowed_actions = array (&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;public function init() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;parent::init();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Note: you should use SS template require tags inside your templates &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// instead of putting Requirements calls here.  However these are &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// included so that our older themes still work&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Requirements::themedCSS('layout'); &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Requirements::themedCSS('typography'); &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Requirements::themedCSS('form'); &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt; public function getCMSFields() {&lt;br /&gt;        $fields = parent::getCMSFields();&lt;br /&gt;        $fields-&amp;gt;addFieldToTab(&quot;Root.Widgets&quot;, new WidgetAreaEditor(&quot;facebook_like_box&quot;));&lt;br /&gt;        return $fields;&lt;br /&gt;    }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;Any ideas much appreciated. &lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Installing widgets in ver 3.0.3 | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/21872&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/21872&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 04 Jan 2013 04:36:29 +1300</pubDate>
			<dc:creator>albere</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/21872</guid>
		</item>
		
		<item>
			<title>Second widget on page fails</title>
			<link>http://www.silverstripe.org/widgets-2/show/21778</link>
			<description>&lt;p&gt;I use Silverstripe 3.0.3 stable release with the widgetmodule.&lt;br /&gt;I've created several widgets wich function properly when used on a page.&lt;br /&gt;But when I add several widgets to the same page the second widget fails.&lt;br /&gt;I found out the functions are not being called of the second widget or that the objects not exist.&lt;/p&gt;&lt;p&gt;On this forum I also found this forum item:&lt;br /&gt;&lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/20989&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/widgets-2/show/20989&lt;/a&gt; &lt;br /&gt;this seem to be the same problem.&lt;/p&gt;&lt;p&gt;Next to puting 2 widgets into one widgetarea, I also tried putting 2 widgetareas (each with one widget).&lt;br /&gt;But that doesn't help.&lt;/p&gt;&lt;p&gt;Is there any solution to this? I really need to be able to show 2 widgets on a page!!&lt;/p&gt;&lt;p&gt;Hope you guys can help.&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: Second widget on page fails | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/21778&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/21778&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 20 Dec 2012 04:25:29 +1300</pubDate>
			<dc:creator>Friksel</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/21778</guid>
		</item>
		
		<item>
			<title>Re: single content widget depreciated: SOLVED</title>
			<link>http://www.silverstripe.org/widgets-2/show/21676#post318800</link>
			<description>&lt;p&gt;OK so the problem was fixed in the end buy taking out a bunch of customisations in the _config file, not by changing the Content widget at all.&lt;/p&gt;&lt;p&gt;The config file is now stripped right back to the original fresh instal version and all seems OK. &lt;/p&gt;&lt;p&gt;Thanks for the info on dev mode though Simon, goona need to employ that now re my next problem (&lt;a href=&quot;http://www.silverstripe.org/general-questions/show/21727#post318797&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe.org/general-questions/show/21727#post318797&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;Cheers&lt;br /&gt;Wil&lt;/p&gt;

&lt;br /&gt;
&lt;p&gt;Posted to: single content widget depreciated: SOLVED | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/show/21676#post318800&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/widgets-2/reply/21676&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;&lt;/p&gt;
</description>
			<pubDate>Sat, 15 Dec 2012 20:37:00 +1300</pubDate>
			<dc:creator>w1l</dc:creator>
			<guid>http://www.silverstripe.org/widgets-2/show/21676#post318800</guid>
		</item>
		

	</channel>
</rss>