mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
BBCode enabled profile fields, removed field_name from profile fields, fixed some uninitialised variable issues, some small conversion issues
git-svn-id: file:///svn/phpbb/trunk@5076 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -120,10 +120,11 @@
|
||||
<td class="gen" align="right" nowrap="nowrap">{L_WEBSITE}: </td>
|
||||
<td><b><!-- IF U_WWW --><a class="genmed" href="{U_WWW}" target="_userwww">{U_WWW}</a><!-- ENDIF --></b></td>
|
||||
</tr>
|
||||
<!-- IF S_PROFILE_FIELD_1 -->
|
||||
<!-- IF S_PROFILE_FIELD1 -->
|
||||
<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
|
||||
<tr>
|
||||
<td class="gen" align="right" nowrap="nowrap">{PROFILE_FIELD_1_NAME}: </td>
|
||||
<td><b class="genmed">{PROFILE_FIELD_1_VALUE}</b></td>
|
||||
<td class="gen" align="right" nowrap="nowrap">{PROFILE_FIELD1_NAME}: </td>
|
||||
<td><b class="genmed">{PROFILE_FIELD1_VALUE}</b></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
</table></td>
|
||||
|
Reference in New Issue
Block a user