Announcement

  •  » Requests
  •  » Adding information fields

#1 2006-01-05 16:56:28

cheddarmonger
Member
Twin Cities, Minnesota, USA
2006-01-05
4

Adding information fields

Has someone created a MOD that either allows for field creation within the website, or can be used as a template for creating fields?

I want to add three fields to the pictures, but I'm very new to PHP, so I was hoping to be able to use something that has already been created.

Thanks,
-- David

Offline

 

#2 2009-08-23 02:16:07

fieldguide
Member
2009-08-22
29

Re: Adding information fields

I am hoping for this as well. I found this older [Forum, topic 1499] How Can I Add Custom Fields Under The Pictures?

but there doesn't seem to be a resolution.

Anyone know about this? 

I want to add a 'location' field to my pictures.

Offline

 

#3 2009-08-23 07:58:23

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Adding information fields

Location...

If you are a Windows user, may have a look to Geosetter.
(Geosetter adds IPTC Keywords based on your localization, and more).

To your Piwigo installation, install and activate [extension by rvelices] RV Maps & Earth
(RV Maps & Earth adds GPS localization to the Picture table).
Synchronize your Picture with RV Maps & Earth.

Synchronize (standard) your Metadata (if not already done).
Piwigo will get all localization information set by Geosetter including Location and add it to your tags.

Now have a look to the resulting changes.

A "Tour de France 2009" geotagged picture (Standard view)

Access by the "Joinville Le Pont" tag (Standard view)

Somewhere else on a Map (RV Maps display)

Enjoy.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#4 2009-08-23 11:53:32

fieldguide
Member
2009-08-22
29

Re: Adding information fields

Hi thanks so much for the info.

I actually already tried the maps plugin but unfortunately I got a weird scrolling issue with the yoga/sylvia theme. In any case even if it had looked ok for me I would like to be able to input a location value such as 'coastal maine botanical gardens'.

Any ideas?

Thanks!

Offline

 

#5 2009-08-23 16:43:53

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Adding information fields

fieldguide wrote:

Hi thanks so much for the info.

I actually already tried the maps plugin but unfortunately I got a weird scrolling issue with the yoga/sylvia theme. In any case even if it had looked ok for me I would like to be able to input a location value such as 'coastal maine botanical gardens'.

Any ideas?

Thanks!

ITPC keywords might be the best solution.

Anyway by Geosetter, you can override the location by your text.
And you can get it by IPTC keywords ---> Piwigo synchronization process ---> Piwigo tags


Use [extension by Piwigo Team] LocalFiles Editor to code advanced configuration as
$conf['use_iptc'] = true;
$conf['use_iptc_mapping'] = array(
  'keywords'        => '2#025',
  'author'          => '2#122',
  'name'            => '2#005',
  'comment'         => '2#120'
  );

To collect IPTC keywords during the synchro process.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#6 2009-08-23 16:46:27

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Adding information fields

fieldguide wrote:

unfortunately I got a weird scrolling issue with the yoga/sylvia theme.

Explain in another topic, maybe we have a solution.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#7 2009-08-23 17:12:12

fieldguide
Member
2009-08-22
29

Re: Adding information fields

VDigital wrote:

ITPC keywords might be the best solution.

Anyway by Geosetter, you can override the location by your text.
And you can get it by IPTC keywords ---> Piwigo synchronization process ---> Piwigo tags


Use [extension by Piwigo Team] LocalFiles Editor to code advanced configuration as
$conf['use_iptc'] = true;
$conf['use_iptc_mapping'] = array(
  'keywords'        => '2#025',
  'author'          => '2#122',
  'name'            => '2#005',
  'comment'         => '2#120'
  );

To collect IPTC keywords during the synchro process.

Before I try to understand this solution is there an IPTC keyword modifier for a mac user?

: )

Offline

 

#8 2009-08-23 19:53:58

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Adding information fields

No Geosetter for Mac...

Try XnView for Mac: http://www.xnview.com/en/features.html


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 
  •  » Requests
  •  » Adding information fields

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact