aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/help_bbcode.php
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2006-12-25 17:48:25 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2006-12-25 17:48:25 +0000
commit5225e5da5cf3d78f670aa5866633860a63dc50b5 (patch)
tree97efdeb83210c199dddb1b40e97ce8f02eda9cf6 /phpBB/language/en/help_bbcode.php
parent81356523452259c9272a0139f6865aeab360d966 (diff)
downloadforums-5225e5da5cf3d78f670aa5866633860a63dc50b5.tar
forums-5225e5da5cf3d78f670aa5866633860a63dc50b5.tar.gz
forums-5225e5da5cf3d78f670aa5866633860a63dc50b5.tar.bz2
forums-5225e5da5cf3d78f670aa5866633860a63dc50b5.tar.xz
forums-5225e5da5cf3d78f670aa5866633860a63dc50b5.zip
FACKing BBCode FAQ. [attachment=] forever! :P Ho-ho-ho.
#6568 git-svn-id: file:///svn/phpbb/trunk@6811 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/help_bbcode.php')
-rw-r--r--phpBB/language/en/help_bbcode.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/language/en/help_bbcode.php b/phpBB/language/en/help_bbcode.php
index 9d2554d73c..94c17f9b0d 100644
--- a/phpBB/language/en/help_bbcode.php
+++ b/phpBB/language/en/help_bbcode.php
@@ -88,7 +88,11 @@ $help = array(
),
array(
0 => 'Adding an image to a post',
- 1 => 'phpBB BBCode incorporates a tag for including images in your posts. Two very important things to remember when using this tag are; many users do not appreciate lots of images being shown in posts and secondly the image you display must already be available on the internet (it cannot exist only on your computer for example, unless you run a webserver!). There is currently no way of storing images locally with phpBB (all these issues are expected to be addressed in the next release of phpBB). To display an image you must surround the URL pointing to the image with <strong>[img][/img]</strong> tags. For example:<br /><br /><strong>[img]</strong>http://www.phpbb.com/images/phplogo.gif<strong>[/img]</strong><br /><br />As noted in the URL section above you can wrap an image in a <strong>[url][/url]</strong> tag if you wish, eg.<br /><br /><strong>[url=http://www.phpbb.com/][img]</strong>http://www.phpbb.com/images/phplogo.gif<strong>[/img][/url]</strong><br /><br />would generate:<br /><br /><a href="http://www.phpbb.com/" target="_blank"><img src="http://www.phpbb.com/images/phplogo.gif" alt="" /></a><br />'
+ 1 => 'phpBB BBCode incorporates a tag for including images in your posts. Two very important things to remember when using this tag are; many users do not appreciate lots of images being shown in posts and secondly the image you display must already be available on the internet (it cannot exist only on your computer for example, unless you run a webserver!). To display an image you must surround the URL pointing to the image with <strong>[img][/img]</strong> tags. For example:<br /><br /><strong>[img]</strong>http://www.phpbb.com/images/phplogo.gif<strong>[/img]</strong><br /><br />As noted in the URL section above you can wrap an image in a <strong>[url][/url]</strong> tag if you wish, eg.<br /><br /><strong>[url=http://www.phpbb.com/][img]</strong>http://www.phpbb.com/images/phplogo.gif<strong>[/img][/url]</strong><br /><br />would generate:<br /><br /><a href="http://www.phpbb.com/" target="_blank"><img src="http://www.phpbb.com/images/phplogo.gif" alt="" /></a><br />.'
+ ),
+ array(
+ 0 => 'Adding attachments into a post',
+ 1 => 'Attachments can now be placed in any part of a post by using the new <strong>[attachment=][/attachment]</strong> BBCode, if the attachments functionality has been enabled by a board administrator &amp; if you are given the appropiate permissions to create attachments. Within the posting screen is a drop-down box for placing attachments inline.'
),
array(
0 => '--',