Plogger Support Forum - Add a new field in the edit form. Tue, 19 Mar 2024 06:25:32 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 Add a new field in the edit form. http://www.plogger.org/forum/comments.php?DiscussionID=3757&Focus=14195#Comment_14195 http://www.plogger.org/forum/comments.php?DiscussionID=3757&Focus=14195#Comment_14195 Thu, 17 Nov 2011 17:41:59 +0000 cameling
I decided to try an add a field using what you did. I never did get the problem you are having, and I worked from your template. Make sure you go to line 232 of plog-manage and update it:

case 'update-picture':
// Update the picture information
if (!isset($_REQUEST['cancel'])) {
$allow_comments = (isset($_REQUEST['allow_comments'])) ? $_REQUEST['allow_comments'] : '';
$action_result = update_picture($_REQUEST['pid'], $_REQUEST['caption'], $allow_comments, $_REQUEST['description'],$_REQUEST['precio']);]]>