Page 1 of 1

BBCode

Posted: Tue Nov 21, 2017 10:07 am
by Ast A. Moore
I’d like to see more text formatting options: , , and , for instance. (The former will be particularly useful for discussing hardware to denote signals that are active low.)

Re: BBCode

Posted: Tue Nov 21, 2017 10:11 am
by PeteProdge
YouTube video and Twitter tweet embedding would also be brilliant.

Re: BBCode

Posted: Tue Nov 21, 2017 10:34 am
by Juan F. Ramirez
PeteProdge wrote: Tue Nov 21, 2017 10:11 am YouTube video and Twitter tweet embedding would also be brilliant.
Yep, the YouTube option is sometimes very useful in a forum.

Re: BBCode

Posted: Tue Nov 21, 2017 11:23 am
by Einar Saukas
Also
Spoiler
!

Re: BBCode

Posted: Tue Nov 21, 2017 8:14 pm
by PeterJ
Ast A. Moore wrote: Tue Nov 21, 2017 10:07 am I’d like to see more text formatting options: , , and , for instance. (The former will be particularly useful for discussing hardware to denote signals that are active low.)
We can add custom BBCodes for you. For a start I have added sub

You can also use sup as well.

Finally you can use s for strike-through.

Re: BBCode

Posted: Tue Nov 21, 2017 8:16 pm
by Ralf
I would join request for Youtube and Spoiler tag.

It's much bigger chance that someone clicks""play" on embedded youtube video seeing some frame of it than he clicks some plain link. People are very lazy and impatiant nowadays ;)

Re: BBCode

Posted: Tue Nov 21, 2017 8:17 pm
by PeterJ
Also, Youtube should work now:

[youtube]https://youtu.be/gwBsbz4TRD0[/youtube]

Note you need to use the following format:

https://youtu.be/gwBsbz4TRD0

Then surround it in the [youtube] and [/youtube]

Please make sure that any Youtube content you publish is appropriate.

Re: BBCode

Posted: Tue Nov 21, 2017 8:23 pm
by PeterJ
Ralf wrote: Tue Nov 21, 2017 8:16 pm I would join request for Youtube and Spoiler tag.

It's much bigger chance that someone clicks""play" on embedded youtube video seeing some frame of it than he clicks some plain link. People are very lazy and impatiant nowadays ;)
We aim to please!

Spoiler though, will have to wait for another evening.

Re: BBCode

Posted: Tue Nov 21, 2017 9:05 pm
by Ast A. Moore
PeterJ wrote: Tue Nov 21, 2017 8:14 pm
Ast A. Moore wrote: Tue Nov 21, 2017 10:07 am I’d like to see more text formatting options: , , and , for instance. (The former will be particularly useful for discussing hardware to denote signals that are active low.)
We can add custom BBCodes for you. For a start I have added sub

You can also use sup as well.

Finally you can use s for strike-through.
Sweet! Now I can drink some H2O and calculate 82 while I’m at it.

Eagerly looking forward to your enabling overline. The CSS property for it is text-decoration: overline, but I’m sure you know that.

Re: BBCode

Posted: Wed Nov 22, 2017 5:59 pm
by PeterJ
Hello [mention]Ast A. Moore[/mention]

Overline now works

Thanks for code snippet

Re: BBCode

Posted: Wed Nov 22, 2017 6:25 pm
by Ast A. Moore
Pure awesomeness, [mention]PeterJ[/mention]! Thank you!


Hey, [mention]1024MAK[/mention], how cool is that?

RESET
CLK
MREQ

Re: BBCode

Posted: Thu Nov 23, 2017 11:41 am
by 1024MAK
For some of these BBCode features, you should be able to "switch on" the relevant buttons for them in the edit box. For example, buttons exist for strike, sub, super...

Mark

Re: BBCode

