Author Topic: Custom image fields do not appear when uploaded as guest and image validated  (Read 3775 times)

0 Members and 1 Guest are viewing this topic.

Offline rdolby

  • Pre-Newbie
  • Posts: 5
    • View Profile
I added additional custom fields to the images such as age, city, etc. The addition of the custom fields was done correctly by adding it to the database, db_field_definitions, etc.

- The custom fields work correctly when the user is logged into his/her account and uploads the image, the data appears correctly on the site.

- When the image is uploaded as a guest and the image is validated through the admin, none of the data of the custom fields appear or get entered into the database. So there is an error in the mod for custom image fields, since these get erased when the image is uploaded as a guest.

How can we resolve this problem and get the data for the custom fields to go into the database and so it can be published?

Rembrandt

  • Guest
Welcome to the Forum!

Add to the database fields also in the "images_temp_table", not only in the "images_table"

mfg Andi

Offline rdolby

  • Pre-Newbie
  • Posts: 5
    • View Profile
It worked perfect!!!  :D

Thank you very much!