1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-28 10:09:15 +02:00

- correct path locations for avatars/smilies

- close <i> tags in faq


git-svn-id: file:///svn/phpbb/trunk@4945 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2004-08-01 15:38:03 +00:00
parent 679fa22e95
commit ffc08f4e4d
2 changed files with 4 additions and 4 deletions

View File

@ -659,7 +659,7 @@ $lang += array(
'MAX_AVATAR_SIZE' => 'Maximum Avatar Dimensions',
'MAX_AVATAR_SIZE_EXPLAIN' => '(Height x Width in pixels)',
'AVATAR_STORAGE_PATH' => 'Avatar Storage Path',
'AVATAR_STORAGE_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/avatars',
'AVATAR_STORAGE_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/avatars/upload',
'AVATAR_GALLERY_PATH' => 'Avatar Gallery Path',
'AVATAR_GALLERY_PATH_EXPLAIN' => 'Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery',
);
@ -682,7 +682,7 @@ $lang += array(
'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session inproving security.',
'ENABLE_GZIP' => 'Enable GZip Compression',
'SMILIES_PATH' => 'Smilies storage path',
'SMILIES_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/smilies',
'SMILIES_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/smiles',
'ICONS_PATH' => 'Post icons storage path',
'ICONS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/icons',
'UPLOAD_ICONS_PATH' => 'Extension group icons storage path',

View File

@ -92,7 +92,7 @@ $help = array(
),
array(
0 => 'How do I post a topic in a forum?',
1 => 'Easy, click the relevant button on either the forum or topic screens. You may need to register before you can post a message, the facilities available to you are listed at the bottom of the forum and topic screens (the <i>You can post new topics, You can vote in polls, etc.<i> list)'
1 => 'Easy, click the relevant button on either the forum or topic screens. You may need to register before you can post a message, the facilities available to you are listed at the bottom of the forum and topic screens (the <i>You can post new topics, You can vote in polls, etc.</i> list)'
),
array(
0 => 'How do I edit or delete a post?',
@ -160,7 +160,7 @@ $help = array(
),
array(
0 => 'What are Moderators?',
1 => 'Moderators are individuals (or groups of individuals) whose job it is to look after the running of the forums from day to day. They have the power to edit or delete posts and lock, unlock, move, delete and split topics in the forum they moderate. Generally moderators are there to prevent people going <i>off-topic<i> or posting abusive or offensive material.'
1 => 'Moderators are individuals (or groups of individuals) whose job it is to look after the running of the forums from day to day. They have the power to edit or delete posts and lock, unlock, move, delete and split topics in the forum they moderate. Generally moderators are there to prevent people going <i>off-topic</i> or posting abusive or offensive material.'
),
array(
0 => 'What are Usergroups?',