• 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
    639.7k
    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.
    • Ornorm
      O
      Ornorm
      last edited by

      Just something I noticed by coincidence after updating Vivaldi a few minutes ago (which, sometimes, gives me the basic forum view instead of the customized one...)
      I don't know if others have the issue or not but, anyway, if this can be useful to anyone...

      I noticed that the message in the header of the forum wasn't displayed with my CSS applied.


      We will do some maintenance work on the forum on May 6th (09:00-12:00 UTC). During this time there will be some downtime. Thank you for being patient with us.


      I just added

      /* Forum warning messages box */
      .shadow-box3 {
          display : block !important;
      }
      

      to fix it.

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

        @Ornorm That’s the mod’s doing. I wrote a script to show the header on first run and the possibility to dismiss it afterwards.

        github ◊ vfm

        Ornorm
        O
        1 Reply Last reply
        Reply Quote 4
        • Ornorm
          O
          Ornorm @luetage
          last edited by

          @luetage Thank you. I didn't know that.
          I never saw the message so I thought... ok let's display it because I rarely have a first run on the forum...

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

            @Ornorm You would see the message every time a new one is posted, I suspect the mod broke with a Vivaldi update. It’s also not a mod you can disable, it runs for everyone.

            github ◊ vfm

            Ornorm
            O
            1 Reply Last reply
            Reply Quote 2
            • Ornorm
              O
              Ornorm @luetage
              last edited by

              @luetage said in Vivaldi Forum mod:

              every time a new one is posted

              Hey! That's nice!
              I don't know if someone still has that feature working... like you said maybe broken by the update.

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

                @guigirl Nice to meet you.

                @Ornorm The mod in fact still works, it’s just that it tries to add the link to the vivaldi discord to a header, which doesn’t exist anymore and any code below it is broken because of it. Fixed it now. You can remove the link discord() in mods.js and it will work.

                github ◊ vfm

                1 Reply Last reply Reply Quote 3
                • Ornorm
                  O
                  Ornorm
                  last edited by

                  Just a quick fix for those who don't want to search for the correct CSS selector.
                  The last forum update (announced here) did have side effects on the way the forum is displayed.

                  One thing I noticed was the white box in the topic list header (Home>Unread and Home>Popular ... not available in Home>Recent) which seems to have no utility at all since the background of the forum by default is white as well...

                  Default :
                  13226373-df04-4225-82d5-3861fa2e908c-image.png

                  Same with "There is a new topic..." message (buggy alignment)
                  43aef344-3512-46e9-91d3-b1f25f55d011-image.png

                  With another background color (that white box is visible and oddly - personal opinion - aligned with the buttons = no margin no padding) :
                  3d3fbcff-b873-45b5-beb9-2ef86a645db2-image.png

                  Anyway, if you want to change that to your taste, do not hesitate to use the following code as a starting point and change it as you like (it just changes the color of the background and adds margins to the buttons to have them better aligned with the structure of the forum) :

                  (For illustration purpose only - the colors might be different if applied on your own forum mod)
                  The final result of the below code is :

                  cc8fb32b-1ed9-4ae5-bf87-4b76f06d4b48-image.png

                  Same with "There is a new topic..." message (I couldn't find a way to fix the alignment).

                  ec38fa89-372b-4eb0-9a17-0b1ce8d2ef37-image.png

                  /* Forum Topic header */
                  .topic-list-header {
                      background-color: transparent;
                      /* Change the background with the color/image of your choice or delete this part of code if you prefer to leave the background transparent */
                      background: linear-gradient(to bottom, #ebf1f67a 0%,#abd3ee82 50%,#89c3eb80 51%,#d5ebfb70 100%);
                      margin: 0px -25px 0px -25px;
                  }
                  div.topic-list-header.btn-toolbar > div.pull-left {
                      margin-left: 25px;
                  }
                  div.topic-list-header.btn-toolbar > div.markread.btn-group.pull-right {
                      margin-right: 25px;
                  }
                  
                  1 Reply Last reply Reply Quote 4
                  • Ornorm
                    O
                    Ornorm
                    last edited by

                    Sorry... me again...

                    An additional quick fix for the new progress bar that seemed to be broken for the Vivaldi Forum mods users :

                    @juanvase said in Heart Of Gold 💛 🚀 🐋 🌺:

                    @luetage, please edit you forum mod soonest we're feeling blacklisted😰

                    @ornorm said in Heart Of Gold 💛 🚀 🐋 🌺:

                    @guigirl You use Vivaldi Forum mod don't you?

                    This is what I have with Vivaldi Forum mod :
                    3005cf1f-d19b-42c5-99c7-25746feab8bd-image.png
                    1656ecf7-b179-473f-b514-7fa74232d142-image.png

                    This is what I have without Vivaldi Forum mod :
                    7b4f4296-0b29-421e-95b8-cc09afac6bf4-image.png
                    f1d810f1-5c5d-4c4b-9ba9-14ccf009aaef-image.png

                    ProgressBarForum.gif

                    It should work with the following code :

                    /* Progress bar */
                    .progress-bar {
                        background: linear-gradient(to right, rgb(160, 196, 228), rgb(51, 122, 183)) !important;
                        transition: width .6s ease-in-out !important;
                    }
                    .pagination-block.text-center.ready {
                        background-color: #b8c3ccb5 !important;
                        /* this last part is optional for those who are using Status Bar by dude99 and sjudenim */
                        right: 15px;
                        bottom: 35px;
                    }
                    

                    The last part of the code concerns the ones using the following mod Automate Status Bar into a Clock button. They'll need to have the progress bar being placed above the Status bar in order to have no interference between both (without the right and bottom small fixes, the progress bar would be placed behind the Status bar)

                    2db5829d-7799-4249-a041-a9e133478925-image.png

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

                      @juanvase Yes, visit default.css and comment out or delete the paragraph starting with the comment “threaded reply cleanup.”

                      In the next iteration I will probably show the avatars, but still leave the timestamp of last reply out, it’s badly styled and not really that useful, because the timestamps are being shown on the replies anyway. Matter of taste.

                      Here an example with current styling:

                      Screenshot from 2021-05-07 08-54-29.png

                      github ◊ vfm

                      1 Reply Last reply Reply Quote 2
                      • D
                        dude99 @Ornorm
                        last edited by dude99

                        @ornorm
                        bottompagination.gif

                        compact version, turn the box into a line at the bottom of the window. 😎

                        Code

                        .pagination-block.text-center.ready {background: transparent !important; width: 100vw; height:4px;}
                        .topic .pagination-block .progress-bar {background: linear-gradient(#4c70f0, #5bc0de 75%, transparent 80%) !important;}
                        .topic .pagination-block .wrapper {transform: translateY(-25px); z-index: -9; width: fit-content; margin-left: auto;}
                        .topic .pagination-block .wrapper:hover {padding-right: 5px;}
                        .topic .pagination-block .wrapper > i.fa {font-size: 100%; transition: .13s;}
                        .topic .pagination-block .wrapper > i.fa:hover { transform: scale(1.5);}
                        .topic .pagination-block .wrapper:not(:hover) > i.fa {font-size: 0;}
                        .topic .pagination-block .wrapper > a.dropdown-toggle > .pagination-text, .topic .pagination-block .wrapper > i.fa:hover {filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 3px #ece7c5) drop-shadow(0 0 4px #ece7c5) drop-shadow(0 0 5px #ece7c5);}
                        

                        EDIT: updated on 30 sep 2021.

                        Sorry, I'm currently hiatus from updating any of my CSS mod until further notice...
                        luetage
                        L
                        1 Reply Last reply
                        Reply Quote 3
                        • luetage
                          L
                          luetage Supporters Soprano @dude99
                          last edited by

                          @dude99 Good effort, but that’s not clean. The arrows can disappear and it overlays the footer, making links unclickable. But again a matter of taste. I don’t think Vivaldi’s implementation is that bad. It has the added advantage of being able to scroll through the replies, like on mobile view and to go to a specific reply directly. All functionality that is lost.

                          github ◊ vfm

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

                            @lonm I noticed the chef emoji has disappeared, the link 404s. Did you remove it from your uploads?

                            github ◊ vfm

                            LonM
                            L
                            1 Reply Last reply
                            Reply Quote 2
                            • D
                              dude99 @luetage
                              last edited by dude99

                              @luetage To be fair, when window size is smaller than 768px the footer are also overlay by the thicc progressbar. I bet 99% of vivaldi users never click on those links, because they never notice 'em... doh

                              I could move the GUI to the right corner, but I'm using floating statusbar at bottom corner so it's getting in my way. & also, I hate the arrows getting too much attention when it's glowing for no reason.

                              EDIT:
                              For those who want the GUI at the side, just add text-align: right; under .topic .pagination-block .wrapper to move it to bottom right corner.

                              Sorry, I'm currently hiatus from updating any of my CSS mod until further notice...
                              1 Reply Last reply Reply Quote 1
                              • LonM
                                L
                                LonM Soprano Patron Moderator @luetage
                                last edited by

                                @luetage No change. should still be there.

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

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

                                  @lonm Server responded with a status of 404 for https://lonm.vivaldi.net/wp-content/uploads/sites/1533/2018/10/1539692893639-chef.gif

                                  chef

                                  Screenshot from 2021-05-07 10-58-09.png

                                  Strange, maybe it only works for you? Or it only breaks for me, someone gotta check.

                                  github ◊ vfm

                                  LonM
                                  L
                                  1 Reply Last reply
                                  Reply Quote 2
                                  • LonM
                                    L
                                    LonM Soprano Patron Moderator @luetage
                                    last edited by LonM

                                    @luetage Weird. You need to be logged in as me to see that image. I haven't changed anything, so I have no idea why that happens.

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

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

                                      @lonm Maybe reupload it? Then we can just include the fresh link. Probably some server error.

                                      github ◊ vfm

                                      LonM
                                      L
                                      1 Reply Last reply
                                      Reply Quote 1
                                      • LonM
                                        L
                                        LonM Soprano Patron Moderator @luetage
                                        last edited by

                                        @luetage 1162cfde-2319-4b5f-8ebe-4cc9d50ce99f-image.png

                                        https://forum.vivaldi.net/assets/uploads/files/1620378615905-1162cfde-2319-4b5f-8ebe-4cc9d50ce99f-image.png

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

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

                                          @lonm Got issues. Look at the differences in the link and format:

                                          • Alien: https://lonm.vivaldi.net/wp-content/uploads/sites/1533/2018/10/1539692482285-alien.gif
                                          • Chef: https://forum.vivaldi.net/assets/uploads/files/1620378615905-1162cfde-2319-4b5f-8ebe-4cc9d50ce99f-image.png

                                          Vivaldi changed something in the back and saves new uploads differently. Or did you upload the former to your blog, while the latter is uploaded from the forum?

                                          @juanvase Yes, a lot is broken in the theming because of Vivaldi’s updates. Yesterday’s update brought in a heap of new issues. No point in telling me, I know it. Community themes will be removed anyway, instead I will make it easier to load your own full custom themes, without them breaking because of specific mods (hopefully).

                                          github ◊ vfm

                                          LonM
                                          L
                                          1 Reply Last reply
                                          Reply Quote 2
                                          • LonM
                                            L
                                            LonM Soprano Patron Moderator @luetage
                                            last edited by

                                            @luetage Yes. I uploaded it from the forum instead this time.

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

                                            luetage
                                            L
                                            1 Reply Last reply
                                            Reply Quote 2
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            • 1
                                            • 2
                                            • 40
                                            • 41
                                            • 42
                                            • 43
                                            • 44
                                            • 72
                                            • 73
                                            • 42 / 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