Bitcoin Forum

Other => New forum software => Topic started by: taesup on April 23, 2014, 04:15:48 AM



Title: BBCode test
Post by: taesup on April 23, 2014, 04:15:48 AM
Hey Guys,

We need your help. I have one request.
Go apeshit on the BBCode in the thread.
Try out all the different BBCodes that you know work on this forum and we'll try our best to replicate how those codes work in the new forum. Also, if you can nest BBCode, that would be good to try out as well.

Just so I know what BBCode you're using, try to keep along the lines of this format:

Code:
BBCode-> [BBCode you're trying] + (parameters for the code, if any)
Example usage of the BBCode

Example:

Code:
BBCode-> b
[b]text[/b]


Title: Re: BBCode
Post by: taesup on April 23, 2014, 04:16:22 AM
BBCode->b
Go Apeshit.


Title: Re: BBCode
Post by: taesup on April 23, 2014, 04:18:41 AM
BBCode-> abbr (some text)
[abbr some text]ASDF![/abbr]


Title: Re: BBCode
Post by: Wangbus on April 23, 2014, 04:19:06 AM
BBCode->code
Code:
#include <gmp.h>

int main() {
    mpz_t num;
    mpz_init(num);
    mpz_fib_ui(num, 10000);
    gmp_printf("%Zd\n", num);
    return 0;
}


Title: Re: BBCode
Post by: taesup on April 23, 2014, 04:20:17 AM
BBCode-> acronym (apeshit)
[acronym apeshit]SSI[/acronym]


Title: Re: BBCode
Post by: wtogami on April 23, 2014, 10:27:14 PM
BBCode Examples

Code:
[glow=red,2,300]Glow[/glow]
Glow

Does anyone ever use this tag?  Never seen it before.  It is in the editor UI.

Code:
[hr]


Seemingly Broken BBCode (in the SMF Editor UI)
Code:
[flash=200,200]http://www.adobe.com/content/dam/Adobe/en/devnet/flash/samples/puzzle_game/AS3_PuzzleGame.swf[/flash]

Seems broken, and for security reasons we probably don't want this to work.

Code:
[shadow=red,left]Shadow[/shadow]
Shadow

The UI has the shadow tag, which doesn't seem to do anything.


Title: Re: BBCode
Post by: Cyrus on April 23, 2014, 10:29:40 PM
BBCode->s
Go Apeshit.


Does anyone ever use this tag?
Oh boy... in the (paid) signatures, up until the signature limitations. Otherwise, pretty scarcely.


Title: Re: BBCode
Post by: wtogami on April 23, 2014, 10:51:28 PM
http://custom.simplemachines.org/mods/?mod=936
It would be simple to support embedded Youtube tags in the new forum.  The question though is if this is desired.  Are there any safety or annoyance mitigation reasons not to have it?

It could also be in a group of tags that are disallowed for certain users like Newbies.


Title: Re: BBCode
Post by: Cyrus on April 23, 2014, 11:11:15 PM
Aye for embedded Youtube tags, or directly embedding the video when a youtube link is posted. Of course , as many other features, this should be unaccessible to users such as newbies.


Title: Re: BBCode
Post by: HeroC on June 06, 2014, 12:00:00 AM
There is a list of BBC codes for SMF, it is here. Try if you like, I don't want to copy the whole thing:

http://wiki.simplemachines.org/smf/Basic_bulletin_board_codes


Title: Re: BBCode
Post by: taesup on June 06, 2014, 07:29:16 AM
Sadly, the code that you guys have been using has been modified so it no longer conforms to that page (CSS wise). There's also a lot more BBCodes then there are listed there. The goal was to support as much BBCode as the users already use. I've already moved on from this module already though.