Edit frontend form

Phoca Gallery - image gallery extension
victor
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 10 Jun 2008, 14:20
Location: Netherlands
Contact:

Edit frontend form

Post 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]
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49189
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Edit frontend form

Post by Jan »

Hi, I think, this is more difficult than you think :-( :-( - the import function has over thousand of lines of code :-(

Jan
If you find Phoca extensions useful, please support the project
victor
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 10 Jun 2008, 14:20
Location: Netherlands
Contact:

Re: Edit frontend form

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49189
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Edit frontend form

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply