Verfasst: 29.09.2003 13:24
jau ich bitte um mail an mail@blun4.net 
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
if ( empty($username) || empty($new_password) || empty($password_confirm) || empty($email) )
Code: Alles auswählen
if ( empty($username) || empty($new_password) || empty($password_confirm) || empty($email) || empty($location) )Code: Alles auswählen
<td class="row1"><span class="gen">{L_LOCATION}:</span></td>Code: Alles auswählen
<td class="row1"><span class="gen">{L_LOCATION}: *</span></td>Code: Alles auswählen
<- [Suchen] ->
$sql = "SELECT u.username, u.user_id, u.user_level, u.user_posts, u.user_from,
<- [Direkt dahinter einf ügen] ->
u.user_occ,
<- [Suchen] ->
$poster = ( $poster_id == ANONYMOUS ) ? $lang['Guest'] : $postrow[$i]['username'];
<- [Danach einfügen] ->
$poster_occ = $postrow[$i]['user_occ'];
<- [Suchen] ->
$template->assign_block_vars('postrow', array(
'ROW_COLOR' => '#' . $row_color,
'ROW_CLASS' => $row_class,
'POSTER_NAME' => $poster,
<- [Danach einfügen] ->
'POSTER_OCC' => $poster_occ,Code: Alles auswählen
etwa bei Zeile 29 – muß folgendermaßen aussehen:
<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a
name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span
class="postdetails">{postrow.POSTER_OCC}
<br />{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br
/>{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br
/>{postrow.POSTER_FROM}</span><br /></td>