Witam, próbuję stworzyć podstronę na której edytować można by było tylko kolor nicka i nic więcej. Zostaje tylko nick i pole z kolorowaniem, ale nie zapisuje mi się ;/ Pisze, że zaktualizowano ale nic się nie zmienia. I nie wiem jak usunąć edycję podpisu.
<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright ê 2002 - 2005 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
include LOCALE.LOCALESET."members-profile.php";
include LOCALE.LOCALESET."user_fields.php";
add_to_head("<script type='text/javascript' src='".CP."boxover.js'></script>");
/* objaśnienia */
$title = "\"header={<div style='text-align:center'><strong>Nazwa użytkownika</strong></div>} body={<div style='text-align:center'>Twoje internetowe imię, którym będziesz posługiwać się na portalu. Zmiany możesz dokonać w głównym centrum.</div>} fade={on}\"";
$dane = "title=".$title."";
/* drugie */
$title2 = "\"header={<div style='text-align:center'><strong>Nowe hasło</strong></div>} body={<div style='text-align:center'>Jeśli chcesz zmienić swoje hasło, wpisz tutaj swoje nowe. Powinno być inne niż obecne.</div>} fade={on}\"";
$dane2 = "title=".$title2."";
/* tri */
$title3 = "\"header={<div style='text-align:center'><strong>Nowe hasło</strong></strong></div>} body={<div style='text-align:center'>Jeśli chcesz zmienić swoje hasło, wpisz tutaj swoje nowe. Powinno być inne niż obecne.</div>} fade={on}\"";
$dane3 = "title=".$title3."";
/* cztery */
$title4 = "\"header={<div style='text-align:center'><strong>Adres e-mail</strong></strong></div>} body={<div style='text-align:center'>Twój prawdziwy adres e-mail w formie </div>} fade={on}\"";
$dane4 = "title=".$title4."";
/* pięć */
$title5 = "\"header={<div style='text-align:center'><strong>Ukrycie e-mnail'a</strong></strong></div>} body={<div style='text-align:center'>Zaznacz <b>tak</b> jeśli e-mail ma być widoczny tylko dla ciebie, lub <b>nie</b> jeśli chcesz go udostępnić.</div>} fade={on}\"";
$dane5 = "title=".$title5."";
/* sześć */
$title6 = "\"header={<div style='text-align:center'><strong>Miejscowość</strong></strong></div>} body={<div style='text-align:center'>Gdzie mieszkasz, gdzie żyjesz? Możesz podać województwo lub okoliczne większe miasto.</div>} fade={on}\"";
$dane6 = "title=".$title6."";
/* siedem */
$title7 = "\"header={<div style='text-align:center'><strong>Data urodzenia</strong></strong></div>} body={<div style='text-align:center'>W formacie miesiąc/dzień/rok podaj swoją datę urodzenia.</div>} fade={on}\"";
$dane7 = "title=".$title7."";
/* osiem */
$title8 = "\"header={<div style='text-align:center'><strong>Adres twojej strony WWW</strong></strong></div>} body={<div style='text-align:center'>Podaj adres swojej strony/bloga z http://</div>} fade={on}\"";
$dane8 = "title=".$title8."";
/* dziewiątka */
$title9 = "\"header={<div style='text-align:center'><strong>Kolor nicka</strong></strong></div>} body={<div style='text-align:center'>Wybierz z listy kolor, który powinieneś mieć ustawiony jako główny.</div>} fade={on}\"";
$dane9 = "title=".$title9."";
/* dziesięć */
$title10 = "\"header={<div style='text-align:center'><strong>Skórka</strong></strong></div>} body={<div style='text-align:center'>Nie można zmienić skórki z domyślnej.</div>.</div>} fade={on}\"";
$dane10 = "title=".$title10."";
/* jedenaście */
$title11 = "\"header={<div style='text-align:center'><strong>Czas</strong></strong></div>} body={<div style='text-align:center'>Domyślny czas to 0, ale jeśli mieszkasz w innym kraju wybierz z listy odpowiedni czas. Np. jeśli na stronie z zerem jestem 15:00 wybierając +1 będzie 16:00, a -5 10:00.</div>.</div>} fade={on}\"";
$dane11 = "title=".$title11."";
/* dwanaście */
$title12 = "\"header={<div style='text-align:center'><strong>Podpis/sygnatura</strong></strong></div>} body={<div style='text-align:center'><u>Maksymalna</u> szerokość podpisu to: 543, wysokość 200. Nie wolno by sygnatura zawierała erotykę i wulgaryzmy. </u></div>.</div>} fade={on}\"";
$dane12 = "title=".$title12."";
if (isset($_POST['update_profile'])) require_once INCLUDES."update_profile_include.php";
($locale['u001']);
opentable($locale['440']);
if (iMEMBER) {
if ($userdata['user_birthdate']!="0000-00-00") {
$user_birthdate = explode("-", $userdata['user_birthdate']);
$user_month = number_format($user_birthdate['1']);
$user_day = number_format($user_birthdate['2']);
$user_year = $user_birthdate['0'];
} else {
$user_month = 0; $user_day = 0; $user_year = 0;
}
$theme_files = makefilelist(THEMES, ".|..", true, "folders");
array_unshift($theme_files, "Default");
$offset_list = "";
for ($i=-13;$i<17;$i++) {
if ($i > 0) { $offset="+".$i; } else { $offset=$i; }
$offset_list .= "<option".($offset == $userdata['user_offset'] ? " selected" : "").">$offset</option>\n";
}
echo "<form name='inputform' method='post' action='".FUSION_SELF."' enctype='multipart/form-data'>\n";
echo "<table align='center' cellpadding='0' cellspacing='0'>\n";
if (isset($update_profile)) {
echo "<tr>\n<td colspan='2' class='tbl'>".$locale['441']."<br><br>\n</td>\n</tr>\n";
}
echo "<tr>
<td class='tbl'><a ".$dane.">".$locale['u001']."</a><span style='color:#ff0000'>*</span></td>
<td class='tbl'>".$userdata['user_name']."</td>
</tr>
<tr>
<td class='tbl'><a ".$dane9.">Kolor nicka:</a></td>
<td class='tbl'>
<select name='user_adds' class='textbox' style='width:200px;'>";
$d = dbarray(dbquery("SELECT * from ".$db_prefix."colors WHERE user_level='".$userdata['user_level']."'"));
echo"
<option style='color:#".$d['user_color'].";' value='0'>".$d['user_prefix'].$userdata['user_name']." ".$locale['ep_def']."</option>";
if ($userdata['user_groups']!="")
{
$tmp = explode(".", $userdata['user_groups']);
$count = count($tmp);
for ($x=0; $x<=$count; $x++)
{
$r = dbquery("SELECT group_prefix, group_color from ".$db_prefix."user_groups WHERE group_id='".$tmp[$x]."'");
if ($g = dbarray($r)) echo "<option style='color:#".$g['group_color'].";' value='".$tmp[$x]."' ".($userdata['user_color']==$g['group_color'] && $userdata['user_prefix']==$g['group_prefix'] ? "selected=\"selected\"" : "").">".$g['group_prefix'].$userdata['user_name']."</option>";
}
}
echo "</select>
</td>
</tr>\n";
echo "<tr>
<td valign='top' class='tbl'><a ".$dane12.">".$locale['u020']."</a></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]');\">";
if ($userdata['user_sig']) {
$sygnatura = nl2br(parseubb(parsesmileys($userdata['user_sig'])));
echo "</td></tr><tr><td>\n</td><td align='center'>";
echo "<table cellspacing='0' cellpadding='0' border='0' width='100%'><tr>\n";
echo "<td align='left'>";
echo "<FIELDSET><LEGEND><font size='1'>".$locale['u020']."</font></LEGEND>";
echo "$sygnatura</td>";
echo "</tr></table>";
} else {
echo " ";
}
echo "</td>
</tr>
<tr>
<td align='center' colspan='2' class='tbl'>\n";
echo "<input type='hidden' name='user_hash' value='".$userdata['user_password']."'>
<center><input type='submit' name='update_profile' value='".$locale['460']."' class='button'>
</center></td>
</tr>
</table>
</form>\n";
closetable();
} else {
echo "<center><br>\n".$locale['03']."<br>\n<br></center>\n";
closetable();
}
require_once "side_right.php";
require_once "footer.php";
?>
PW od moderatora:
- Zmiana nazwy tematu - Pieka 13.02 - 12:49
Edytowane przez Pieka dnia 13.02.2011 19:26:58
|