Posted: Thu Nov 23, 2017 11:46 am
by 1024MAK
Ast A. Moore wrote: Wed Nov 22, 2017 6:25 pm Pure awesomeness, @PeterJ! Thank you!

Hey, @1024MAK, how cool is that?

RESET
CLK
MREQ

Very cool 8-)

Makes talking about logic level and Z80 control signals a lot easier ;)

Alas, a bug has bitten.

When using the quote button and quoting a post that has the at @ symbol in followed by a user name, I get an annoying blue rectangle with said user name inside. Then when I press return after typing my text, it inserts a mention tag :twisted:

This is while editing on an iPad mini. Have not tried on a PC yet.

Mark

Re: BBCode

Posted: Thu Nov 23, 2017 6:12 pm
by Ast A. Moore
1024MAK wrote: Thu Nov 23, 2017 11:46 am
Ast A. Moore wrote: Wed Nov 22, 2017 6:25 pm Pure awesomeness, @PeterJ! Thank you!

Hey, @1024MAK, how cool is that?

RESET
CLK
MREQ

Very cool 8-)

Makes talking about logic level and Z80 control signals a lot easier ;)
That’s the reason I requested it. ;)
1024MAK wrote: Thu Nov 23, 2017 11:46 amWhen using the quote button and quoting a post that has the at @ symbol in followed by a user name, I get an annoying blue rectangle with said user name inside. Then when I press return after typing my text, it inserts a mention tag
Yep. I get this in Safari 11.0.1 on macOS 10.13.1 as well. Keeps following the cursor.

Re: BBCode

Posted: Thu Nov 23, 2017 7:22 pm
by PeterJ
The mention facility is a third party extension. When I'm able to I will raise a bug report with the developers. Have you tried this on other browsers? I don't recall seeing this in Chrome, although I have only quoted a few times.

Re: BBCode

Posted: Thu Nov 23, 2017 8:40 pm
by PeterJ
Have a guess at what has been installed this evening......
Spoiler
This extension has now been enabled

Re: BBCode

Posted: Thu Nov 23, 2017 9:16 pm
by Ast A. Moore
PeterJ wrote: Thu Nov 23, 2017 8:40 pm Have a guess at what has been installed this evening......
Spoiler
This extension has now been enabled
Everybody loves spoilers:
Image

Re: BBCode

Posted: Fri Nov 24, 2017 1:19 am
by Guesser
Ast A. Moore wrote: Thu Nov 23, 2017 9:16 pm Everybody loves spoilers:
Spoiler
Image
tsk. FTFY :P

Re: BBCode

Posted: Fri Nov 24, 2017 8:37 am
by Ast A. Moore
Guesser wrote: Fri Nov 24, 2017 1:19 am
Ast A. Moore wrote: Thu Nov 23, 2017 9:16 pm Everybody loves spoilers:
Spoiler
Image
tsk. FTFY :P
D’oh. :oops:

Re: BBCode

Posted: Sat Feb 17, 2018 9:13 am
by Ralf
I'll bump this old topic.

Today I was trying to post a Youtube video starting from some chosen time

Youtube generates such link for me:

https://youtu.be/RNOy8PVPj3c?t=20s

But when I take it between [youtube] tags it doesnt display correctly. Without time it works all right

Re: BBCode

Posted: Sat Feb 17, 2018 12:23 pm
by PeterJ
Ralf wrote: Sat Feb 17, 2018 9:13 am I'll bump this old topic.

Today I was trying to post a Youtube video starting from some chosen time

Youtube generates such link for me:

https://youtu.be/RNOy8PVPj3c?t=20s

But when I take it between [youtube] tags it doesnt display correctly. Without time it works all right
I'm away from my computer for a few days but I think we just use this.

https://internetlifeforum.com/phpbb/479 ... deo-posts/

If you can find any solutions that work with the stable release of phpbb then I'm happy to try them.

Re: BBCode

Posted: Sat Feb 17, 2018 1:03 pm
by hikoki
€....£