Richie
(Richie Rich)
6. September 2017 um 14:06
1
Hi everyone,
I’ve somehow lost (possibly deleted) my “About the Category Name ” topic.
Strangely enough, on the homepage of the forums, the description that I set is still showing under the category heading name, so it must be around somewhere!
Any pointers on how to find it??
I tried a normal search for some of the keywords - no trace
1 „Gefällt mir“
zogstrip
(Régis Hanol)
6. September 2017 um 14:11
2
Edit the category and click the Edit Description button in the modal
1 „Gefällt mir“
Richie
(Richie Rich)
6. September 2017 um 14:14
3
Thanks for the quick reply!
Worryingly, that Edit Description button isn’t there (it is on all the other categories!)
zogstrip
(Régis Hanol)
6. September 2017 um 14:37
4
I think you’ll have to use the rails console for that one.
# ssh into server
cd /var/discourse
./launcher enter app
rails c
Category.pluck(:name, :topic_id)
You will get back a list of category names and their associated topic_id
.
If the one you’re looking for is “nil
”, you could try that in the rails console
Topic.unscoped.where("title ILIKE 'About %'").pluck(:title, :id)
1 „Gefällt mir“
pfaffman
(Jay Pfaffman)
6. September 2017 um 15:54
5
What happened that there’s no about? Is this a renamed “untitled” or something like that?