using BSF 20041115, for my open and free gallerie.
with clean database, new install.
1) No pictures are displayed in "calendar" category.
how could I make it working... the folders are ones I use for the old free PWG 1.3.2.
2) all pictures are displayed in "last pictures" category;
how could I limit the numbers of photos displayed?
best rated, most visited, ramdom, working good, (I choose 30pictures) no problem.
many thanks !!!
welcome on my visitors site;
eric.
Last edited by vimages (2004-11-23 16:16:49)
Offline
super,
I just have to find the code and change it!!
I prefer use pictures date of creation....
I find why :
for this free gallery I don't show iptc (they are not ready) and i don't have synchronised them.... so there is no informations in database...
Last edited by vimages (2004-11-23 16:46:50)
Offline
Yes I'll do
in Exifer I found : "date taken" with the good date...;
I want to use the exif "date taken" as the date to the calendar....
hum.....
do you have an idea?
so : how to put the exif "date taken" in the " date creation" column in the image table??
Last edited by vimages (2004-11-23 16:56:53)
Offline
Sure, I 'm a little bit tired..... I forget to set EXIF on in admin...
Now it's ok... but only for 2004, not for 2002 and 2003... but is't not a big prob.
now I have to work on the exif, to chose the fields I'll use and display...
Offline
vimages wrote:
2) all pictures are displayed in "last pictures" category;
how could I limit the numbers of photos displayed?
you can't and that wouldn't be fair. I explain : in the "last pictures" special category, all pictures more recent than the "recent period" are displayed. If you have 100 elements matching this clause, how can PhpWebGallery choose 10 out of 100 ?
Offline
choubs wrote:
vimages wrote:
1) No pictures are displayed in "calendar" category.
how could I make it working... the folders are ones I use for the old free PWG 1.3.2.I think calendar is based on image 'date-of-creation'
in include/config.inc.php :
// calendar_datefield : date field of table "images" used for calendar // catgory $conf['calendar_datefield'] = 'date_creation';
Offline
Thanks to you 2 !!!
good teachers and answers .... :o)
Offline