Conner's Family


BBCode supported here

The following codes are supported here for blog posts and comments (to use these bbscode tags, ignore the . in them):

BBCode tag = Example
[quote.] [/quote.] =

Quote:
Four score and seven years ago, our forefathers...

[code.] [/code.] =
Code:
	function save_settings()
	{
		$default_settings = array( 'db_host', 'db_user', 'db_pass', 'db_name', 'db_pre', 'db_type', 'site_modules', 'admin_modules' );
		$settings = array();
		foreach( $this->settings as $set => $val )
			if ( !in_array( $set, $default_settings ) )
				$settings[$set] = $val;
		$this->db->query( "UPDATE {$this->pre}settings SET settings_value='" . $this->db->escape(serialize($settings)) . "' LIMIT 1" );
	}

[b.] [/b.] = This is bolded
[i.] [/i.] = This is italicized
[u.] [/u.] = This is underlined
[s.] [/s.] = This has strikethrough applied
[pre.] [/pre.] = [pre]This is preformatted text[/pre]
[url.=link]displayed text[/url.] = Land of Legends
[img.=link]alt text[/img.] = Land of Legends
[h1.] [/h1.] =

This is headline size 1


[h2.] [/h2.] =

This is headline size 2


[h3.] [/h5.] =

This is headline size 3


[h4.] [/h4.] =

This is headline size 4


[h5.] [/h5.] =
This is headline size 5

[h6.] [/h6.] =
This is headline size 6

[right.] [/right.] =
This is right aligned

[center.] [/center.] =
This is centered

[email.=email address]displayed text[/email.] = Send us an email
[color.=color]what you want colored[/color.] = This is text in red
Additionally, lists are supported in the form of [li.]list item[/li.][li.]next list item[/li.]and so on[list.][.*]nested list item[.*]nested list item[/list.][/list.] =
  • first list item
  • second list item
  • third list item
  • fourth list item
  • first nested list item
  • second nested list item
  • third nested list item
  • next level in
  • and so on

  • Eventually the site will also recognize the following:
    Any links that include: http, such as http://tcdbbs.zapto.org/mud/; or https, such as https://tcdbbs.zapto.org/; or ftp, such as ftp://tcdbbs.zapto.org/
    Any email addresses plainy typed such as: csbsc@comcast.net, as long as you use only valid characters for an email address

    Posted by: Conner Jan 25, 2007, 1:50 pm
    Comments:
    Posted by: Conner On Jan 29, 2007, 5:44 pm
    Testing BBCode in blog comments:
    bold italics underlined strike through [pre]preformatted text[/pre] Land of Legends Land of Legends

    Header 1

    Header 2

    Header 3

    header 4

    Header 5
    Header 6
    Right aligned text
    Centered text
    Our email Purple text

    Valid XHTML 1.1! Valid CSS!