17691 Posts in 4607 Topics by 2180 members
General Questions
SilverStripe Forums » General Questions » Remove the "Delete from draft site" button
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 849 Views |
-
Remove the "Delete from draft site" button

3 September 2009 at 1:12am
I use the following code to remove delete and publish buttons. How do I remove the "Delete from draft site" button?
<?php
class GlobalContent extends SiteTree {
function canDelete(){
return false;
}
function canPublish(){
return false;
}
}?>
-
Re: Remove the "Delete from draft site" button

19 January 2010 at 3:08am
I would also like to know this. I have setup some pages as Page Folders, that are not published, but have pages inside (or one level nav down) that will be published.
These main unpublished folder type pages need to be unpublished, but never deleted.
Anyone run into the answer to remove the Delete from draft site button?
| 849 Views | ||
|
Page:
1
|
Go to Top |


