Skip to content

Commit

Permalink
Merge pull request #484 from humanmade/backport-483-to-v14-branch
Browse files Browse the repository at this point in the history
[Backport v14-branch] Issue 482 document removal of duplicate post
  • Loading branch information
kovshenin authored Apr 5, 2023
2 parents 1685184 + c89a46a commit 0f74db8
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 66 deletions.
13 changes: 13 additions & 0 deletions other-docs/guides/upgrading/v14.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,19 @@ Altis Analytics also used the Workflows functionality to provide notifications
of Experiment results and so on. If you wish to reproduce that behaviour, you
can use the example in this [GitHub Gist](https://gist.github.com/mikelittle/f73ce199705d85f9a91431e9b88ad60a).

#### Clone and Amend functionality

Altis v14 no longer provides Yoast Duplicate Post plugin that provided "Clone" and "Amend" functionality. However, you
can install the off-the-shelf plugin in your project's `composer.json` file.

```shell
## Add the Yoast Duplicate Post plugin
composer require "wppackagist/duplicate-post"
```

Note: The plugin uses the terms "Clone" and "Copy to a new draft" instead of "Clone" and "Rewrite & Republish" instead of
"Amend". Otherwise, the functionality is the same.

#### Publication Checklist

The Publication Checklist feature has been removed from Altis v14. If you wish
Expand Down
Binary file removed user-docs/assets/content-creation-image10.png
Binary file not shown.
Binary file removed user-docs/assets/content-creation-image34.png
Binary file not shown.
Binary file removed user-docs/assets/content-creation-image35.png
Binary file not shown.
Binary file removed user-docs/assets/content-creation-image38.png
Binary file not shown.
Binary file removed user-docs/assets/content-creation-image41.png
Binary file not shown.
Binary file removed user-docs/assets/content-creation-image48.png
Binary file not shown.
Binary file removed user-docs/assets/content-creation-image50.png
Binary file not shown.
1 change: 0 additions & 1 deletion user-docs/collaboration-and-users/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Let’s start with who you’re collaborating with. Your **users**, and their **

### Differences with Altis compared to WordPress

- Administrators and Editors can **clone** and **amend** pages
- Editors can create **Guest Author** accounts

[More on Guests & Multiple Authors](guest-and-multiple-authors.md)
1 change: 0 additions & 1 deletion user-docs/collaboration-and-users/roles-and-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ be assigned a user account.

## Roles with extra Altis permissions

- Administrators and Editors can **clone** and **amend** pages
- Editors can create **Guest Author** accounts

## Roles with plugins
Expand Down
4 changes: 2 additions & 2 deletions user-docs/collaboration-and-users/user-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ You’ll be assigning every user with a role. So before we dive into the “how-
- **Subscriber** – can manage their profile
- **Guest author** - can be attributed to a page or post without having a user account

### Differences with Altis 
- Administrators and Editors can **clone** and **amend** pages
### Differences with Altis

- Editors can create **Guest Author** accounts

### Adding existing users already on your network
Expand Down
62 changes: 0 additions & 62 deletions user-docs/content-and-content-blocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,11 @@ As part of your organization's editorial workflow, you may be required to have p

Display the name of the author or authors (including [guests, multiple or external](../collaboration-and-users/guest-and-multiple-authors.md)) next to the post.

#### Clone post

Make an unpublished **copy** of the post. Useful for creating new posts without starting from scratch.

##### Create amendment

Click this to work on a duplicate version. Make your edits. Then, after approval or review, click **Publish Amendment** to replace the current version:

![](../assets/content-creation-image38.png)

#### Move to Trash

Moves the post to the Trash. The post will stay there for 30 days by default before being deleted permanently. Unless you choose to:

- Manually delete immediately
- Clone
- Restore

## Permalinks
Expand Down Expand Up @@ -374,54 +363,3 @@ Click **Add new**:
Open the content, make your edits and then **click Update**:

![](../assets/content-creation-image15.png)

### How to clone published content

## How (and when) to amend content

An amendment is similar to a clone, because it creates a **copy of an already published** post or page. Multiple people can collaborate on the amendment. Then when it’s ready, click **Publish Amendment** and it **replaces** the original.

Hover over the page or post to be amended and click **Create Amendment**:

![](../assets/content-creation-image34.png)

You can now make edits, save drafts, and preview. Just like you would normally in WordPress. The only difference is a **reminder message** to tell you that you’re editing an Amendment:

![](../assets/content-creation-image10.png)

For anybody else collaborating, they can see the Amendment in the dashboard:

![](../assets/content-creation-image35.png)

When you’re ready, click **Publish Amendment**:

![](../assets/content-creation-image48.png)

This gives you two options:

- **Save changes and compare**
Choose this and you can view changes between the original and the amended versions before publishing
- **Publish Amendment**
Choose this and the amendment goes live **straightaway**. Although maybe you want to **delay when the amendment goes live**? That’s when you can **schedule** amendments (see below for how)

### Scheduling amendments

An amendment is great when you want to **plan your edits in advance**. Maybe you want to **schedule** a page changing from:

- “New product coming soon” to “New product now available”
- “Sale finishes at midnight” to “Sale now closed”
- “The winner will be announced here at 2pm…” to “The winner is…”

Or maybe you want changes to happen while you are:

- In a meeting
- On leave or away from the office
- Lacking reliable Wi-Fi 

In the **sidebar**, click the date and time next to Publish Amendment:

![](../assets/content-creation-image50.png)

This opens a **calendar**. You can now set when the amendment goes live, down to the very minute:

![](../assets/content-creation-image41.png)

0 comments on commit 0f74db8

Please sign in to comment.