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
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.
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
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!!