Page 1 of 1

Edit frontend form

Posted: 09 Aug 2011, 20:04
by victor
Hi Jan,

I've added this code to the frontend display (views/user/tmpl/default cat) to enable the picasa feature, the fields are shown in the frontend, but any suggestions how to add this to the db?
Or is it more difficult than I think?

Victor


[code]<tr>
<td><strong><?php echo JText::_('COM_PHOCAGALLERY_FIELD_PICASA_USER_LABEL');?>:</strong></td>
<td><input type="text" id="categoryextu" name="categoryextu" maxlength="255" class="comment-input" value="<?php echo $this->tmpl['categoryextu'] ;?>" /></td>
</tr>
<tr>
<td><strong><?php echo JText::_('COM_PHOCAGALLERY_FIELD_PICASA_ALBUM_LABEL');?>:</strong></td>
<td><input type="text" id="categoryexta" name="categoryexta" maxlength="255" class="comment-input" value="<?php echo $this->tmpl['categoryexta'] ;?>" /></td>
</tr>
<tr>
<td><strong><?php echo JText::_('COM_PHOCAGALLERY_FIELD_PICASA_AUTHKEY_LABEL');?>:</strong></td>
<td><input type="text" id="categoryextauth" name="categoryextauth" maxlength="255" class="comment-input" value="<?php echo $this->tmpl['categoryextauth'] ;?>" /></td>
</tr>
[/code]

Re: Edit frontend form

Posted: 12 Aug 2011, 23:23
by Jan
Hi, I think, this is more difficult than you think :-( :-( - the import function has over thousand of lines of code :-(

Jan

Re: Edit frontend form

Posted: 13 Aug 2011, 00:09
by victor
Hi Jan,
already thought so! If it was that easy you would have implemented it a long time ago.
Well, maybe you'll get to that some time soon. We just wait and see.
Just keep up the great work you're doing.

Victor

Re: Edit frontend form

Posted: 13 Aug 2011, 00:28
by Jan
Ok