|
Post by Groundhog66 on Jul 14, 2017 5:37:17 GMT -8
If you want to have a look at the style sheets: a.button.likes-button.js-likes-button.liked { background-color: lightgreen;} makes it a minty green Oh, and if anyone here wants to take action in his own hands - there's an addon for Firefox called "GreaseMonkey" ("TamperMonkey f) which allows custom scripts to run for any website you define. // ==UserScript== // @name Color the "like" button on WristSushi // @namespace http://tampermonkey.net/ // @version 0.1 // @description The active like button on WristSushi is a very pale pink that you can't differntiate from the inactive button. This changes it to a olor of your choice. // @author Mr.Jones // @match *://wristsushi.proboards.com/* // @grant GM_addStyle // ==/UserScript==
(function() { // this defines the "active" color of the like button. Try 'yellow', 'lightcoral', 'chartreuse' or whatever tickles your fancy! #ff00ff is fine, too! // All color codes: https://www.w3schools.com/colors/colors_names.asp var color = 'lightgreen'; GM_addStyle("a.button.likes-button.js-likes-button.liked {background-color: "+color+" !important;}"); })(); I have contemplated creating alternate themes for the forum, but just never really got around to doing it.....perhaps I'll try to find the time to get that done.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Jul 14, 2017 7:38:18 GMT -8
small thing but would be nice if the Next and Previous could be added to the bottom of the thread pages so you don't have to keep scrolling back to the top when navigating a long thread. Not sure what you mean, the Previous/Next links follow you as you scroll.....it's right at the top of the window. Here is a screen shot of me at the bottom of the page. Unfortunately it isn't always there. Probably something to do with Proboards perhaps or maybe different browsers. For going back to the top I've always used the arrow on the right side of the message window.
|
|
|
Post by Groundhog66 on Jul 14, 2017 7:47:00 GMT -8
Not sure what you mean, the Previous/Next links follow you as you scroll.....it's right at the top of the window. Here is a screen shot of me at the bottom of the page. Unfortunately it isn't always there. Probably something to do with Proboards perhaps or maybe different browsers. For going back to the top I've always used the arrow on the right side of the message window. I've used multiple browsers, and it's always been there. If you ever have a case where it isn't, I'd love to see a screen shot.
|
|
|
Post by 215droc on Jul 14, 2017 14:22:06 GMT -8
I can't believe I never noticed that and have been paging back to the top. Perhaps then you also have not noticed the little arrow to the right of the page as you scroll down. If you click that little up arrow, it automatically shoots you back to the top.....no need to scroll. Good guess. Thanks for the tips!
|
|
|
Post by earthphase on Oct 5, 2017 11:09:57 GMT -8
Can we post inquiring if other members have bought from other members before to share experience with transaction?
|
|
|
Post by Groundhog66 on Oct 5, 2017 11:40:17 GMT -8
Can we post inquiring if other members have bought from other members before to share experience with transaction? I don't have a problem with it, and I have actually tried to find a way to implement a transaction feedback score somehow, just haven't found a plugin for that yet.
|
|
|
Post by earthphase on Oct 5, 2017 14:05:47 GMT -8
Can we post inquiring if other members have bought from other members before to share experience with transaction? I don't have a problem with it, and I have actually tried to find a way to implement a transaction feedback score somehow, just haven't found a plugin for that yet. I ask because we have a member selling a few watches, and having searched his posts the only forum he posts in is the B/S.
|
|
|
Post by Groundhog66 on Oct 5, 2017 18:22:26 GMT -8
I don't have a problem with it, and I have actually tried to find a way to implement a transaction feedback score somehow, just haven't found a plugin for that yet. I ask because we have a member selling a few watches, and having searched his posts the only forum he posts in is the B/S. As always, do your homework, and go with your gut.
|
|
tom
Can't Tell Time
Posts: 2
|
Post by tom on Jul 23, 2018 13:41:46 GMT -8
Maybe a donation could decrease the number of initial posts required to post in the buy/sell area.
|
|
pip
WS Benefactor
Berkshire, UK
Posts: 6,185
|
Post by pip on Jul 23, 2018 14:15:36 GMT -8
Maybe a donation could decrease the number of initial posts required to post in the buy/sell area. To be fair, in eight months you probably could have reached the post count Tom if you’d tried!
|
|
|
Post by rob3rto on Jul 23, 2018 15:37:01 GMT -8
Maybe a donation could decrease the number of initial posts required to post in the buy/sell area. To be fair, in eight months you probably could have reached the post count Tom if you’d tried! Eight?? Try again 16 months
|
|
|
Post by Groundhog66 on Jul 24, 2018 5:31:19 GMT -8
Maybe a donation could decrease the number of initial posts required to post in the buy/sell area. The minimum post count was put into place, so a seller can build up a bit of a reputation prior to posting in the BST...at least that's how I look at it.
|
|