Spacc BBS Spacc BBS
    • Categorie
    • Recenti
    • Tag
    • Popolare
    • Mondo
    • Utenti
    • Gruppi
    • Registrati
    • Accedi
    La nuova BBS è in fase Alpha. I post precedenti al 22 luglio 2024 potrebbero non essere trasferibili, ma rimarranno disponibili per la lettura su /old/.

    Hide the "Moved" arrow

    Pianificato Fissato Bloccato Spostato Uncategorized
    11 Post 6 Autori 26 Visualizzazioni
    Caricamento altri post
    • Da Vecchi a Nuovi
    • Da Nuovi a Vecchi
    • Più Voti
    Rispondi
    • Topic risposta
    Effettua l'accesso per rispondere
    Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.
    • K Questo utente è esterno a questo forum
      kevin.redx@community.nodebb.org
      ultima modifica di

      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 pitaj@community.nodebb.orgP eeeee@community.nodebb.orgE 4 Risposte Ultima Risposta Rispondi Cita 0
      • M Questo utente è esterno a questo forum
        mj@community.nodebb.org @kevin.redx@community.nodebb.org
        ultima modifica di

        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 Risposta Ultima Risposta Rispondi Cita 0
        • baris@community.nodebb.orgB Questo utente è esterno a questo forum
          baris@community.nodebb.org @mj@community.nodebb.org
          ultima modifica di

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

          M 1 Risposta Ultima Risposta Rispondi Cita 0
          • M Questo utente è esterno a questo forum
            mj@community.nodebb.org @baris@community.nodebb.org
            ultima modifica di

            @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 Risposta Ultima Risposta Rispondi Cita 0
            • pitaj@community.nodebb.orgP Questo utente è esterno a questo forum
              pitaj@community.nodebb.org @kevin.redx@community.nodebb.org
              ultima modifica di

              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 Risposta Ultima Risposta Rispondi Cita 0
              • M Questo utente è esterno a questo forum
                mj@community.nodebb.org @kevin.redx@community.nodebb.org
                ultima modifica di

                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 Risposta Ultima Risposta Rispondi Cita 0
                • eeeee@community.nodebb.orgE Questo utente è esterno a questo forum
                  eeeee@community.nodebb.org @kevin.redx@community.nodebb.org
                  ultima modifica di

                  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 Risposta Ultima Risposta Rispondi Cita 0
                  • julian@community.nodebb.orgJ Questo utente è esterno a questo forum
                    julian@community.nodebb.org @eeeee@community.nodebb.org
                    ultima modifica di

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

                    1 Risposta Ultima Risposta Rispondi Cita 0
                    • eeeee@community.nodebb.orgE Questo utente è esterno a questo forum
                      eeeee@community.nodebb.org
                      ultima modifica di

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

                      julian@community.nodebb.orgJ 1 Risposta Ultima Risposta Rispondi Cita 0
                      • baris@community.nodebb.orgB Questo utente è esterno a questo forum
                        baris@community.nodebb.org
                        ultima modifica di

                        Which database are you using?

                        1 Risposta Ultima Risposta Rispondi Cita 0
                        • julian@community.nodebb.orgJ Questo utente è esterno a questo forum
                          julian@community.nodebb.org @eeeee@community.nodebb.org
                          ultima modifica di

                          Topic hash is topic: plus the topic id.

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

                          1 Risposta Ultima Risposta Rispondi Cita 0
                          • Primo post
                            Ultimo post