• Community
    • Community
    • Vivaldi Social
    • Blogs
  • Forum
    • Vivaldi Forum
    • Categories
    • Recent
    • Popular
  • Themes
    • Vivaldi Themes
    • My Themes
    • FAQ
  • Contribute
    • Contribute
    • Volunteer
    • Donate
  • Browser
    • Vivaldi Browser
    • Latest News
    • Snapshots
    • Help
Register Login

Vivaldi

  • Community
  • Themes
  • Contribute
  • Browser

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Community & Services
    3. Forum
    4. Vivaldi Forum mod

    Vivaldi Forum mod

    Scheduled Pinned Locked Moved Forum
    1.4k Posts 76 Posters 914.3k Views 38 Watching
    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.
    • Maniastern
      M
      Maniastern
      last edited by

      @dleon
      Got it. But what the stuff specifically? And the code, as I get it, was edited after creating the plug-in, so there is a difference between this code and the code in the "Forum customization" thread.

      I mean... it's just not a hard task to share the code with codepad when one updates the plig-in and its thread, anyway. But it'd simplify using very much. Since it's a combination of scripts, even if the scripts weren't edited, sharing would be a good thing, because one shares not the scripts, but the combination of them.

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

      @maniastern The extension is clearly for people who use the forum regularly. Obviously no one would install an extension for each site they visit. You can compare the forum mod to the reddit enhancement suite -- a tool for specialists to get more out of the site.

      The extension is made up of javascript and css mods. You can download it, pick out what you need and make a simple userscript out of the parts you want to use. Vivaldi gladly allows userscripts in the extension environment. But that's not that easy to do, you gotta look out for issues when the forum is updated and stay on top of it. Therefore providing the community with a modular extension was the logical thing to do.

      Btw., sorry for the lack of updates during the last month, just a few more days for the really big update.

      Maniastern
      M
      1 Reply Last reply
      Reply Quote 0
    • Maniastern
      M
      Maniastern @luetage
      last edited by Maniastern

      @luetage
      Hello)
      Yes, I actually can extract the scripts, but... it's not exactly what I'm talking about. I meant, you already update the thread after the plug-in updating, so it wouldn't be so hard to update codepad with extracted userscripts. It's just... something logical for the plug-in author to share the userscript from it (since it's far more easier for creator to do it) instead of forcing users to extract the scripts on their own.

      I understand what are you talking about when you mention regular using, but it's still the problem. I didn't meant people install a plug-in for every site they visit, but Vivaldi Forum is not the only popular site in the world, isn't it? I have many favourite sites and I use userscripts for each of them. And it's normal for Vivaldi users, because, you know, we here love customization)

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

      @maniastern said in Vivaldi Forum mod:

      It's just... something logical for the plug-in author to share the userscript from it...

      Hmm, I fear it's not, it's a lot (and I mean really A LOT) of extra work, and besides, I actually want people to use the extension -- believe it or not πŸ˜›
      And I don't know of any extension authors who do this. Your best bet is the forum customization thread -- themes and mods copied/downloaded from there work out on their own. It's true that I heavily customised everything, so picking Vivaldi Forum Mod apart isn't simple. But for it to work the way it does, this step was needed.

      And about forcing users.... this hurts, I'm not forcing anyone to use this. It's provided as is, but if you find bugs or have a feature request, I'll happily look into it. But this is just an unreasonable request πŸ˜•

      Maniastern
      M
      1 Reply Last reply
      Reply Quote 0
    • Maniastern
      M
      Maniastern @luetage
      last edited by

      @luetage
      Okay, got it. Sorry)

      1 Reply Last reply Reply Quote 0
    • Hadden89
      H
      Hadden89
      last edited by Hadden89

      Probably too rude but it works xD
      Hooked via vivaldi forum mod lol

      /*Hide >all< deleted posts*/
      li.deleted {display: none !important;}
      
      /*Reduce posts margins*/
      li[component="post"] {
      	border-bottom: 1px solid !important;
      	border-radius: 0px !important;
      	margin-bottom: 1px !important;}
      
      /*Increase container (test)
      .container {width: 95% !important;}*/

      Vivaldi Stable+Snap | Patience Is The Key To Get The Vivaldi Spree | Unsupported Extensions | Github | windows 11 | Manjaro KDE | Q4OS Trinity | Android 13

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

      Why rude? You can "hook" any css you want, just put it into default.css and you're good to go. The problem is the additional code will be deleted on update, so you have to save it outside and copy it back in occasionally.

      Hadden89
      H
      1 Reply Last reply
      Reply Quote 0
    • Hadden89
      H
      Hadden89 @luetage
      last edited by

      @luetage said in Vivaldi Forum mod:

      Why rude? You can "hook" any css you want, just put it into default.css and you're good to go. The problem is the additional code will be deleted on update, so you have to save it outside and copy it back in occasionally.

      as approach, sometimes li.deleted are not blank but none still hide them πŸ™‚

      Vivaldi Stable+Snap | Patience Is The Key To Get The Vivaldi Spree | Unsupported Extensions | Github | windows 11 | Manjaro KDE | Q4OS Trinity | Android 13

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

      Vivaldi Forum mod 1.0

      The promised update is here.

      Changes

      • New custom theme option and interface
      • Compact header mod
      • Bugfixes

      The current version is actually 1.12, had to fix several bugs I noticed after publishing and pushed a few updates out during the last 24 hours. This update will disable the extension, because a new permission is needed to run it. Vivaldi Forum mod has to be able to manage downloads, because the custom theme interface has an export function. If your extension isn't on 1.12 yet, you can enable Developer Mode on top of the extensions site and click "Update extensions now". This should take care of it.


      Custom Theme

      You can edit your custom theme by accessing its interface on the extension's options page. Access the options page, by clicking on "Forum mod" in the avatar dropdown menu, or by visiting vivaldi://extensions/. Afterwards click on the edit button (beside the custom option).

      Expand to view images:

      0_1516014232831_Screenshot 2018-01-15 12.03.25.png
      0_1516014443077_Screenshot 2018-01-15 12.06.40.png
      0_1516014453255_Screenshot 2018-01-15 12.06.57.png

      The left hand side gives you 7 color options, which will define the look of your new theme. Additional colors and shades are calculated automatically, similarly to what Vivaldi does in the browser's theme settings. Pick new colors by clicking the color button. When you are finished, you can view your new theme by clicking the Activate button and reloading the Vivaldi forum tab. Be aware that activating a theme will save your new color picks and delete the previous custom theme from the storage.

      If you want to save a theme, you have to export it. Click the Export button to download a .json file containing your current theme colors. Be aware that you have to activate the theme beforehand, or the colors won't be in storage.

      To load a theme file you simply click the Import button. This will overwrite your current theme, load the new theme and activate it automatically (no need to click Activate). Activating a theme will also select the custom theme option and save this setting. You won't have to click Save in the main view.

      Exporting and importing themes gives us the ability to share themes. I made two you can try out immediately --

      • Solarized-Light.json
      • Solarized-Dark.json

      When you create a theme, make sure you have enough contrast. The more contrast there is between your foreground and background colors, the better the readability will be. In general picking a very dark or very light background color will result in better readability and an easier time creating your theme. Foreground, Highlight, Link and Link Post should all have good contrast to the background. If you pick the same color for all options, the result will be an unreadable and monochrome mess ^^

      I'm excited to see what themes you come up with. Please share and post images. As this is still in development, I'm also interested in feedback. Could be I missed theming some parts of the Forum.


      Compact Header Mod

      The compact header mod reduces the height of the header to the size we had before Vivaldi updated the forum. It's especially convenient for small screens, but I think it looks better overall anyway. Access this mod on the options page and hit save to enable it. All themes will use the new Vivaldi forum logo from now on. Because of this I have removed the Logo Animation mod -- it doesn't make sense when the logo is this wide.


      I hope you have fun trying this out. If you have problems with any of these new settings/options, I'm happy to explain anything that might come up, just ask.

      mib2berlin
      M
      1 Reply Last reply
      Reply Quote 5
    • mib2berlin
      M
      mib2berlin Soprano @luetage
      last edited by

      @luetage
      Hi and thank you for the forum mod extension.
      I use it since the beginning and like it very much.

      Cheers, mi

      Opensuse Tumbleweed x86_64 KDE 6.3 X11, Windows 11 Pro, Vivaldi latest
      HP Probook Intel(R) i5-8350U 16 GB, GPU UHD 620, SSD 256 GB
      Miniforum-B550 AMD Ryzen 7 4700G 16 GB, Radeon Graphics
      Redmi Note 14, HyperOS Android 15

      1 Reply Last reply Reply Quote 1
    • N
      Narsis
      last edited by

      Oooo! Just found this. Very nice and much better than what I was using before.

      One thing I'm noticing right now: the text box where I'm entering this text to reply hasn't changed colours with my custom theme. (i.e. it's still white background/black text.) I'm assuming that's a bug?

      luetage
      L
      2 Replies Last reply
      Reply Quote 0
    • luetage
      L
      luetage Supporters Soprano @Narsis
      last edited by luetage

      This post is deleted!
      1 Reply Last reply Reply Quote 0
    • Catweazle
      C
      Catweazle
      last edited by

      The Dark Gray theme is excellent, good work

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

      πŸ‘‰ Vivaldi linksπŸ‘ˆ My Themes

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

      @catweazle Dark-Gray and Light-Gray have been created by @sjudenim and were introduced here: https://forum.vivaldi.net/topic/19728/vivaldi-forum-mod/17?page=1
      I take no credit for this πŸ˜›

      And thanks for bringing this up, mentioning someone brings up a pop-up I didn't theme, and making a smiley brings up another pop-up I forgot too.

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

      @narsis Glad you like it.
      The white background is on purpose, to distinguish the write area from the background and the preview. But yeah, I can see why people could get annoyed by this, especially if the composer is expanded and full screen. I'm gonna change the write area to background hi and the preview to the actual background color (for natural preview). Will be in next update, likely in a few hours. Thank you for the suggestion.

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

      VF Mod Version 1.21
      In this update I made some more improvements to the custom theme. Additionally I played around with color combinations, and stumbled upon the Solarized palette (again) and it's a nice fit. I made a dark and a light theme and both use the original project colors. Try it out if you like. Simply download the files and use the import function in the custom theme settings to load.

      Downloads
      Solarized-Light.json
      Solarized-Dark.json

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

      I have a dumb request. Could someone who hasn't sent me a message yet, send me a message please? I have a feeling I forgot to theme this, and you can't simulate it. I've got a few messages over the last day, but these were all continuing a conversation....
      Thanks.

      edit: done, thanks

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

      Version 1.23 released.
      Containing more improvements for the custom theme. There isn't a stone left unturned by now, and I think it's pretty much finished. Furthermore @sjudenim helped me fix an issue with the flickering Forum button on selected themes, which was non trivial, to put it mildly.

      Another thing: I never used Sprucey Bonus Dark myself, and the original author has since left the site. When I implemented it I asked for his permission, which he gladly gave, but he stopped working on it when it was still only semi-finished. I fixed it up back then, but didn't put any more work into it. Looking at it now it's a broken theme, there are countless inconsistencies and I'm thinking about putting it to rest. Do you want me to make a proper theme out of it, or Is anyone willing to jump in and do this? It has to be said the foundation of the theme is strong. Don't know. Opinions please.

      TbGbe
      T
      1 Reply Last reply
      Reply Quote 1
    • Morg42
      M
      Morg42
      last edited by

      I'm not using it. Put it to rest, if no one speaks out for it...

      Vivaldi Snapshot (current as soon as possible) on MacOS Sierra and High Sierra. Enough RAM.

      1 Reply Last reply Reply Quote 0
    • TbGbe
      T
      TbGbe @luetage
      last edited by

      @luetage said in Vivaldi Forum mod:

      Sprucey Bonus Dark

      Used to use it, but switched to Solarized now.

      Win: Snapshot Vivaldi 7.5.3735.34

      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
    • 3
    • 4
    • 5
    • 72
    • 73
    • 3 / 73
    • First post
      Last post

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