ok Chuck even after making the following changes in all the four files i.e.
templates/editphoto.tmpl
templates/bulkupload.tmpl
templates/vb3enhanced/editphoto.tmpl
templates/vb3enhanced/bulkupload.tmpl
the problem is still as it is ...
you are requested to make sure that my required results can be attained by making the following changes in these four files only. (pl. test run at your end with any field change)
=============
Quote:
PPPRINT;
}
if ( $Globals['extra1name'] != "" )
{
echo<<<PPPRINT
<tr><td class="alt1">{$Globals['extra1name']}:</td>
<td class="alt1"><input class="bginput" type="text" value="$extra1" size="50" name="extra1" /></td></tr>
PPPRINT;
}
if ( $Globals['extra2name'] != "" )
{
echo<<<PPPRINT
<tr><td class="alt1">{$Globals['extra2name']}:</td>
<td class="alt1"><input class="bginput" type="text" value="$extra2" size="50" name="extra2" /></td></tr>
PPPRINT;
}
if ( $Globals['extra3name'] != "" )
{
echo<<<PPPRINT
<tr><td class="alt1">{$Globals['extra3name']}:</td>
<td class="alt1"><input class="bginput" type="dropdown" value="$extra3" size="50" name="extra3" /></td></tr>
PPPRINT;
}
if ( $Globals['extra4name'] != "" )
{
echo<<<PPPRINT
<tr><td class="alt1">{$Globals['extra4name']}:</td>
<td class="alt1"><input class="bginput" type="checkbox" value="$extra4" size="50" name="extra4" /></td></tr>
PPPRINT;
}
if ( $Globals['extra5name'] != "" )
{
echo<<<PPPRINT
<tr><td class="alt1">{$Globals['extra5name']}:</td>
<td class="alt1"><input class="bginput" type="dropdown" value="$extra5" size="50" name="extra5" /></td></tr>
PPPRINT;
}
if ( $Globals['extra6name'] != "" )
{
echo<<<PPPRINT
<tr><td class="alt1">{$Globals['extra6name']}:</td>
<td class="alt1"><input class="bginput" type="dropdown" value="$extra6" size="50" name="extra6" /></td></tr>
PPPRINT;
}
|
=============
Thanks