The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
A mod that reads exif data?
Can someone please tell me if there is a VB4 mod available which members could upload or link images to in order to read the exif data? ... Kind of like what Digital Point has on their site.
I couldn't find anything by doing a search. |
#2
|
|||
|
|||
God it would be nice to get an answer instead of having the question pushed pages down in one day...
|
#3
|
|||
|
|||
If you don't get an answer it probably means that no one knows of any existing mod.
I actually started on this mod a while back - it's not too complicated because php has built-in functions to read the data, it's just a matter of figuring out when to read and store it and where to display it. The functions to read the data are slow so I don't think it's practical to read it every time it's displayed, so I was going to make a place in the database for it. Anyway, if anyone is interested in this I could let you have the little bit that I did get done, or else maybe I'll get back to it eventually. |
#4
|
|||
|
|||
Quote:
Anyway, I was looking for something that members could upload a photo and get an output like the Example Output (about halfway down the page) here http://www.sno.phy.queensu.ca/~phil/exiftool/ My site's members would then be able to copy and paste the output into some custom BB Code that I have for displaying exif data. If I knew how to add the script to my server and then have it displayed on a vBulletin page (on my site) in an iframe, I would do it. |
#5
|
|||
|
|||
kh99, I would be interested in trying to pick up and expand on some of the work that you've done. I have been looking at another (in the graveyard) mod that used Jhead to read and write the data.
I'd rather stay in PHP. My goal is to provide users with a way to see their EXIF data, make sure that they have copyrights, good meta data, etc. I have a photography forum, and I'm surprised by how many people don't really understand any of it. |
#6
|
|||
|
|||
Yes, at one point I had a plugin that got the exif data from an uploaded file and saved it in a database field. Unfortunately a while back I had a number of problems on my home computer (where I work on everything) and that was one of the things I lost, so I don't have anything to give you. But there wasn't a lot to it - there's a php function that reads exif data, so I just called it on the temporary upload file if it was of the correct type. The biggest problem was figuring out the plugin hook where the right info was available, and I don't remember which one that was. I also remember there was a problem with getting it back out of the database at the right times because I couldn't find hooks in the right places. But if you only want to write something for your own site you always have the option of editing the vb files to get around that (I could have done that for a released mod as well, but I try to avoid it).
|
#7
|
|||
|
|||
kh99,
Thanks for the response. Based upon what I can find, I will try to share it on here. |
#8
|
|||
|
|||
+10000
|
#9
|
|||
|
|||
Stop kidding yourself it's a goner Kind of like my unsub mod ... stuck in limbo because I just haven't had the gumption to delve into the next phase
|
#10
|
|||
|
|||
Quote:
Anyway, I am giving you 'kudos' that you made it work through the hook system at one point. I believe I used 'imagemagic' or 'jhead'. I would have to look it up again. Sorry 'paulket' I did not reply, I didn't feel my answer would have been any help to you. You were not asking on how to make this work, but if there was a mod. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|