From 8920977261fb6c0fb5ad3e9be0bc07ff35b337cf Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 19 Dec 2008 23:01:55 -0500 Subject: Added [thumb] BBCode The [thumb] bbcode takes the content and creates a thumbnail of it. The thumbnail fits perfectly inside the post bubble and is wrapped with a link to the original image. --- includes/bbcode.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/bbcode.php') diff --git a/includes/bbcode.php b/includes/bbcode.php index 3cae84c..4dbb933 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php @@ -51,6 +51,7 @@ class BBCode $this->bbcodes2['bquote'] = '

{CONTENT}
{PARAM}
'; $this->bbcodes2['abbr'] = '{CONTENT}'; $this->bbcodes['hidden'] = '{CONTENT}'; + $this->bbcodes['thumb'] = ''; $this->init = true; } -- cgit 1.4.1