21289 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 997 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?
| 997 Views | ||
|
Page:
1
|
Go to Top |


