
09-29-2004, 10:32 AM
|
 |
|
|
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by PitchouneN64ngc
Just a suggestion
After you applied modifications into ./profile.php file, when you want to upload a picture and you have never picture uploaded before, you have a part of the 'modifyprofilepic' template who appears. This corresponding with this php code:
PHP Code:
$profilepic = $DB_site->query_first("
SELECT userid, dateline, comment, visible, disapproved, reason
FROM " . TABLE_PREFIX . "customprofilepic
WHERE userid = $bbuserinfo[userid]
");
$profilepic['comment'] = fetch_censored_text($profilepic['comment']);
$show['profilepic'] = iif($profilepic, true, false);
It is possible to hide this part of the template?
|
This php code will never be visible in the template. Or do you want to hide the output of this php code via template? Please clarify.
Cheers,
|