# Optimized interface for mass editing topic titles?

**URL:** https://meta.discourse.org/t/optimized-interface-for-mass-editing-topic-titles/70495
**Category:** Community Building
**Created:** [September 21, 2017, 10:13am UTC](https://meta.discourse.org/t/optimized-interface-for-mass-editing-topic-titles/70495 "2017-09-21T10:13:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Sujan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sujan/32/70979_2.png) [@Sujan](https://meta.discourse.org/u/Sujan)
#### Post date: [September 21, 2017, 10:13am UTC](https://meta.discourse.org/t/optimized-interface-for-mass-editing-topic-titles/70495/1 "2017-09-21T10:13:20Z")

</div>

In the community I am moderating (support community for a Javascript framework) we have the problem that users are really bad at creating titles:

- Although we have categories for different library versions and they use them, the also tend to include the version numbers in the title like “How do I do x with software v3?” which adds a lot of unnecessary noise - especially as the library version is irrelevant in 99% of the cases.
- Many don’t actually describe their problem, but write something like “Problem, how to fix?” or “Build doesn’t work” an leave all the interesting stuff to the post body (or just leave it out completely - but that is a different problem)

If we just accept these topics as they are, new users (95% of users are first time users) see these topics and create titles that are similar: They all include irrelevant version numbers or just state that they have a problem. That is why we, the moderators, try to “police” the topic titles and edit them.

Right now my workflow for this is opening the list of new topics, opening all the ones with “bad” titles in new tabs and go through them one by one. This takes a _lot_ of clicks and tabs and also marks these topics as “read” by me, which I didn’t actually do.

I imagine a topic view where I can directly edit topic titles with few clicks and maybe even read a preview of the post body without opening the actual thread. Does something like this exist?

---

<div class="post-metadata">

### Author: ![xrav3nz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/xrav3nz/32/76894_2.png) [@xrav3nz](https://meta.discourse.org/u/xrav3nz)
#### Post date: [September 21, 2017, 4:43pm UTC](https://meta.discourse.org/t/optimized-interface-for-mass-editing-topic-titles/70495/2 "2017-09-21T16:43:01Z")

</div>

> [@Sujan](#):
>
> a topic view where I can directly edit topic titles with few clicks

AFAIK, I don’t think this exists yet.

> [@Sujan](#):
>
> read a preview of the post body without opening the actual thread

Not entirely sure if these suit your use case, but [Discourse Tooltips](https://meta.discourse.org/t/discourse-tooltips-preview-topic-contents-on-hover/69304) and [https://meta.discourse.org/t/topic-list-previews/41630/27](https://meta.discourse.org/t/topic-list-previews/41630/27) are two plugins that do that. They do not limit the view to staff though.

* * *

Alternatively, here’s an approach to guide your user: Topic Templates.

> [@Using topic templates for categories](https://meta.discourse.org/t/what-are-topic-templates/38295):
>
> bookmark This guide explains how to use topic templates in categories and explores alternative methods for structuring content in Discourse. person_raising_hand Required user level: Administrator Topic templates are powerful tools for maintaining forum consistency and guiding new users. This guide will walk you through setting up category topic templates and explore alternative methods for structuring content in Discourse. Summary Learn how to set up category topic templates Discover …

However, it does not support defining a topic title template via the settings. Maybe you could include a title convention on the first line to remind the user, or somehow leverage the “prefill by URL” feature (that supports prefilling topic title)?

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [September 21, 2017, 4:46pm UTC](https://meta.discourse.org/t/optimized-interface-for-mass-editing-topic-titles/70495/3 "2017-09-21T16:46:24Z")

</div>

> [@Sujan](#):
>
> categories for different library versions

> [@Sujan](#):
>
> the library version is irrelevant in 99% of the cases.

Kill the categories, then. One category per library.

* * *

Consider promoting users to TL3, which allows them to fix up the titles. Then they can fix the titles while they read + respond to the questions.

---

<div class="post-metadata">

### Author: ![Sujan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sujan/32/70979_2.png) [@Sujan](https://meta.discourse.org/u/Sujan)
#### Post date: [September 22, 2017, 4:45pm UTC](https://meta.discourse.org/t/optimized-interface-for-mass-editing-topic-titles/70495/4 "2017-09-22T16:45:01Z")

</div>

> [@xrav3nz](#):
>
> Not entirely sure if these suit your use case, but Discourse-tooltips - preview topic contents on hover and Topic List Previews are two plugins that do that. They do not limit the view to staff though

Thanks, “Discourse-tooltips” could semi work for this - but as I can’t quick-edit in the topic list view I don’t win too much unfortunately.

> [@xrav3nz](#):
>
> Topic Templates.

I thought about them, but similar to Issue templates on Github they IMO are the wrong tool for the job: Adding default text into the post body works for the people that want to post following this exact template, and frustrates all the others that are now unsure if their type of question/content is allowed at all. (Github issue: Bug issue templates, where or how do I post a feature request?)

> [@riking](#):
>
> Kill the categories, then. One category per library.

Ok, I should have been more specific here, sorry:  
My situation is similar to Angular(JS). v1 (AngularJS) and v2+ (Angular) are totally different, so we need to have different categories for these as the questions and solutions are different.

(I actually think this is one of the reasons why it was “common” to include the version number in the topic title: 6 months ago there was only one category. This trained people on including the version number. I fixed this, but people still do it - so to uncondition them I have to edit the newly created topics)

Thanks for responding anyway!
