Well if you are reading this then you have noticed that the site has changed a bit. Well, we feel that this change was a must. And long over-do. Nitrous will update everyone soon on alot of things, so stay tuned for that. I just wanted to ask all of you to pm me if you happen to find a bug.
One thing though. If you are unable to log in then reset your password. In the import, some things got tangled and so all the passwords may not have been recovered.
Now it is 5 in the AM, so I think its time for some sleep.
Later Gater
BBCode Run through
BB (Bulletin Board) codes, sometimes referred to as vB codes, are meant to replace HTML for providing formatting such as bold, italics, and images in posts. Additionally, you may map multiple HTML tags to a single BB code to provide more complex formatting without forcing your members to include many tags.
Many BB code tags are included by default in vBulletin. Some of these include [ b] for bold, [ i] for italics, and [ url] for inserting hyperlinks. Their output is not directly modifiable. However, you can disable specific tags in the vBulletin Options section.
BB codes may take one of two formats: with an option or without. An example BB code with an option is http://www.vbulletin.com]vBulletin[ /url]; [url ]http://www.vbulletin.com is an example of a BB code that does not have an option. Essentially, an option allows you to specify two values per BB code reference. It is not possible to have more than one option in a BB code.
Things to keep in mind when creating BB codes:
BB codes must not be empty. Empty tag usage, such as [i ][ /i], will be removed before parsing and there for nothing will be displayed in its place, even if something normally would.
BB codes must have a closing tag. [ i] will not be parsed alone; it needs the [ /i] to be parsed.
All the bbcode above, you would use without spaces.
HTML IS NOT ALLOWED IN POSTS.
[ B][ /B] - Bold
[ I][ /I] - Italic
[ U][ /U] - underlined
[ LEFT][ /LEFT] - [ CENTER][ /CENTER] - [ RIGHT][ /RIGHT] - alignment
[ COLOR="DarkRed"][ /COLOR] - color
[ FONT="Arial Black"][ /FONT] - font type
[ SIZE="4"][ /SIZE] - size
[ URL="http://link"]link[ /URL] - link
[ IMG]http://imageurl[ /IMG]
Again, all bbcode is used with no spaces.
AND NO HTML IS USED.