<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Page comments</title>
		<link>http://www.ssbits.com/home/</link>
		<atom:link href="http://www.ssbits.com/home/" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_2078</link>
			<description>We too are having problems using that feature on SS 3.0.2? Could it be a SS3 regression?

Thanks a lot for your great job writing tutorial/snippet on SS</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_2078</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_1996</link>
			<description>@Tate - Hmm, not tried this is SS3, but the principles should be the same, what problems are you having?</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_1996</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_1995</link>
			<description>Sorry about posting on an old topic but I am looking for this same feature in SS3 but am having trouble getting there.
Is there an easy way to create this feature in Silverstripe 3.</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_1995</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_1869</link>
			<description>Hi, i extended the DataObjectDecorator, added 
Object::add_extension(&quot;SiteTree&quot;, &quot;MyDecorator&quot;); to _config.php and added the following method to my decorator:

public function updateCMSActions(&amp;$actions){
	    $Action = new FormAction(
	           &quot;doAction&quot;,
	           &quot;Do something different&quot;
	        );

	    $actions-&gt;push($Action);
	}
this worked for me, and i don't have to change pageclasses over getCMSActions()

Chris</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_1869</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_565</link>
			<description>Of course you DID write another wonderful tutorial !
And after little struggle with my Dowhat Iwant function.... I did it !

Thank you Aram :) !!!</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_565</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_562</link>
			<description>Hi Roxanne,

It's slightly different for ModelAdmin, luckily I have written a tutorial for that one too :)

http://www.ssbits.com/tutorials/2011/add-a-duplicate-button-to-model-admin/

Let me know how you get on.

Aram</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_562</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_561</link>
			<description>Hi Aram !
Great job as usual :) I was wondering : &quot;how to add a new Action to a ModelAdmin Managed model ?&quot;

I did this :
Object::add_extension('ModelAdmin', 'MAActionDecorator');
Created the MAActionDecorator.php and pnd put the code you gave in my DataObject. The button shows but nothing happens when I click it. No green 'All good!' message shows up :(
Any idea ?</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_561</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_305</link>
			<description>I found the prepend thing: insertFirst()</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_305</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_303</link>
			<description>Two questions:

Is it possible to add any Javascript to these actions?

Is it possible to add buttons to the left of the default actions? A prepend instead of push sort of thing.</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/adding-a-cms-action-the-slightly-hacky-way/#PageComment_303</guid>
		</item>
		

	</channel>
</rss>