i have a question..
in your instrictions you say:
[FIND]-->
fetch_profilefields(0);
[REPLACE WITH]-->
fetch_profilefields(0);
// Get Since Away Info
if ($bbuserinfo[awaystatus] == 1) {
$awaysincedate = vbdate($vboptions['dateformat'], $bbuserinfo['awaysince']);
$awaysincetime = vbdate($vboptions['timeformat'], $bbuserinfo['awaysince']);
$awaysincedisplay = " <b>(Since $awaysincedate - $awaysincetime)</b>";
} else {
$awaysincedisplay = '';
}
================================================== ========
[FIND]-->
fetch_profilefields(0);
[REPLACE WITH]-->
homepage = '" . addslashes(htmlspecialchars_uni($homepage)) . "',
awaystatus = $xawaystatus,
awaymessage = '" . addslashes(htmlspecialchars_uni($xawaymessage)) . "',
awaysince = $xawaydate,
I dont have a second one of the one in yellow. the only other fetch_profilefields i can find is:
fetch_profilefields(1);
but when replacing that i get an error on my "edit profile" pages
???
|