asecen
16-07-2007, 16:48:24
<tr>
<td><label for="created_by_alias"><?php echo _H_FULLNAME; ?>*</label>:</td>
<td><input class="inputbox" type="text" username="created_by_alias" id="created_by_alias" size="50" maxlength="50" value="<?php echo $my->username; ?>" style="width:200px;" /></td>
</tr>
361 satırdaki bu koddaki "name" leri user name yapınca oluyor.. Bu işlemi /components/com_ja_submit/ja_submit.html.php dosyasında yapacaksınız
<td><label for="created_by_alias"><?php echo _H_FULLNAME; ?>*</label>:</td>
<td><input class="inputbox" type="text" username="created_by_alias" id="created_by_alias" size="50" maxlength="50" value="<?php echo $my->username; ?>" style="width:200px;" /></td>
</tr>
361 satırdaki bu koddaki "name" leri user name yapınca oluyor.. Bu işlemi /components/com_ja_submit/ja_submit.html.php dosyasında yapacaksınız