Not all of the BBCode functionality supported by the system is available through the post editor toolbar buttons. See below for some of the hidden ones. These may be added as buttons eventually.
Header Text
Description
Use [h1] to [h5] for different sized header text.
Code
[h1]Header Text Goes Here[/h1]
Spoiler Tag
Description
Use this to hide content from other users they manually uncover it. Primarily used when discussing topics which some users may not want to have spoiled, hence the name.
Code
[spoiler]Hidden content goes here![/spoiler]
Center Align Text
Description
This will make text display centered in the middle of the page.
Code
[center]Hidden content goes here![/center]
Right Align Text
Description
This will make text align to the right side of the page.
Code
[right]Hidden content goes here![/right]
Vimeo Embed
Description
Include a Vimeo video in your post. You'll need to get the Vimeo Video ID which will be the number in the URL
https://vimeo.com/194967955
Code
[vimeo]194967955[/vimeo]
Horizontal Rule
Description
Create a breaking line between your content.
Code
[hr]
Table
Description
Tables are a bit more complicated. You need the following: 1 table [table], containing 1 or more rows [tr], containing 1 or more cells [td]. You can optionally use [th] instead of [td] for header cells. See this generator for more help.
All tables will be created with responsive classes so they shouldn't break the page for mobile devices, but users may have to scroll to view all content.
Code
[table][tr][td]Row 1 Cell 1[td][td]Row 1 Cell 2[td][/tr][tr][td]Row 2 Cell 1[td][td]Row 2 Cell 2[td][/tr][/table]
I'm currently working to integrate iGrandTheftAuto.com into the same system which I built to power GTAVice.net. Both websites will be accessible independently through their own domain names, however behind the scenes they will run on mostly the same codebase meaning they'll share features like forums, content, image galleries, comments and user accounts. It'll make it much easier for staff to keep all of the content across our whole network up to date. If you have an account on GTAVice.net your same account will work for all of the other websites on our network, including iRedDead.com, GTA4.TV, GTA-SanAndreas.com and iGTA5.com when they are eventually moved over to the new system too. It will also make it incredibly quick and easy to add new fansites to the network which could be useful in the future too.
There's still plenty work to do, but if you notice any bugs on any of our websites, please let me know.
Exciting times ahead for the network!