Vivaldi Forum mod
-
@Hadden89 Pretty much all mods are broken, I believe the only things that still works properly are advanced formatting, auto-hide header on scroll and square avatars.
-
@luetage Do you plan pushing it anytime soon? Is it any nearer to getting fixed?
Also, if I now theoretically made a new branch from last release & tried to fix all mods, how would you deal with that? Would you merge it somewhere (or just add the branch to your repo) & release it?
-
Updated on 17/11/20 -- V-Forum Mod 2.4 (Store Version)
- Advanced formatting
- Auto-hide header on scroll (won't work with sprucey)
- Bookmarks in navigation
- Compact header (glitch on header)
- Custom notification icons
- Hide tooltips (only first bar on the right, where your avatar is. Search tooltip still show )
- Hide unread count
- Last edit timestamp
- Show User IDs (on username hover; don't work on profiles).
- Signature mod (ok if supposed not to have a button to show the signature)
- Square avatars (if supposed to disable chat avatar status indicator)
-
- Hide tooltips
- Show User IDs β partly broken (doesnβt work on profile page)
-
@potmeklecbohdan I saw. Only "first header" tooltips (community, forum,....).
Would be logical to have the second bar too (categories, unread,....). And I forgot the UID mod was on hover. -
@Hadden89 Yeah, but thatβs never been a part of the mod. Wonβt hurt if itβs added, but itβs a CSS-only mod (which cannot remove
tooltip
attribute). -
@potmeklecbohdan mmh... I only see tooltips on right with or without mod. And on search which probably was changed.
-
I want my money back.
-
@potmeklecbohdan Gotta clean up some stuff first. We are in lockdown from today on anyway.
And I understand the currently released versions arenβt usable. -
@luetage No hurry need, especially as core function - the dark theme - works fine
And few nice mods too, as the almost essential Advanced Fomatting ^^ -
@Hadden89 said in Vivaldi Forum mod:
No hurry
Absolutely true. Afaik pretty much anytime at all between brekkie & elevenses tomorrow would be just peachy.
-
@Steffie No, my notifications work well as does the indicator. I'm notified in real time. I even have a notification sign on my tab in WP, that's so delightfully wonderful . Then, I'm not on the edge, but part of the
chromecrowdβ¦BTW, I wonder if some are night owls or early risers (bar, of course, the Australian Lady).
-
@Steffie said in Vivaldi Forum mod:
am frequently finding new posts / new replies without V actually alerting me to them.
One cause of this could be leaving a browser tab open on the thread. If active, there would have been the "live" notification that appears momentarily in the lower right of the page, and the new post actually displays in the page. When you close the tab, navigate away, or scroll a little on it, something like that triggers it as seen.
-
Testing a new emoticon picker, which lets you add all the custom ones you want for easy access. Still needs some work to make it publicly usable though. Dev branch is lonmcgregor/moreEmotes
-
@LonM I wonder whether thereβs a way to prevent forum emoji from displaying locally. Iβm kinda annoyed seeing all the substitutions when IΒ have a perfectly fine emoji font installed.
edit: not talking about the custom emoticons, but about the official Vivaldi forum ones.
-
Just a mini mod to share if someone's interested (change the There is a new post... alert) :
Change the color or the gradient to your own needs.
/* New topics alert */ .alert-warning { background-color: transparent; background: linear-gradient(to bottom, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); color: white; border-radius: 10px; }
-
@Ornorm I made it transparent, same as There are no unread topics.
-
@hlehyaric I'm quite jealous about the fact you have no unread topics...
-
@Ornorm I have no unread topics right now⦠Btw, I didn't have that many this morning.
-
@Ornorm I modded the popup window.
.alert-window .alert.alert-warning, .alert-window .alert.alert-danger, .alert-window .alert.alert-success, .alert-window .alert.alert-info { background-color: rgba(0,15,26,0.8) !important; color: #46cdff !important; border-radius: 4px !important; }