• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

How to remove the icon before "thread being removed to other section"

Scheduled Pinned Locked Moved General Discussion
6 Posts 4 Posters 576 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sharonyue
    wrote on last edited by sharonyue
    #1

    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.

    捕获.JPG

    1 Reply Last reply
    0
  • S Online
    S Online
    sweetp
    wrote on last edited by
    #2

    does someone have a solution to this?

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #3
    [component="topic/moved"] {
       display: none;
    }
    
    1 Reply Last reply
    1
  • S Online
    S Online
    sweetp
    wrote on last edited by
    #4

    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?

    PitaJP 1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    replied to sweetp on last edited by
    #5

    @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.

    1 Reply Last reply
    0
  • S Online
    S Online
    sweetp
    wrote on last edited by
    #6

    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.

    1 Reply Last reply
    1

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development