Author

Topic: BBCode test (Read 2538 times)

member
Activity: 99
Merit: 10
June 06, 2014, 03:29:16 AM
#11
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.
legendary
Activity: 858
Merit: 1000
June 05, 2014, 08:00:00 PM
#10
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
administrator
Activity: 3738
Merit: 2948
April 23, 2014, 07:11:15 PM
#9
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.
sr. member
Activity: 263
Merit: 250
April 23, 2014, 06:51:28 PM
#8
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.
administrator
Activity: 3738
Merit: 2948
April 23, 2014, 06:29:40 PM
#7
BBCode->s
Go Apeshit.


Does anyone ever use this tag?
Oh boy... in the (paid) signatures, up until the signature limitations. Otherwise, pretty scarcely.
sr. member
Activity: 263
Merit: 250
April 23, 2014, 06:27:14 PM
#6
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.
member
Activity: 99
Merit: 10
April 23, 2014, 12:20:17 AM
#5
BBCode-> acronym (apeshit)
[acronym apeshit]SSI[/acronym]
member
Activity: 110
Merit: 11
Principal Software Engineer
April 23, 2014, 12:19:06 AM
#4
BBCode->code
Code:
#include 

int main() {
    mpz_t num;
    mpz_init(num);
    mpz_fib_ui(num, 10000);
    gmp_printf("%Zd\n", num);
    return 0;
}
member
Activity: 99
Merit: 10
April 23, 2014, 12:18:41 AM
#3
BBCode-> abbr (some text)
[abbr some text]ASDF![/abbr]
member
Activity: 99
Merit: 10
April 23, 2014, 12:16:22 AM
#2
BBCode->b
Go Apeshit.
member
Activity: 99
Merit: 10
April 23, 2014, 12:15:48 AM
#1
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]
Jump to: