Jump to content
Kurushii

Forum Codes and Tips

Recommended Posts

Example_Header.png
[iF YOU HAVE A QUESTION OR SOMETHING TO ADD TO THE GUIDE PLEASE POST IT]


Example_Info_Bar_01.png
Hello everyone. As you all have noticed, the site has been going through some cleaning and polishing lately. I have been assisting the character mods with templates and graphics to shape up their sections. Thank you everyone who contributes and puts in their own free time to make their character shine. It has come to my attention though that some mods and users don't understand the code available on the forum. With that I wanted to make a resource so that all users can have access to learn the tools we are using to improve the presentation of threads.

Example_Info_Bar_02.png
  • Max characters per post: >500kb. The previous forum software capped posts by characters, but our current one caps by filesize instead. The current cap is about 5x larger than the old cap.
  • The thread prefix at the start of a thread title is related to the game that the thread contents is for. So when making a new thread don't forget to place it. Here is a list of the prefixes:
    • Guilty Gear: [X], [XX], [#R], , , [GG2], [AC], [+R], [Xrd]
    • Blazblue: [CT], [CS1], [CS2], [CSE], [CP], [CP1.1]
    • Persona 4 Arena: [P4A], [P4AU]
    • Gundam EXVS: [FB], [MB]
  • When reserving posts for later use in your thread please Hide the post till later. With the changes to the character limit you don't need more than 1 reserve.
  • If you aren't a mod and want one of the pre-made templates for your character thread then either ask your mod to give you a link or send a PM to me.
  • When using bbcode avoid typing the code in capital letters, and avoid having line breaks between the code. Both result in the code breaking or creating extra line breaks.
Example_Info_Bar_03.png
Example_Info_Bar_04.png
Example:
Title
Content with BBCode and everything


Code:
[info=Title]Content with BBCode and everything[/info]
Information:
Great for sectioning off parts of a post. Title is automatically bolded. Can't have bbcode inside of the title line. Info Code width is dynamic and will adjust to w/e the browser window size is. You can put Info Code and Tables inside of a Info Code. Border color of the info code is preset and can't be changed sorry.

Example_Info_Bar_05.png
Example:
[table]Content with BBCode and everything (1)Content with BBCode and everything (2)
Content with BBCode and everything (3)Content with BBCode and everything (4)
Content with BBCode and everything (5)Content with BBCode and everything (6)[/table]

Code:
[table][tr][th]Content with BBCode and everything (1)[/th][th]Content with BBCode and everything (2)[/th][/tr]
[tr][td]Content with BBCode and everything (3)[/td][td]Content with BBCode and everything (4)[/td][/tr]
[tr][td]Content with BBCode and everything (5)[/td][td]Content with BBCode and everything (6)[/td][/tr][/table]
Information:
Tables are a great way for displaying data to users, but it can be the most challenging code for users to grasp. If you have any experience in html coding you'll understand it fairly quickly. Sadly you can't have a table inside of a table like our previous forums. Tables currently default to center with a single stroke.
table = Table. Unlike the previous forum software, you can not adjust the stroke, width, and position anymore.
tr = Table Row. The table is written out in rows. So think left to right when you are writing it out. Always remember to end your row with [/tr] before starting a new row.
th = Table Header. Replaces and will make all the text bolded. Faster and easier than doing bold bbcode in every cell. Is not required in a table.
td = Table Cell. The contents of the cell on that table row go between the [td] and .

Example_Info_Bar_06.png
Example:
[collapse]Content with BBCode and everything[/collapse]
Collapsed: Title:
Content with BBCode and everything


Code:
[collapse]Content with BBCode and everything[/collapse]
[collapse=Title]Content with BBCode and everything[/collapse]
Information:
Great for hiding sections of a post from taking over a users total view, so that they can decide on what they want to look at. Can't have bbcode inside of the title line. Collapse code width is dynamic and will adjust to w/e the browser window size is. You don't have to use a title if you don't want it.

Example_Info_Bar_07.png
Example:

Content with BBCode and everything

Content with BBCode and everything

Content with BBCode and everything


Code:
[indent=1]Content with BBCode and everything[/indent]
[indent=2]Content with BBCode and everything[/indent]
[indent=3]Content with BBCode and everything[/indent]
Information:
For general indenting of text, but can also be used for listing combos with notes below it of different routes.

Share this post


Link to post
Share on other sites

×