Co-author topics

hi ! is there any way to mark a post with more than one author ? In blog-style Discourses might happen that one post/topic is written by several people.

Thanks !

3 Likes

Currently, no. The original poster is the only one who appears as author. However, if you make your post a wiki, then another user with wiki editing abilities will be able to edit it as well.

4 Likes

@Thomas_G thanks for the quick answer, however, I don’t think this fits to the use case I had in mind. We are thinking to migrate our blog inside discourse, and authorship can be a problem for us.

A related question I have is if it’s also possible to post a topic as a group user. That would be great for admins of a group to make announcements or for instance create collective messages.

2 Likes

While Discourse offers some publishing features, we’re not a blog software. If you need specific blog tools, maybe have a look at Ghost? You can always embed a Discourse discussion on a blog if that’s what you’re after.

3 Likes

This is splendid, I didn’t know about this feature to embed the discussions in an external blog post - that could be an option for us. I’ve seen in @codinghorror blog that the whole blog post is created as topic, am I right ?

We have a blog hosted in GitHub pages to promote open reviews and code reproducibility. We use Jekyll under the hood and if we could synchronize the discussion somehow with the forum that would be amazing.

Please, share any good resource so that I can check it out. I leave here the link to the prototype of our blog and forum. Feedback is welcomed too :slight_smile:

2 Likes

You can use Embedding Discourse Comments via Javascript to sync the blog with Discourse. It works just fine with Jekyll.

7 Likes

@Falco thanks for the suggestion - we’ll take a look at it !

We have a similar problem. Mentioning the authors in a staff notice is the closest solution I’ve found:

5 Likes

That is a very clever workaround with the staff notice on the post! :beers:

1 Like

We are using discourse for a social intranet in a big public institution and are quite fond of it. One increasingly important use case that we have, is providing information in form of wiki pages. I know that this is not the main focus of discourse, but let me explain how we would love the wiki content to be represented anyhow. In essence, we would like an edit to a wiki page to have a similar effect as if the author replied to a post. I see three places for this effect:

  • In topic lists, it would be fantastic if wiki-editors would be listed in the same way that post authors are listed:

  • In the list of latest posts, the author of the latest edit should be shown instead of the initial author:

image

Any finally, when viewing a post, it would be great if the last editor, not the initial author, would be shown:

Any thoughts on this, and perhaps any advice on how to implement this as a theme component?

1 Like

This might work in part but think have to hit the upper right pencil to view edit history.

Might be able to modify component or make a feature request/PR