Ale czemu usuwa? awatar, stron? domow?? Przecierz one bezpo?rednio nie s? powi?zane z forum... co to za profil u?ytkownika bez avatara czy miejsca na stronk? :) Ale nie wnikam.
Licznik postów mo?esz wywali? usuwaj?c t? cz??? kodu z profile.php:
<tr>
<td width='1%' class='tbl1' style='white-space:nowrap'><b>".$locale['u043']."</b></td>
<td class='tbl1'>".number_format($data['user_posts'])."</td>
</tr>
Oprócz tego, ?e usun??e? folder forum i linki do niego to ju? jak tak czy?cisz, to mo?esz tak?e usun?? tabele w bazie powi?zane z forum.
Co do usuni?cia z edit_profile.php (usuwasz podany kod):
strona domowa
<tr>
<td class='tbl'>".$locale['u014']."</td>
<td class='tbl'><input type='text' name='user_web' value='".$userdata['user_web']."' maxlength='100' class='textbox' style='width:200px;'></td>
</tr>
avatar
if (!$userdata['user_avatar']) {
echo "<tr>
<td class='tbl'>".$locale['u017']."</td>
<td class='tbl'>
<input type='file' name='user_avatar' class='textbox' style='width:200px;'><br>
<span class='small2'>".$locale['u018']."</span><br>
<span class='small2'>".sprintf($locale['u022'], parsebytesize(30720), 100, 100)."</span>
</td>
</tr>\n";
}
i
if ($userdata['user_avatar']) {
echo $locale['u017']."<br>\n<img src='".IMAGES."avatars/".$userdata['user_avatar']."' alt='".$locale['u017']."'><br>
<input type='checkbox' name='del_avatar' value='y'> ".$locale['u019']."
<input type='hidden' name='user_avatar' value='".$userdata['user_avatar']."'><br><br>\n";
}
sygnatura/podpis
<tr>
<td valign='top' class='tbl'>".$locale['u020']."</td>
<td class='tbl'>
<textarea name='user_sig' rows='5' class='textbox' style='width:295px'>".$userdata['user_sig']."</textarea><br>
<input type='button' value='b' class='button' style='font-weight:bold;width:25px;' onClick=\"addText('user_sig', '[b]', '[/b]');\">
<input type='button' value='i' class='button' style='font-style:italic;width:25px;' onClick=\"addText('user_sig', '[i]', '[/i]');\">
<input type='button' value='u' class='button' style='text-decoration:underline;width:25px;' onClick=\"addText('user_sig', '[u]', '[/u]');\">
<input type='button' value='url' class='button' style='width:30px;' onClick=\"addText('user_sig', '[url]', '[/url]');\">
<input type='button' value='mail' class='button' style='width:35px;' onClick=\"addText('user_sig', '[mail]', '[/mail]');\">
<input type='button' value='img' class='button' style='width:30px;' onClick=\"addText('user_sig', '[img]', '[/img]');\">
<input type='button' value='center' class='button' style='width:45px;' onClick=\"addText('user_sig', '[center]', '[/center]');\">
<input type='button' value='small' class='button' style='width:40px;' onClick=\"addText('user_sig', '[small]', '[/small]');\">
</td>
</tr>
Powiniene? te? usun?? te same cz??ci kodu z register.php, które tam wyst?puj?, czyli obydwie oprócz avatar'a. Dodatkowo mo?esz te? usun?? tabele z bazy odpowiedzialne za przechowywanie tych "rzeczy", skoro ich nie u?ywasz.
Fakt faktem, ale wydaje mi si?, ?e ju? widzia?em tego typu pytania na forum i odpowiedzi do nich...
Edytowane przez myrcin dnia 07.08.2006 19:05:56
|