Yes, both were.
How to remove the icon before "thread being removed to other section"
-
When some thread is removed to other section, there is an icon before the title. How can I disable it? I mean all of them.
-
does someone have a solution to this?
-
[component="topic/moved"] { display: none; }
-
So, after searching through the source code, and comparing topics - I ended up altering my Postgres database instead, with the following query:
UPDATE legacy_hash SET data = data - 'oldCid';
I havn't seen any adverse affects... is there something which I need to be aware of?
-
@sweetp unless you run it periodically that won't work for new topics. It's also erasing data from your database, and if you ever decide you want that back, you can't get it back.
-
thanks @PitaJ, Im ok with that, I'll probably never run the command again. In this particular case, I changed the structure of my forum and moved a large number of topics into different categories.