Page 5 of 9

Re: Forums update

Posted: Fri Apr 16, 2021 4:33 pm
by NicTheQuick
STARGÅTE wrote: Thu Apr 15, 2021 10:38 pm Thanks Fred,

"Prosilver Dark" looks fine, but why the hell links have these bad bluish.
I have added a use script to the forum to make it white, which is much more eye-friendly:

Code: Select all

const sheet = new CSSStyleSheet();
sheet.replaceSync('a:link, a:active, a:visited {color: #D0D0D0 !important} a:hover {color: #40A0E0 !important}');
document.adoptedStyleSheets = [sheet];
Perhaps you can also edit the css-file "styles/prosilver_dark/theme/colours/blue.css?assets_version=5" and change the color there.
How can I add this script? Can I merge it with your syntax highlighting script somehow?

Re: Forums update

Posted: Fri Apr 16, 2021 4:39 pm
by swhite
Hi

The Prosilver Dark theme is nice. Could add back the link to the Purebasic Blog?

Thanks,
Simon

Re: Forums update

Posted: Fri Apr 16, 2021 4:58 pm
by STARGÅTE
NicTheQuick wrote: Fri Apr 16, 2021 4:33 pm
STARGÅTE wrote: Thu Apr 15, 2021 10:38 pm Thanks Fred,

"Prosilver Dark" looks fine, but why the hell links have these bad bluish.
I have added a use script to the forum to make it white, which is much more eye-friendly:

Code: Select all

const sheet = new CSSStyleSheet();
sheet.replaceSync('a:link, a:active, a:visited {color: #D0D0D0 !important} a:hover {color: #40A0E0 !important}');
document.adoptedStyleSheets = [sheet];
Perhaps you can also edit the css-file "styles/prosilver_dark/theme/colours/blue.css?assets_version=5" and change the color there.
How can I add this script? Can I merge it with your syntax highlighting script somehow?
Yes, just add it at the end of the syntax highlighting script.

Re: Forums update

Posted: Fri Apr 16, 2021 10:43 pm
by Andre
Rinzwind wrote: Fri Apr 16, 2021 4:31 am Is it possible to move “active topics” back to its own position instead of hidden under a menu while there is lots of screen space to show it. For me the most clicked link :)
I support this wish for the separate 'Active topics' link, as I'm using it very often too :D

Everything else works fine for me, everyone should be able to find a prefered theme/style ;-)

Re: Forums update

Posted: Sat Apr 17, 2021 9:25 am
by Little John
Cool. 8) Thank you, Fred!

Re: Forums update

Posted: Sat Apr 17, 2021 10:38 am
by mk-soft
This is the programmers forum.
I think the CodeBox is too small. Please enlarge it a little.
max-height from 200px to 400px

content.css

Code: Select all

.codebox code {
	overflow: auto;
	display: block;
	height: auto;
	max-height: 400px;
	padding: 10px 8px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, monospace;
	line-height: 1.3em;
P.S.
I think max-height: 360px is enough

with macOS Safari can you override the style

Re: Forums update

Posted: Sat Apr 17, 2021 11:05 am
by Kiffi
mk-soft wrote: Sat Apr 17, 2021 10:38 am This is the programmers forum.
I think the CodeBox is too small.
+1

Re: Forums update

Posted: Sat Apr 17, 2021 1:03 pm
by HwyStar
Pro Silver Dark... Thanks, Fred!

Re: Forums update

Posted: Sat Apr 17, 2021 3:21 pm
by ChrisR
mk-soft wrote: Sat Apr 17, 2021 10:38 am This is the programmers forum.
I think the CodeBox is too small.
+1 or with an expand button next to Select.

No news about PureBasic Logo instead of phpBB :shock:

Thanks for ProSilver Dark Edition
However the avatars do not appear correctly
ProSilver Dark vs ProSilver Special
Image

Re: Forums update

Posted: Sat Apr 17, 2021 6:59 pm
by Everything
Andre wrote: Fri Apr 16, 2021 10:43 pmI support this wish for the separate 'Active topics' link, as I'm using it very often too :D
+1

Re: Forums update

Posted: Mon Apr 19, 2021 1:58 pm
by skywalk
Why does the URL link function not automatically enclose the selected link?
I have to add an '=' sign and close the with '][' manually.
Example link

Re: Forums update

Posted: Mon Apr 19, 2021 2:43 pm
by Tenaja
skywalk wrote: Mon Apr 19, 2021 1:58 pm Why does the URL link function not automatically enclose the selected link?
I have to add an '=' sign and close the with '][' manually.
Example link
Until he fixes that, just post url's with a direct text paste. No tags necessary. The only thing you lose is the ability to name (or hide) the real target.

Re: Forums update

Posted: Mon Apr 19, 2021 2:48 pm
by NicTheQuick
ChrisR wrote: Sat Apr 17, 2021 3:21 pm
mk-soft wrote: Sat Apr 17, 2021 10:38 am This is the programmers forum.
I think the CodeBox is too small.
+1 or with an expand button next to Select.

No news about PureBasic Logo instead of phpBB :shock:

Thanks for ProSilver Dark Edition
However the avatars do not appear correctly
ProSilver Dark vs ProSilver Special
Image
Well, the reason for that is, that you have a transparent color in your avatar. That's not an issue of the theme.

Re: Forums update

Posted: Mon Apr 19, 2021 10:41 pm
by pf shadoko
it's much more convenient now
no more need to scroll through endless listings
2 remarks :
- can we replace "select all" by "copy all" ?
- could we put on the side the index of the forum (and the shortcuts) ?

Re: Forums update

Posted: Mon Apr 19, 2021 11:25 pm
by ChrisR
NicTheQuick wrote: Mon Apr 19, 2021 2:48 pm
ChrisR wrote: Sat Apr 17, 2021 3:21 pm Image
Well, the reason for that is, that you have a transparent color in your avatar. That's not an issue of the theme.
You are right, thanks, I changed my avatar with a white opaque background. It's better now
pf shadoko wrote: Mon Apr 19, 2021 10:41 pm could we put on the side the index of the forum (and the shortcuts) ?
The link of the post, thread is available in the small "post" icon, on the left of "by pf shadoko". However not sure that it is what you are talking about.