Author Topic: Exif and Switch places on boxes.  (Read 4627 times)

0 Members and 1 Guest are viewing this topic.

Offline cloe

  • Full Member
  • ***
  • Posts: 120
    • View Profile
Exif and Switch places on boxes.
« on: July 24, 2007, 03:33:57 PM »
First.. I'm sorry if my english is bad, but i'll hope you understand me :)

I wonder if there is a way to turn of the "automatic" exif info thats in 4images, and make fields in uploadform with exif data that the user can fill in them self, I dont want it to be something that someone HAVE to do, but optional.
The fields i would like to have is:

Camera:
Lens:
ISO:
Focal Legth:
F-stop:
Shutterspeed:
Flash: (with radiobuttons yes/no)

I want those fields to appear over (image name)

Is there someone that can help me with that?? Im a newbie (wery newbie on php) So It would be nice with step by step instructions)

And one more thing... I'll like to switch the Post Comment box and the "read commenst box".
I tryed doing that... but then the commetfunction stopped working  :x
I want it to look like this: (se attachment)

I hope someone can help me here :) this is important for my page :)
« Last Edit: July 25, 2007, 06:20:12 AM by cloe »
Peace And Luv :)

--Cecilie--

http://www.cloevvold-photo.com

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Exif and Switch places on boxes.
« Reply #1 on: July 24, 2007, 04:23:43 PM »
Hi,

you search: additionale image field

http://www.4homepages.de/forum/index.php?topic=747.msg3277#msg3277


Second problem:

in templates/default/details.html
search:
Code: [Select]
{comment_form}
cut and place it after this code:
Code: [Select]
{if allow_comments}


Kurt

Offline cloe

  • Full Member
  • ***
  • Posts: 120
    • View Profile
Re: Exif and Switch places on boxes.
« Reply #2 on: July 24, 2007, 04:59:43 PM »
Hi,

you search: additionale image field

http://www.4homepages.de/forum/index.php?topic=747.msg3277#msg3277


Second problem:

in templates/default/details.html
search:
Code: [Select]
{comment_form}
cut and place it after this code:
Code: [Select]
{if allow_comments}


Kurt


Thank you :) I look into it..
One more question.. How do I disable the built inn function for exif in 4images?
Peace And Luv :)

--Cecilie--

http://www.cloevvold-photo.com

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Exif and Switch places on boxes.
« Reply #3 on: July 24, 2007, 05:20:14 PM »
also in details.html:

Code: [Select]
                 {if exif_info}
                  <br />
                  <table width="100%" border="0" cellspacing="0" cellpadding="1">
                    <tr>
                      <td class="bordercolor">
                        <table width="100%" border="0" cellpadding="3" cellspacing="0">
                          <tr>
                            <td class="head1" valign="top" colspan="2">EXIF Info</td>
                          </tr>
                          {exif_info}
                        </table>
                      </td>
                    </tr>
                  </table>
                  {endif exif_info}


Kurt

Offline cloe

  • Full Member
  • ***
  • Posts: 120
    • View Profile
Re: Exif and Switch places on boxes.
« Reply #4 on: July 24, 2007, 06:06:48 PM »
Thanks a lot Kurt... It was a big help :)
« Last Edit: August 05, 2007, 05:34:36 AM by cloe »
Peace And Luv :)

--Cecilie--

http://www.cloevvold-photo.com