# שינוי אוטומטי של הבעלות על הפוסט הראשון למשתמש ספציפי

**URL:** https://meta.discourse.org/t/automatically-changing-ownership-of-first-post-to-a-specific-user/261302
**Category:** Feature
**Created:** [11 באפריל,‏ 2023,‏ 10:33am UTC](https://meta.discourse.org/t/automatically-changing-ownership-of-first-post-to-a-specific-user/261302 "2023-04-11T10:33:52Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![hellekin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hellekin/32/51636_2.png) [@hellekin](https://meta.discourse.org/u/hellekin)
#### Post date: [11 באפריל,‏ 2023,‏ 10:33am UTC](https://meta.discourse.org/t/automatically-changing-ownership-of-first-post-to-a-specific-user/261302/1 "2023-04-11T10:33:52Z")

</div>

What would be the best/simplest way to obtain this: when a user creates a topic in a specific category, the topic belongs to a specific user (e.g., @system). We already have auto-wiki, but this would be different.

I thought about using a wizard, but I did not explore yet how that would work. Especially because I would need an associated link to an external source, and last time I checked the Wizard was unable to do this and associated links seem to have no interface yet.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [11 באפריל,‏ 2023,‏ 11:44am UTC](https://meta.discourse.org/t/automatically-changing-ownership-of-first-post-to-a-specific-user/261302/2 "2023-04-11T11:44:22Z")

</div>

I may have been a bit hasty with adding the #assign tag. Do you mean using the Assign plugin?

---

<div class="post-metadata">

### Author: ![hellekin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hellekin/32/51636_2.png) [@hellekin](https://meta.discourse.org/u/hellekin)
#### Post date: [11 באפריל,‏ 2023,‏ 11:59am UTC](https://meta.discourse.org/t/automatically-changing-ownership-of-first-post-to-a-specific-user/261302/3 "2023-04-11T11:59:17Z")

</div>

No, not at all, I mean “change ownership”, sorry for the  
misunderstanding.

---

<div class="post-metadata">

### Author: ![hellekin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hellekin/32/51636_2.png) [@hellekin](https://meta.discourse.org/u/hellekin)
#### Post date: [11 באפריל,‏ 2023,‏ 3:53pm UTC](https://meta.discourse.org/t/automatically-changing-ownership-of-first-post-to-a-specific-user/261302/4 "2023-04-11T15:53:46Z")

</div>

I do think it’s a feature request though, and not support.

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [13 באפריל,‏ 2023,‏ 9:27am UTC](https://meta.discourse.org/t/automatically-changing-ownership-of-first-post-to-a-specific-user/261302/5 "2023-04-13T09:27:31Z")

</div>

I can think of creating a plugin or using a webhook. I’ve never created a plugin so I don’t know how hard it would be, but I use a webhook for my forum that triggers a PHP script that makes an API request to Discourse. This is quite simple.

---

<div class="post-metadata">

### Author: ![Lhc\_fl](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lhc_fl/32/268115_2.png) [@Lhc\_fl](https://meta.discourse.org/u/Lhc_fl)
#### Post date: [13 באפריל,‏ 2023,‏ 9:45am UTC](https://meta.discourse.org/t/automatically-changing-ownership-of-first-post-to-a-specific-user/261302/6 "2023-04-13T09:45:00Z")

</div>

Actually it’s very easy. If I were to write this plugin it should only take 10 minutes. (Then spend 3 hours testing its usability and translation into different languages…)

---

<div class="post-metadata">

### Author: ![hellekin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hellekin/32/51636_2.png) [@hellekin](https://meta.discourse.org/u/hellekin)
#### Post date: [14 באפריל,‏ 2023,‏ 4:42pm UTC](https://meta.discourse.org/t/automatically-changing-ownership-of-first-post-to-a-specific-user/261302/7 "2023-04-14T16:42:04Z")

</div>

I think the official name for what I called “associated link” is _topic featured link_.

@Lhc_fl if you choose to do so, I’ll be happy to test and translate into a couple of languages.
