Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorzenbali
    • CommentTimeFeb 3rd 2009
     
    hello guys, I'm just start learning php code
    hope I can learn lots of stuff here,
    so my question:
    when we has created page with plogger gallery, and we see when we enlarge the image there's a details which I think it's javascript
    show/hide details
    and I would like to modify the details with kind of other words for my furniture shop, so please teach me how to modify it and put the details in option for every image that I upload. thank you for your kind assistance.
    • CommentAuthorzenbali
    • CommentTimeFeb 13th 2009
     
    anybody want to help me?
  1.  
    1) Go to plog-functions.php (do not forget to take backup!)
    2) Search for 'generate_exif_table' function
    3) Alter html code there which is assigned to $table_data variable
    • CommentAuthorGalerio
    • CommentTimeFeb 22nd 2009
     
    and how can I show ISO speed from Exif?
    I tried to add the line (for two times) in plog-functions.php
    <tr>
    <td><strong>ISO</strong></td>
    <td>'.$row["EXIF_iso"].'</td>
    </tr>

    but I get only the labe "ISO" to show in the details, but the ISO number doesn't appear!!