1
Mods & Plugins (Requests & Discussions) / Simplifying Image Upload
« on: June 20, 2003, 01:48:06 PM »
a little question about this one, V@no you said:
i my member.php there are two of these codes, does this mean i delete both of them?
thnx.
Quote
open /member.php
find:Code:
if ($image_name == "") {
$error = 1;
$field_error = preg_replace("/".$site_template->start."field_name".$site_template->end."/siU", str_replace(":", "", $lang['image_name']), $lang['field_required']);
$msg .= (($msg != "") ? "<br />" : "").$field_error;
}
comment it or simply remove it
i my member.php there are two of these codes, does this mean i delete both of them?
thnx.