The Mugen Fighters Guild

Forum Particulars => Information => Topic started by: Valodim on August 26, 2007, 07:19:21 pm

Title: Forum software Modifications
Post by: Valodim on August 26, 2007, 07:19:21 pm
This thread lists some of the not-so-usual technical modifications in use at this forum, to provide an overview for new users. This list is by no means meant to be complete, it just lists the important stuff relevant to every user.




(http://mugenguild.com/forumx/Themes/default/images/star_big_gold.gif)(http://mugenguild.com/forumx/Themes/default/images/star_big_silver.gif)(http://mugenguild.com/forumx/Themes/default/images/star_big_purple.gif)(http://mugenguild.com/forumx/Themes/default/images/star_big_aqua.gif) The Stars (http://mugenguild.com/forumx/Themes/default/images/star_big_orange.gif)(http://mugenguild.com/forumx/Themes/default/images/star_big_lime.gif)(http://mugenguild.com/forumx/Themes/default/images/stargmod.gif)(http://mugenguild.com/forumx/Themes/default/images/star_big_red.gif)



One of the most visually obvious modifications. On most boards, users either get x stars for their postgroup, or a fixed number of stars depending on their main membergroup. Here, it works a little differently. For each membergroup (http://mugenguild.com/forumx/index.php?topic=62284.0) the user is in, he gets one star of a specific color. This number of stars is filled up with regular golden stars (http://mugenguild.com/forumx/Themes/default/images/star_big_gold.gif) to a number determined by the user's postcount.

Example: In my profile (at the time writing this), I have one red (http://mugenguild.com/forumx/Themes/default/images/star_big_red.gif) (admin), one purple (http://mugenguild.com/forumx/Themes/default/images/star_big_purple.gif) (contributor) and one silver (http://mugenguild.com/forumx/Themes/default/images/star_big_silver.gif) (donator) star, filled up by three to six yellow stars for my postgroup.



The Reports (http://mugenguild.com/forumx/index.php?board=324.0)



For our users' convenience, we have implemented an improved Report to Moderator function. Instead of some moderator being notified by mail, reports go into a report forum (http://mugenguild.com/forumx/index.php?board=324.0) where they can be seen, commented on and possibly solved by moderators. We hope to avoid tons of "omg you can't do that" posts if someone posts a link to a bad site or something and solve those problems quickly.



The Icons



In some forum sections, like Releases (http://mugenguild.com/forumx/index.php?board=309.0), Projects (http://mugenguild.com/forumx/index.php?board=310.0) and Requests (http://mugenguild.com/forumx/index.php?board=313.0), we employ Message Icons for content classification. For instance, a Character release topic would have a (http://mugenguild.com/forumx/Themes/default/images/post/char.gif) Message Icon. When browsing the forum, you can use the filter option at the top of the Message Index to only display posts of a category you are interested in. Shouldn't be difficult to figure out, just have a look.

By holding down shift while clicking the filter icons, you can select multiple categories to view at once (note this might not work in old or exotic browsers).



The Code



To improve readability of mugen code, we make use of a syntax highlighter. Simply put [mcode] tags around your code to have it properly highlighted, like so:

; Taunt
; CNS difficulty: easy
[Statedef 195]
type = S
ctrl = 0
; (...)

[State 195, 1]
type = CtrlSet
trigger1 = Time = 40
value = 1

Besides making code easier to read, this code links (most) Statecontrollers and Triggers to their documentations (try clicking one of them). By using [mcode=1,5,6] you can also highlight specific lines (for example to illustrate some explanation in context), for example:
[mcode=2,3]
[State 195, 2]
type = ChangeState
trigger1 = AnimTime = 0
value = 0
ctrl = 1




The Maths



Mathematical expressions can be displayed neatly using the [math] tag.
For example:
[math]S = \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n[/math] translates to

The format used is the regular amsmath syntax from latex. For more details on the subject, refer to the LaTeX manual wikibook (http://en.wikibooks.org/wiki/LaTeX/Mathematics).



The Chess (http://mugenguild.com/forumx/index.php?action=chess)



You'll find a link to the chess section (http://mugenguild.com/forumx/index.php?action=chess) in the navigation bar at the top when you're logged in. It's pretty self-explanatory. To start a game, either open a challenge (http://mugenguild.com/forumx/index.php?action=chess;sa=challenge) to a certain user or nobody in particular, or accept somebody else's challenge.

Use the Chess Thread (http://mugenguild.com/forumx/index.php?topic=77943.0) for discussion and questions.




The Motions



The [motion] tag allows convenient of input sequences, like so:
[motion]QCF HCB a+b[/motion]

recognized symbols: D DB B UB U UF F DF N UD BF QCB QCF HCB HCF DP RDP 360 a b c d e x y z lp lk mp mk hp hk start hold charge +
N




The Avatars



You can use the [avatar] tag to change the displayed avatar to the enclosed image url for a single post only. Don't abuse this.

Note this tag will never show up in quoted posts.
Title: Chess
Post by: Sepp on April 14, 2008, 03:22:00 pm
First post updated with information about the chess mod (http://mugenguild.com/forumx/index.php?action=chess).
Title: Re: Forum software Modifications
Post by: Valodim on June 18, 2012, 03:00:10 pm
updated stars, added [motion] and [math] tags. also, bump. :)