mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-12 11:40:26 +01:00
Bug #23935 - help_faq , explanation of "How do I show an image below my username?" is wrong.
Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10337 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
1f2f658920
commit
c3e65a957b
@ -116,6 +116,7 @@
|
||||
<li>[Fix] Correctly check for empty strings in custom profile fields. (Bug #55335)</li>
|
||||
<li>[Fix] Use correct options to parse BBCodes in signatures when previewing PMs.</li>
|
||||
<li>[Fix] Correct rendering of prosilver quick reply under IE6. (Bug #54115 - Patch by Raimon)</li>
|
||||
<li>[Fix] Correct wording for "How do I show an image below my username" question answer in FAQ. (Bug #23935)</li>
|
||||
<li>[Fix] Handle export of private messages where all recipients were deleted. (Bug #50985)</li>
|
||||
<li>[Change] Move redirect into a hidden field to avoid issues with mod_security. (Bug #54145)</li>
|
||||
<li>[Change] Log activation through inactive users ACP. (Bug #30145)</li>
|
||||
|
@ -96,7 +96,7 @@ $help = array(
|
||||
),
|
||||
array(
|
||||
0 => 'How do I show an image below my username?',
|
||||
1 => 'There are two images that may appear below a username when viewing posts. Depending on the used style, the first may be an image associated with your rank, generally in the form of stars, blocks or dots, indicating how many posts you have made or your status on the board. The second, usually a larger image, is known as an avatar and is generally unique or personal to each user. It is up to the board administrator to enable avatars and to choose the way in which avatars can be made available. If you are unable to use avatars, contact a board administrator and ask them for their reasons.'
|
||||
1 => 'There are two images which may appear below a username when viewing posts. One of them may be an image associated with your rank, generally in the form of stars, blocks or dots, indicating how many posts you have made or your status on the board. Another, usually a larger image, is known as an avatar and is generally unique or personal to each user. It is up to the board administrators to enable avatars and to choose the way in which avatars can be made available. If you are unable to use avatars, contact a board administrators and ask them for their reasons.'
|
||||
),
|
||||
array(
|
||||
0 => 'What is my rank and how do I change it?',
|
||||
|
Loading…
x
Reference in New Issue
Block a user