• Browser
  • Mail
  • News
  • Community
  • About
Register Login
HomeBlogsForumThemesContributeSocial

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    We will be doing maintenance work on Vivaldi Translate on the 11th of May starting at 03:00 (UTC) (see the time in your time zone).
    Some downtime and service disruptions may be experienced.
    Thanks in advance for your patience.

    1. Home
    2. Community & Services
    3. Forum
    4. Vivaldi Forum mod

    Vivaldi Forum mod

    Forum
    76
    1.4k
    638.4k
    Loading More Posts
    • 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.
    • luetage
      L
      luetage Supporters Soprano @barbudo2005
      last edited by

      @barbudo2005 Far too complicated. The forum has categories, you can simply set them to ignore.

      github ◊ vfm

      barbudo2005
      B
      1 Reply Last reply
      Reply Quote 0
      • barbudo2005
        B
        barbudo2005 @luetage
        last edited by

        @luetage

        I'm talking about tomatoes and you're talking about elephants.

        Tell me which category I should use so that no more capture posts appear?

        One line of code complicated?

        1 Reply Last reply Reply Quote 0
        • luetage
          L
          luetage Supporters Soprano
          last edited by

          @barbudo2005 Elephants squash tomatoes 🍅 🐘

          github ◊ vfm

          barbudo2005
          B
          1 Reply Last reply
          Reply Quote 2
          • barbudo2005
            B
            barbudo2005 @luetage
            last edited by

            @luetage

            Tell me which category I should use so that no more capture posts appear?

            luetage
            L
            1 Reply Last reply
            Reply Quote 0
            • luetage
              L
              luetage Supporters Soprano @barbudo2005
              last edited by

              @barbudo2005 None, just ignore the half dozen »capture« post that you potentially stumble upon in a year. Hiding topics by select words is far too invasive for my taste. I mean think about it, you will miss out on sweet posts like “I captured the easter bunny and you won’t believe what happened next” …

              github ◊ vfm

              1 Reply Last reply Reply Quote 1
              • luetage
                L
                luetage Supporters Soprano
                last edited by

                Looks like we need a new version

                Screenshot from 2022-11-04 21-39-56.png

                github ◊ vfm

                1 Reply Last reply Reply Quote 0
                • luetage
                  L
                  luetage Supporters Soprano
                  last edited by

                  Version 4.4
                  Fixes color scheme issues for text completion and topic foreground colors when logged out.

                  github ◊ vfm

                  1 Reply Last reply Reply Quote 6
                  • barbudo2005
                    B
                    barbudo2005
                    last edited by barbudo2005

                    For those who use uBO you can highlight posts you are mentioned with this code in My filters:

                    forum.vivaldi.net##li.category-item.clearfix.row:has-text(@barbudo2005):style(border-left: 2px solid #1759bd !important; border-right:2px solid #1759bd !important; border-top: 2px solid #1759bd !important; border-bottom: 2px solid #1759bd !important; border-radius: 15px !important;)
                    

                    c3e667c8-c304-41a3-89e3-11bcf08b1ada-image.png

                    For those who don't like this format:

                    956bb341-6f28-4b85-92a2-3935c2170e2d-image.png

                    Use this code:

                    .col-md-1.hidden-sm.hidden-xs.stats.stats-viewcount   span.human-readable-number
                    
                    {font-size: 0px !important;}
                    
                    
                    .col-md-1.hidden-sm.hidden-xs.stats.stats-viewcount   span.human-readable-number:before
                    
                     {content: attr(title)!important;
                      font-size: 5px !important;}
                    
                    

                    2c5ef84c-57b3-4641-ab53-d62bb13f4a64-image.png

                    barbudo2005
                    B
                    1 Reply Last reply
                    Reply Quote 1
                    • barbudo2005
                      B
                      barbudo2005 @barbudo2005
                      last edited by

                      Differentiate upvoted and mentioned notifications:

                      Code in My filters of uBO:

                      forum.vivaldi.net##li a.deco-none:has-text(upvoted):style(color: rgba(255,0,6,0.7) !important;)
                      

                      46de3acd-e9df-46c1-acb2-8f55363bd4a5-image.png

                      luetage
                      L
                      1 Reply Last reply
                      Reply Quote 0
                      • luetage
                        L
                        luetage Supporters Soprano @barbudo2005
                        last edited by luetage

                        @barbudo2005 VFM has a different icon for each type of notification (post, topic/mention, edit, upvote, follow, move, chat) built in. But I don’t think you have used VFM in a long time. It’s a pure CSS mod though, try it out ☛

                        /* Custom notification icons */
                        
                        .header .notification-list li[data-nid^="new_post"] .mark-read::after {
                          content: "\f1d8";
                        }
                        .header .notification-list li[data-nid^="edit_post"] .mark-read::after {
                          content: "\f044";
                        }
                        .header .notification-list li[data-nid^="upvote"] .mark-read::after {
                          content: "\f164";
                        }
                        .header .notification-list li[data-nid^="follow"] .mark-read::after {
                          content: "\f06e";
                        }
                        .header .notification-list li[data-nid^="move"] .mark-read::after {
                          content: "\f35a";
                        }
                        .header .notification-list li[data-nid^="chat"] .mark-read::after {
                          content: "\f0e0";
                        }
                        /* mentions/new topics (no specific data-nid) */
                        .header .notification-list li[data-nid^="tid"] .mark-read::after {
                          content: "\f4ad";
                        }
                        

                        github ◊ vfm

                        1 Reply Last reply Reply Quote 3
                        • luetage
                          L
                          luetage Supporters Soprano
                          last edited by

                          version 4.5 release
                          The new version is up on webstore now and your instances should have updated. I added the Tony emoji from Vivaldi Social to the Advanced Formatting mod. They can be inserted with the Emote Pickertony_grinning

                          Screenshot from 2022-11-29 09-48-17.png

                          github ◊ vfm

                          LonM
                          L
                          hlehyaric
                          H
                          shifte
                          S
                          3 Replies Last reply
                          Reply Quote 9
                          • LonM
                            L
                            LonM Soprano Patron Moderator @luetage
                            last edited by

                            @luetage tony_smirking

                            💻 Windows 10 64-bit Sopranos Builds • en-GB • 🗳 vote for features • 🕵️‍♀️ Code of Conduct • 🐞 Report bugs

                            1 Reply Last reply Reply Quote 5
                            • hlehyaric
                              H
                              hlehyaric @luetage
                              last edited by

                              @luetage tony_wee

                              1 Reply Last reply Reply Quote 5
                              • shifte
                                S
                                shifte @luetage
                                last edited by

                                @luetage tony_happy

                                1 Reply Last reply Reply Quote 5
                                • Zalex108
                                  Z
                                  Zalex108 Moderator
                                  last edited by

                                  hehe.png

                                  "You cannot know the meaning of your life until you are connected to the power that created you" · Shri Mataji Nirmala Devi

                                  ingolftopf
                                  I
                                  1 Reply Last reply
                                  Reply Quote 5
                                  • ingolftopf
                                    I
                                    ingolftopf Ambassador Translator @Zalex108
                                    last edited by

                                    @Zalex108
                                    Beautiful
                                    And now another one for Christmas? 😉

                                    Dank an alle hier! Klasse Browser, tolles Forum.
                                    GNU/Linux: 'Q4OS' / Debian 12 'Bookworm', Android 7 / Android 15 ('GrapheneOS', ein Segen! Aber nur für Google 'Pixel' Geräte z.Z. Ist schon irre, um Google loszuwerden)
                                    Dabei seit dem alten Opera Presto.

                                    Zalex108
                                    Z
                                    3 Replies Last reply
                                    Reply Quote 1
                                    • Zalex108
                                      Z
                                      Zalex108 Moderator @ingolftopf
                                      last edited by

                                      @ingolftopf said in Vivaldi Forum mod:

                                      @Zalex108
                                      Beautiful
                                      And now another one for Christmas? 😉

                                      😆

                                      Is baking! 😄

                                      "You cannot know the meaning of your life until you are connected to the power that created you" · Shri Mataji Nirmala Devi

                                      1 Reply Last reply Reply Quote 1
                                      • Zalex108
                                        Z
                                        Zalex108 Moderator @ingolftopf
                                        last edited by

                                        @ingolftopf

                                        He's official!

                                        https://themes.vivaldi.net/img/Tony/hehe.png

                                        "You cannot know the meaning of your life until you are connected to the power that created you" · Shri Mataji Nirmala Devi

                                        1 Reply Last reply Reply Quote 3
                                        • Catweazle
                                          C
                                          Catweazle
                                          last edited by

                                          tony_wee Cool

                                          >Laptop ACER, AMD Ryzen, GPU AMD Radeon  RAM 16GB, SSD 512GB -Win11 Home 64 v24H2| Vivaldi last stable|

                                          👉 Vivaldi links👈 My Themes

                                          1 Reply Last reply Reply Quote 3
                                          • Zalex108
                                            Z
                                            Zalex108 Moderator @ingolftopf
                                            last edited by

                                            @ingolftopf

                                            Baked!!

                                            "You cannot know the meaning of your life until you are connected to the power that created you" · Shri Mataji Nirmala Devi

                                            ingolftopf
                                            I
                                            1 Reply Last reply
                                            Reply Quote 0
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            • 1
                                            • 2
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 72
                                            • 73
                                            • 8 / 73
                                            • First post
                                              Last post

                                            Looks like your connection to Vivaldi Forum was lost, please wait while we try to reconnect.

                                            Copyright © Vivaldi Technologies™ — All rights reserved. Privacy Policy | Code of conduct | Terms of use | Vivaldi Status