Useful Forum Stuff |
0 | ||
While currently very limited, the new forums do have a few features, both intentional and unintentional, to help users add quality and organization to their posts. Here are a few to help you improve your posts! a dit : BBCodes have finally been added! Currently, the following BBCodes exist: BBCode: url Example: [[url][/url]url=http://google.com]Google![[url][/url]/url] Result: Google! BBCode: color Example: [[url][/url]color=#FFFFFF]White![[url][/url]/color] Result: White! BBCode: quote Example: [[url][/url]quote=Tigrounette]I'm a noob[[url][/url]/quote] Result: Tigrounette a dit : BBCode: img Example: [[url][/url]img]http://i.imgur.com/3lx8f.png[[url][/url]/img] Result: ![]() a dit : While tables don't actually exist in the forums yet, a useful character is: the tab character. While the forums don't recognize tab key input, it does support the tab character. This is because the new forums use pre-wrapping, which isn't standard in HTML outside of the <pre> tags or with the white-space:pre property set in an element's inherited or specific styles. Long story short, you can now use a fabulous alignment character programmers love to use: the horizontal tab. Just copy the character below within the quotations: " " Here's an example of its applicaiton. The way the horizontal tab works is by counting every 5 spaces and continuing from there, whether or not characters fill the spot. It's easier done than said and you'll find it aligns everything perfectly! Column 1 Column 2 Column 3 1234567890 abcdefghijkl Pizza 123456789 abcdefghijk Cake 12345678 abcdefghij Pie 1234567 abcdefghi Cookies 123456 abcdefgh Milk 12345 abcdefg H2O 1234 abcdef Gatorade 123 abcde H2O! 12 abcd Gaaatoraaade 1 abc RUAAAGHH a dit : Originally spotted in Sydoline's announcement, Tiggy seems to have incorporated language tags for alternative versions of your post in different language. While completely unnecessary and just plain annoying in language-specific forums, these tags can be very useful for your topic in the fanarts forum, in international tribe forums, or in diverse replies to announcements which are also international. Currently there exists a language tag for every language server in the game. To use language tags, type [#la]message in that language[/#la] where "la" is your language abbreviation (en, fr, br, etc.). Each tag is an entirely different post and anything posted outside of the tags will not be visible. Also, links currently don't appear in language tags. a dit : Obviously, quotes exist! However, they can also be used to spruce up your postings and not only to quote others' messages. Quoted text has a unique style to it and, without specifying who's being quoted, doesn't just stand out as a quote. Just using the [quote] tags will give your text the quoted look but without the "he says she says:" hovering over it. a dit : Found something else? Share it here! |
![]() ![]() « Citoyen » 1339623240000
| 0 | ||
This thread is great! Although I would like to add that when you do the [ #la][/ #la] Thing you have to translate the text yourself, you cant just put [# en][# fr] Hi! [/ #en][/ #fr] And expect it to translate it self! You must do this: [# en] Hi! [/ #en][# fr] Bonjour! [/ #fr]. Thanks! P.S. Without the spaces on the [ #en] things! |
![]() ![]() « Citoyen » 1339623780000
| 0 | ||
Supereemory a dit : Awesome! Lemme try, [#en]Yes![/#en][#fr]Qui![/#fr] :C FFFFFFFFFFFFFFFFF EDIT: MORE FFFFF |
![]() ![]() « Citoyen » 1339623900000
| 0 | ||
Yes! Click the french flag to see what I did for this too work!HAHAHA I edited it agian! [/#en][#fr] See I did |
0 | ||
Supereemory a dit : I have faith that people are smart. |
![]() 1339632480000
| | ||
[Modéré par Inconnu_0] |
![]() ![]() « Censeur » 1339634040000
| 0 | ||
Fxie a dit : Umm... I think you messed up a bit :P |
0 | ||
Anomunus a dit : It's perfectly aligned for me. Your post isn't, but in my post it is. |
![]() ![]() « Censeur » 1339643220000
| 0 | ||
On my screen your post isn't aligned... the pie, H2O and Gaaaatoraaade rows aren't aligned |
![]() ![]() « Citoyen » 1339693800000
| 0 | ||
Its aligned on my screen/ |
0 | ||
Likewise. What computer are you using, Anomunus? I don't think browser should make a difference... perhaps it's Mac's character set if you're using a Mac. |
0 | ||
![]() ![]() « Citoyen » 1339867080000
| 0 | ||
<bold>how to bold text?</bold> bold ? |
![]() ![]() « Citoyen » 1339867260000
| 0 | ||
Only sents and mods can post bold text (use HTML in general) so far. |
![]() ![]() « Citoyen » 1339867260000
| 0 | ||
Power abuse!!11!1!! |
0 | ||
Detlefdiehos a dit : What specs are the forum's HTML? If by some magic it includes HTML5, you should definitely play audio with HTML5 audio tags. Much lulz would ensue. |
0 | ||
Fxie a dit : I tried, doesn't work, unless I'm doing it wrong (which is very possible). This is what I used: http://pastebin.com/9nC3vESA |
0 | ||
Oshoe a dit : I guess these forums don't go all the way up to the HTML5 specs. I wasn't expecting them to anyway... I doubt whatever extremely substandard HTML Flash does support can produce audio either. Have you tried embedding the forums into the forums, though? Lol if the object tag works. Edit: Quoted links still break posts... |
0 | ||
Fxie a dit : Embedding forums into forums? o.o WHAT? |
0 | ||
Oshoe a dit : You use HTML to embed flash objects, y'know. Try embedding the forums into your post. Then find your post in the embedded forums. Then you'll have a forum in a forum in a forum. Inception mode on. <object id="swf1" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="100%" id="Forum" align="middle"> <param name="allowScriptAccess" value="always" /> <param name="movie" value="ChargeurJessica.swf" /> <param name="menu" value="true" /> <param name="quality" value="high" /> <param name="bgcolor" value="#0E242D" /> <embed id="swf2" src="ChargeurJessica.swf" menu="true" quality="high" bgcolor="#0E242D" width="100%" height="100%" name="Forum" align="middle" swLiveConnect="true" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> |