# Approach to a Nominate Post Button?

**URL:** https://meta.discourse.org/t/approach-to-a-nominate-post-button/86828
**Category:** Feature
**Created:** [5월 5, 2018, 1:15오후 UTC](https://meta.discourse.org/t/approach-to-a-nominate-post-button/86828 "2018-05-05T13:15:39Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![mermaldad](https://avatars.discourse-cdn.com/v4/letter/m/a3d4f5/32.png) [@mermaldad](https://meta.discourse.org/u/mermaldad)
#### Post date: [5월 5, 2018, 1:15오후 UTC](https://meta.discourse.org/t/approach-to-a-nominate-post-button/86828/1 "2018-05-05T13:15:39Z")

</div>

TL;DR: What would it take to allow users nominate posts for a contest?

I’m an admin on the Maslow CNC Discourse Forum ([https://forums.maslowcnc.com](https://forums.maslowcnc.com)). I have been running a weekly “Project of the Week” contest where users can nominate posted projects, a poll is generated, and the winner of the poll gets a forum badge as well as some router bits. It’s a great community builder, rewarding users who share their projects and giving community members ideas about how to use their machine. However, I have found that nominations are very spotty. Some weeks I get plenty of them, but other weeks we get none, even though there have been great projects posted. It seems that nominations just aren’t on user’s minds some weeks.

I believe that nominations will come more freely if there were a “Nominate” button in the menu at the bottom of posts, as suggested by a user. Ideally, this button would autopost a nomination on the weekly call for nominations topic, although that would require a setting somewhere to identify that topic. I’m open to other actions, though.

I have no experience with modifying Discourse, so right now I’m just trying to scope out how much effort a feature like this would require. I have seen [(Superseded) Plugin tutorial #3 - How to add a button after every post?](https://meta.discourse.org/t/plugin-tutorial-3-how-to-add-a-button-after-every-post/11050), so I know how that piece might work, but what action(s) would that button trigger?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [5월 5, 2018, 4:16오후 UTC](https://meta.discourse.org/t/approach-to-a-nominate-post-button/86828/2 "2018-05-05T16:16:40Z")

</div>

You might check out [Discourse Topic Voting](https://meta.discourse.org/t/discourse-voting/40121).

---

<div class="post-metadata">

### Author: ![mermaldad](https://avatars.discourse-cdn.com/v4/letter/m/a3d4f5/32.png) [@mermaldad](https://meta.discourse.org/u/mermaldad)
#### Post date: [5월 5, 2018, 5:33오후 UTC](https://meta.discourse.org/t/approach-to-a-nominate-post-button/86828/3 "2018-05-05T17:33:14Z")

</div>

That’s somewhat like what I want, but not quite. The differences:

- Not all candidates for Project of the Week end up in their own topics. Sometimes a user will post a picture of a neat project as part of a related topic. I don’t really want to limit nominations to topics.
- I still like the nomination process, whereas the voting plugin “nominates” all the topics in the selected Category (Categories?). I feel that User A nominating User B’s project helps add to the very positive vibe of the Maslow Community.

I will take a look at the voting plugin to see if there are elements I can use in my project, though, so thanks for the suggestion!

---

<div class="post-metadata">

### Author: ![joebuhlig](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/joebuhlig/32/193054_2.png) [@joebuhlig](https://meta.discourse.org/u/joebuhlig)
#### Post date: [5월 5, 2018, 5:40오후 UTC](https://meta.discourse.org/t/approach-to-a-nominate-post-button/86828/4 "2018-05-05T17:40:12Z")

</div>

> [@mermaldad](#):
>
> I don’t really want to limit nominations to topics.

What would be nominated other than topics? Users themselves? Posts? You’ll have to have a vote/nominate button somewhere. Where do you envision that landing?

---

<div class="post-metadata">

### Author: ![mermaldad](https://avatars.discourse-cdn.com/v4/letter/m/a3d4f5/32.png) [@mermaldad](https://meta.discourse.org/u/mermaldad)
#### Post date: [5월 5, 2018, 5:47오후 UTC](https://meta.discourse.org/t/approach-to-a-nominate-post-button/86828/5 "2018-05-05T17:47:29Z")

</div>

Posts. I would add a button to the menu at the bottom of each post.

---

<div class="post-metadata">

### Author: ![joebuhlig](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/joebuhlig/32/193054_2.png) [@joebuhlig](https://meta.discourse.org/u/joebuhlig)
#### Post date: [5월 5, 2018, 5:52오후 UTC](https://meta.discourse.org/t/approach-to-a-nominate-post-button/86828/6 "2018-05-05T17:52:21Z")

</div>

Having built a lot of plugins for fun and for hire, I would highly suggest sticking to topics. If you vote on posts, the next natural question is: how do you view posts in rank order?

That dictates a need to reorder a stream of posts. Having done that once (and once was all it took), you’ll need to set aside a hefty budget to commission it.

If at all possible, I would look for a way to set up multiple categories within a parent Nominations category.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [5월 5, 2018, 8:27오후 UTC](https://meta.discourse.org/t/approach-to-a-nominate-post-button/86828/7 "2018-05-05T20:27:31Z")

</div>

Why not simply count likes?

---

<div class="post-metadata">

### Author: ![mermaldad](https://avatars.discourse-cdn.com/v4/letter/m/a3d4f5/32.png) [@mermaldad](https://meta.discourse.org/u/mermaldad)
#### Post date: [5월 6, 2018, 11:15오전 UTC](https://meta.discourse.org/t/approach-to-a-nominate-post-button/86828/8 "2018-05-06T11:15:43Z")

</div>

That certainly would be a lot easier. I think there is something about the nomination-poll process that makes receiving the Project of the Week more of an honor, though.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [10월 15, 2020, 7:55오후 UTC](https://meta.discourse.org/t/approach-to-a-nominate-post-button/86828/9 "2020-10-15T19:55:00Z")

</div>


