• 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 799.6k 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.
    • Morg42
      M
      Morg42
      last edited by

      Probably not clear to people new to the forum, but I like it.

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

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

      @luetage I like it too. I think @Morg42 is right, but will a new member download the extension when he/she registers? I guess you have to play around with the forum to begin with, before coming to VF mod.

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

      The mod is directed at specialists. Besides, if you are new to the forum, it isn't clear the original Edit link sends you away from the forum to the community site -- this comes as a surprise. You have to click the link to realise this. Since you like it, let's keep it -- I think it's sufficiently logical.

      github β—Š vfm

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

      Ok, here's something for the geeks.

      version 1.37

      • New: User CSS input and storage
      • Improvements to avatar dropdown menu
      • Status offline/invisible changes for custom theme

      There's a new form accessible through the options page, which allows you to input custom css. The code can be activated and saved from the main screen. This allows you to run your own mods, make changes to existing themes, or even load your own theme. Up until now such changes had to be loaded through another extension (e.g. Stylus), or reintroduced after every update. I hope you find this useful.

      If you run into any problems just tell me, this feature could be considered beta, but I hope it's fine.


      0_1518544953609_Screenshot 2018-02-13 19.02.19.png

      github β—Š vfm

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

      I want to add to this, because the question has come up in chat.
      The limit of 8KB for the User CSS is a chrome restriction. An item saved to storage can't exceed this limit. To work around this User CSS would have to be saved with local.storage, which is the old method and isn't used anywhere else in the extension. For most use cases 8KB should be more than enough, but if you need more storage we can change this up, just tell me -- the new limit would be 5MB.

      And incidentally the first practical implementation of User CSS has just presented itself. The temporary notification about the vivaldi.net update on top of every page can be hidden with .footer-notification {display: none !important}. The code should only be run until 16th February, because you probably don't wanna miss out on similar notifications in future.

      github β—Š vfm

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

      @luetage
      Nice ^^
      Hooked few lines of user css with sprucey theme... seems ok πŸ™‚

      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
    • Pesala
      P
      Pesala Ambassador @luetage
      last edited by

      @luetage Maybe nit-picking, but the word is sprucely = In a stylish manner.

      Blog β€’ Vivaldi Review β€’ Server Status
      Win 10 64-bit build 19045.2486 β€’ Snapshot 7.5.3725.3 (64-bit)

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

      @pesala Interesting, I never knew what this means. Sprucey Bonus Dark has been created and named by @wiiija and I suppose it's a moniker or play on a word? I don't know, you have to ask him, in any case I neither want to change the name, nor do I feel I have the right to -- this is for the author to decide.

      The original code of the theme can be found here: https://userstyles.org/styles/138299/vivaldi-sprucey-bonus-dark
      He linked it from the forum customization thread.

      github β—Š vfm

      Pesala
      P
      1 Reply Last reply
      Reply Quote 0
    • Pesala
      P
      Pesala Ambassador @luetage
      last edited by

      @luetage It's probably a play of words on Bruce Forsythe's catch phrase - the Brucie Bonus.

      Blog β€’ Vivaldi Review β€’ Server Status
      Win 10 64-bit build 19045.2486 β€’ Snapshot 7.5.3725.3 (64-bit)

      wiiija
      W
      1 Reply Last reply
      Reply Quote 2
    • Hadden89
      H
      Hadden89 @luetage
      last edited by Hadden89

      @luetage User CSS content in its box disappeared (don't know what caused this) while the option is still on.
      Not a big issue, I'll take it again from the txt is saved πŸ˜›
      Just for info ^^ (less than 1kb)

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

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

      @hadden89 Oh damn, I'm so sorry – It's completely my fault. Yesterday I updated the extension and changed the way how User CSS is being saved. I switched it from storage.sync to storage.local to give users the ability to load a full fledged theme. There is no 8KB limit anymore, the new one should be 5MB. Although I haven't tried to break it. An average Vivaldi theme has around 10KB so there is no way anyone would ever breach that new limit.

      In any case, I didn't think about the fact that changing the storage would make the User CSS saved in storage.sync inaccessible, I should have warned you... This won't happen again, but it would be a good idea to make a backup of your User CSS outside of the extension nevertheless. The UserCSS won't disappear after updates anymore, but deleting or reseting the extension will clear the storage.

      Which brings us to the last point – there's a new Reset button on the main screen. Use it with caution, as it will reset all options, clear all storage and default the custom theme. You are basically presented with a fresh install. As precaution against accidental triggering you will be asked to click the button a second time (clicking it one time does no harm).

      github β—Š vfm

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

      Added a Backup button to User CSS page for 1.40 now. It can't hurt to automate this a little, especially because the downloads permission is already in use for exporting the custom theme.

      0_1518855701324_Screenshot 2018-02-17 09.21.21.png

      github β—Š vfm

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

      Version 1.42
      New mod: Bookmarks in navigation

      When activated adds a link to the hidden bookmarks page to the main navigation. The same link is available from the profile dropdown menu (a VF mod default fix), but we need at least 4 clicks and some scrolling to access it. For members who use bookmarks regularly the new option should be interesting.

      This wasn't easy, as it's another thing that depends on the window being loaded, and 1.41 included a version that in some instances could fail (not load the link). If you are on a slow connection, both the Signature mod and the Bookmarks in navigation mod could be dysfunctional nevertheless, in case the Vivaldi site doesn't load completely. The black tooltip for the new navigation link gladly works (for people who don't use the tooltip mod to hide them).


      0_1519145395076_Screenshot 2018-02-20 17.33.15.png


      If you have any other requests for mods/default fixes, please tell me. This idea I hunted down and adapted from following thread:
      @dantesoft said in How can I access forum bookmarks?:

      May I request then that all the nice links from the profile page that are hidden behind the three dots (/watched topics, /bookmarks posts, or own /posts), be made available in the forum ribbon or even the footer of the Categories (currently main) forum page?

      github β—Š vfm

      Steffie
      S
      1 Reply Last reply
      Reply Quote 6
    • Steffie
      S
      Steffie @luetage
      last edited by

      @luetage More fabulousness -- many thanks πŸ™‚

      ♀ πŸ‡¦πŸ‡Ί

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

      Version 1.43
      Update to Last edit timestamp. This mod was originally created by @Isildur and makes the hidden dateModified meta tag visible, which displays the time of last edit in UTC. It used to be css only, but I added a bit of javascript in this version – the timestamp is being displayed in your local time now, which makes it more useful imo.

      Like the Signature mod this doesn't work with infinite scroll. Both work on window.onload, page navigation and history back/forward though, which handles all cases on paginated setups. I'd be interested, if any of you use infinite scroll – this "problem" could potentially be solved, but needs work.

      Also, related to this: If any of you have programming experience and would like to help with this. It would be great to find a solution to register history changes triggered by page navigation and infinite scroll. I looked a bit into it, but only managed to register history back/forward changes so far. The existing code can be found in mods.js. Implementing and registering further history changes could potentially make the code a bit more efficient and make everything work with infinite scroll.

      github β—Š vfm

      Morg42
      M
      luetage
      L
      2 Replies Last reply
      Reply Quote 1
    • Morg42
      M
      Morg42 @luetage
      last edited by

      @luetage I use infinite scrolling. Education is important, infinite scrolling is importanter... πŸ˜ƒ

      If more interest arises, I'm available for sinister experiments ... πŸ™‚

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

      Steffie
      S
      1 Reply Last reply
      Reply Quote 0
    • Steffie
      S
      Steffie @Morg42
      last edited by

      @morg42 said in Vivaldi Forum mod:

      infinite scrolling is importanter

      Simply shocking grammar. What you probably meant instead was

      infinite scrolling is more mostest bigly importantly importanter importantest 'ish.

      tongue-poke

      When are we getting our forum emojis back i wonder [still i wonder, who'll stop the rain]?

      ♀ πŸ‡¦πŸ‡Ί

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

      @steffie I could implement some sort of emojis, but what's the point, only extension users would see them. In the meantime you have the full array of unicode emojis at your disposal, which you can trigger with unicode or graphically depicted from operating system level. It's not like the forum has been stripped of emojis – sadly πŸ˜›

      github β—Š vfm

      Catweazle
      C
      Steffie
      S
      2 Replies Last reply
      Reply Quote 0
    • Catweazle
      C
      Catweazle @luetage
      last edited by

      @luetage said in Vivaldi Forum mod:

      @steffie I could implement some sort of emojis, but what's the point, only extension users would see them. In the meantime you have the full array of unicode emojis at your disposal, which you can trigger with unicode or graphically depicted from operating system level. It's not like the forum has been stripped of emojis – sadly πŸ˜›

      I've http://copychar.cc/ in the webpanel πŸ‘

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

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

      Morg42
      M
      Steffie
      S
      2 Replies Last reply
      Reply Quote 2
    • Morg42
      M
      Morg42 @Catweazle
      last edited by

      @catweazle said in Vivaldi Forum mod:

      I've http://copychar.cc/ in the webpanel πŸ‘

      Nice page, but why on the world is this only and completely created by JS?

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

      Catweazle
      C
      luetage
      L
      2 Replies 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
    • 6
    • 7
    • 72
    • 73
    • 5 / 73
    • First post
      Last post

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