I would like to let users bump topic with a help of a button “Bump topic” as long as topic is not closed or archived.
I’m almost there but stumbeled upon TopicController’s update method … more specifically upon guardian.ensure_can_edit!(topic) inside the update method. It prevents user from changing their older posts.
Is my only option to go with direct SQL update of a topic or is there “standard” way to achieve this?
Because in general I would like indeed topic to be closed for editing… in this case it’s a category where people sell their old/used stuff. In the beginning people should be able to edit their posts as we have certain rules they should follow (photos, necessary information etc). After some time it’s safe to say the post is “finished” apart the price which can go down. People are allowed to “bump” their topic with the help of a button which appears 72 hours after last “bump” (whether bu button or some other person’s post in the topic).
So there it is … what I want to achieve. I have a button. I can bump editable posts but what if something is “in the market” for 2 years? 4 years?
Do you want to give end users the ability to “bump” topics and have them show up first in latest, but only once in 48 hours, without forcing them to post on the topic?
Are you trying to lift editing limit temporarily from a topic?
Keep in mind once there is more than one post in a topic, editing OP does not bump topic.
Then I would recommend you would make a plugin with a special controller that simply updates bumped_at on the topic to Time.zone.now and handles all permissions etc in said controller.
Alguém mais já pediu um botão de \u003ckbd\u003e"Tópico de Impulso"\u003c/kbd\u003e? Tenho um cliente usando o Discourse como uma plataforma interna de Perguntas e Respostas para sua empresa e ele quer permitir que seus colegas impulsionem tópicos que não estão recebendo atenção suficiente, sem adicionar uma resposta de uma palavra “impulso”.
Obviamente, isso poderia ser irritante para a maioria das comunidades, mas talvez pudesse ser adicionado como um plugin opcional ou componente de tema?
Obrigado! Como funcionou a adição do botão na sua comunidade? Acho que para a maioria dos sites seria irritante, mas consigo ver o benefício para um site de perguntas e respostas onde as pessoas estão esperando por uma resposta, mas não querem poluir o tópico com posts de “eu também” sem sentido.
Isso poderia ser implementado agora como um componente de tema.
Isso foi na verdade criado para acompanhar meu plugin de compra/venda/troca… plugin que adicionava os botões mencionados aos tópicos e para que os usuários não “inundasse” a categoria de negociação com posts de “up” (que não eram permitidos, aliás… tínhamos regras e moderadores). Então, quando você queria vender algo, criava seu tópico e a cada 3 dias podia dar um “up” com a ajuda de um botão.