Post Preview and BBCode helper

By CloudMax on 2014-06-25 02:08:47 Direct link
To make the process of making posts easier, you can now oewcuwc preview posts, and you also have a few buttons available for various bbcodes.
  • Isn't
  • it
  • cool

Yes it is!

0xDEADBEEF
By CloudMax on 2014-06-25 03:38:36 Direct link
testing on mine my mobile.
seems to work just fine :D
By Three_Pendants on 2014-06-25 20:37:51 Direct link
Yes, the BB Code of Bold, Italics, and underlined appear to work fine. As does the strikethrough option The picture option...

...

Works great!

Hyperlinks...

This Very Site Also works optimally.

Complete Actor Listing on the Wiki... is lead to by this link correctly.

Not sure how quoting works yet, admittedly...

And let's plug in some of my notes to see if "code" typifies them correctly.

010F ovl_Item_Etcetera Various GI Items (+ GI References)

GI References Start at F34940


ROM: 0xF34978 (000F) Empty Bottle - Variable 00 (00C6)
ROM: 0xF3497A (0015) Letter in Bottle (?) -Variable 01 (010B)
ROM: 0xF3497C (002A) Hylian Shield (?)- Variable 02 (00DC)
ROM: 0xF3497E (0030) Big Quiver (?) - Variable 03  (00BE)
ROM: 0xF34980 (0037) Silver Scale (?) - Variable 04 (00DB)
ROM: 0xF34982 (0038) Golden Scale (?) - Variable 05 (00DB)
ROM: 0xF34984 (0042) Small Key - Variable 06 (00AA)
ROM: 0xF34986 (0058) Fire Arrow - Variable 07 (0158)
GI References from Here on

017F - GI_Rupy
017F - GI_Rupy
017F - GI_Rupy
017F - GI Rupy
00BD - GI_Hearts
00DB - GI_Shield_2
00DB - GI_Shield_2
00AA - GI_Key (again?)

Shader References! (Thanks JSA!)

0000 (+1) - Bottle
0044 (+1) - Letter in Bottle
002B (+1) - Hylian Shield
0015 (+1) - Big Quiver
0029 (+1) - Silver Scale
002A (+1) - Gold Scale
0001 (+1) - Small Key
005F (+1) - Fire Arrows
006C (+1) - Green Rupee
006D (+1) - Blue Rupee
006E (+1) - Red Rupee
0070 (+1) - Purple Rupee
0013 (+1) - Gi_Hearts
0001 (+1) - Small Key



Looking good! Looks like they all appear to work pretty well there CloudMax! Great work!
By CloudMax on 2014-06-26 02:04:03 Direct link
Added some simple style to the code & quote tags.

Quote by CloudMax on 2014-06-25 17:56:13
This is how quotes work.

Here's the format for a quote:
[quote="CloudMax" date="2014-06-25 17:56:13"]This is how quotes work.[/quote]

You can remove the name, date or both from the quote tag.

Also made it so that you can click on images to view them in a dialog as the size is limited in posts, in case you want to enlarge them.
As seen here:
...
By CDi-Fails on 2014-06-26 02:08:50 Direct link
THIS IS THE MOST TERRIBLE FORUM I'VE EVER USED--

Good job, CloudMax! Everything is looking good; now, time for a quote from one of the greatest U.S. presidents ever...

Shit, CloudMax, this forum is so dope,
- Abraham Lincoln
By MelonSpeedruns on 2014-06-26 02:22:24 Direct link
Gj! Now I can Spam Enjoy this forum. :D
By rnddim on 2014-06-26 03:46:34 Direct link
Just a quick test of this wiki forum.

Amongst our weaponry for maximum Zelda fun are:

  • fear
  • surprise
  • ruthless efficiency
  • an almost fanatical devotion to the Pope
  • and nice red uniforms

Oh, I suppose that should've been a quote.

Quote by something unexpected
fear, surprise, ruthless efficiency, an almost fanatical devotion to the Pope, and nice red uniforms - Oh damn!


And finally, a bit of dot and cross product code, for the heck of it :) .

sub infix:<⋅>(@a, @b) { [+] @a Z* @b }
sub infix:<⨯>(@a is copy, @b is copy) {
    my @sides;
    @sides[$_].push: @a.=rotate(1) Z* @b.=rotate(-1) for ^2;
    @sides[0].flat Z- @sides[1].flat;
}

say (1,2,3) ⨯ (7,9,10); # output: -7 11 -5
say (1,2,3) ⋅ (7,9,10); # output: 55
By Airikita on 2014-06-30 07:50:01 Direct link
Needs embedded videos, and "number of views" listed for each topic. :3

Otherwise Fantastic!!! I think there should also be a button to insert font size as well. Also, highlight unread topics in a different colors for users.

But don't mind the last idea, there's no rush.
By CloudMax on 2014-06-30 12:59:00 Direct link
Quote by Airikita on 2014-06-30 00:50:01 Direct link
Needs embedded videos, and "number of views" listed for each topic. :3

Otherwise Fantastic!!! I think there should also be a button to insert font size as well. Also, highlight unread topics in a different colors for users.

But don't mind the last idea, there's no rush.

Embedded videos ill try to add when I get home. I'm not sure yet how I'd count topic views in a good way, so I'll wait with that for now.

I'll probably add a font size button when I get home today as well.

As for read/unread topics, I already have a general idea of how I will achieve the desired effect (go to last unread post, etc.) but it will take a little longer to implement.

Edit:
Added a button for font size, and there's now a youtube tag.