Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
|
Thanks for the reply Spor
The problem does not seam to be with primissions on the templates. I pull the files off the server, edit them, and reupload them. Also, if it were a problem with primissions, the other data in the template would not save and it is. Do you ahve any other suggestions? I think I have to add an 'include' somewhere, but i'm not srue where.
Nathan
|
|
|
Hello,
I’m new at coding, but have been trying to get a date editor in the admin section for AGB. I edited panel_edit.php in the gbook/admin dir. I placed:
<tr bgcolor="#EFEFEF">
<td width="25%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Date:</font></td>
<td><input type="text" name="date" size="44" maxlength="60" value=<?php echo date ("m.d.Y.H:i",$row['date']);
?>"></td>
</tr>
into the code and when I go into the admin view, it brings up a date field not in UNIX seconds, but in mm/dd/yyyy/min/sec view. The problem is when I save changes, it does not save changes. I’m hoping that I’m half way to a solution. Can someone please help me finish this job?
Nathan
|
|
|
|
|
|
Based on the open source JForum
|