Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
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

Darkscribes Community

  1. Home
  2. Uncategorized
  3. Hide the "Moved" arrow

Hide the "Moved" arrow

Scheduled Pinned Locked Moved Uncategorized
11 Posts 6 Posters 0 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.
  • K [email protected]

    Once I've moved a topic to a better category, I don't want users to see that black "moved" arrow on the left of the topic. How do I get rid of that?

    M This user is from outside of this forum
    M This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #2

    Go to /admin/appearance/customise and paste this into the black textbox.

    .fa.fa-arrow-circle-right {
        display:none;
    }
    

    and hit the save icon.

    baris@community.nodebb.orgB 1 Reply Last reply
    0
    • M [email protected]

      Go to /admin/appearance/customise and paste this into the black textbox.

      .fa.fa-arrow-circle-right {
          display:none;
      }
      

      and hit the save icon.

      baris@community.nodebb.orgB This user is from outside of this forum
      baris@community.nodebb.orgB This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #3

      @MJ Might want to make it more specific to the category page so it doesn't hide all right arrow icons everywhere 🙂

      M 1 Reply Last reply
      0
      • baris@community.nodebb.orgB [email protected]

        @MJ Might want to make it more specific to the category page so it doesn't hide all right arrow icons everywhere 🙂

        M This user is from outside of this forum
        M This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #4

        @baris said in Hide the "Moved" arrow:
        > @MJ Might to make it more specific to the category page so it doesn't hide all right arrow icons everywhere 🙂

        How? can you please tell me, i'm still learning CSS 🙂

        1 Reply Last reply
        0
        • K [email protected]

          Once I've moved a topic to a better category, I don't want users to see that black "moved" arrow on the left of the topic. How do I get rid of that?

          pitaj@community.nodebb.orgP This user is from outside of this forum
          pitaj@community.nodebb.orgP This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #5

          If you look at the source of the category page, on the body element there's a class attribute containing multiple classes. One of which is something like category-3. You can add .category-3 to the beginning of the css selector you already have there to make it only specific to that category. Make sure there's a space between .category-3 and the rest of it.

          1 Reply Last reply
          0
          • K [email protected]

            Once I've moved a topic to a better category, I don't want users to see that black "moved" arrow on the left of the topic. How do I get rid of that?

            M This user is from outside of this forum
            M This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #6

            thank you @baris @PitaJ . I think the best is this.

            .category .fa.fa-arrow-circle-right, .topic .fa.fa-arrow-circle-right {
                display:none;
            }
            
            1 Reply Last reply
            0
            • K [email protected]

              Once I've moved a topic to a better category, I don't want users to see that black "moved" arrow on the left of the topic. How do I get rid of that?

              eeeee@community.nodebb.orgE This user is from outside of this forum
              eeeee@community.nodebb.orgE This user is from outside of this forum
              [email protected]
              wrote last edited by
              #7

              Is there a way to edit the database so move field is cleared?
              I moved some of my forums initial posts a long time ago and dont need the moved arrow or the 'moved from xyz' against them now.

              julian@community.nodebb.orgJ 1 Reply Last reply
              0
              • eeeee@community.nodebb.orgE [email protected]

                Is there a way to edit the database so move field is cleared?
                I moved some of my forums initial posts a long time ago and dont need the moved arrow or the 'moved from xyz' against them now.

                julian@community.nodebb.orgJ This user is from outside of this forum
                julian@community.nodebb.orgJ This user is from outside of this forum
                [email protected]
                wrote last edited by
                #8

                @eeeee the previous cid is stored in the topic hash itself. Just removing that property should work.

                1 Reply Last reply
                0
                • eeeee@community.nodebb.orgE This user is from outside of this forum
                  eeeee@community.nodebb.orgE This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #9

                  Great, can you explain best way to access topic hash and remove it please?

                  julian@community.nodebb.orgJ 1 Reply Last reply
                  0
                  • baris@community.nodebb.orgB This user is from outside of this forum
                    baris@community.nodebb.orgB This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #10

                    Which database are you using?

                    1 Reply Last reply
                    0
                    • eeeee@community.nodebb.orgE [email protected]

                      Great, can you explain best way to access topic hash and remove it please?

                      julian@community.nodebb.orgJ This user is from outside of this forum
                      julian@community.nodebb.orgJ This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #11

                      Topic hash is topic: plus the topic id.

                      e.g. the database entry for this one is: topic:13608.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      Powered by NodeBB Contributors
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups