pretty neat guys... pretty neat..
Hum ... I'm sorry I've been very busy lately I haven't had time to make a release.
Geert, you can't possibly have it working my current implementation needs a modification in the classes.php code..
Pinecone, you need to mess in the apache config for that. You probably want to do it in a .htaccess file.
Well, I did anyway, it works, without modifying the classes... I just changed fbIR.js like you did, that is all. What have I overlooked and did you change in the classes?
Pinecone, sorry that I didn't answer yet, but like skwid said, you should use htaccess to do that.
geert -
it would be really cool if you could share your installation with all of us. I'd like to see how you implemented the fotonotes stuff. i think it would be really cool in zenphoto.
thinkdreams.
Just downloaded the latest version from http://fotonotes.net/
It looks simple enough to implement. i'll give this a try sometime over the weekend
There is a nice tutorial here:
http://groups.yahoo.com/group/fotonotes/message/47
Found it from the fotonotes website. I am still having some trouble with it, but I should have it resolved soon I hope.
I have posted a support request on the fotonotes group board. I think I'm having some pathing issues with it.
Geert - Did you have to make any further modifications to what Greg had posted to get your to work, or did it just "work" based on his tutorial? Neither my default theme nor my testing_dev theme seems to want to display the proper image with annotations. Looks like the .js isn't executing at all.
I do have mod_rewrite on.
Sorry, been away on vacation for more than a week. But I am back, well rested...
Thinkdreams,
No I used the tutorial as you found on the yahoo group. Btw, kiddomono, thats me too , but until now I didn't had the time to test it some more. I think I will do it this week.
At first I couldn't get it to work either, my problem was that I didn't set the correct paths to the fotonotes server (the path to fotonotes.php), you have to set it in the fnclient.js file.
Let me know if you find out more.
(When I am finished and satisfied with my theme, I think I will release it, so people can play with it some more... Until now it supports exif, zip archiving, show all thumbs, photo annotations, ...)
What does your path look like for the fotonotes server. I ended up sending my code off to Greg (the fotonotes dev guy) to see if he could get it to work properly. Hmmm.....
I read your conversation on the yahoo groups, but I'm no code wizard... But the path I entered looks like this: /myzendir/themes/mytheme/fotonotes/
(btw, I'm a Dreamhost user too, only changed the WEBPATH in my zenphoto installation, but no problems with fotonotes)
I'm still not getting something right here. I'll see what Greg comes up with. I sent him a copy of my code.
Allright. After reviewing everything, here's what I have:
No, I don't see any wrong with these settings. I have them exactly the same. Well, you know, with other dir names of course...
Some other little things I think of...
In fnclient.js, did you change:
var imageFileSrc = "id";
And in image.php, did you set a the img tag to something like this:
printDefaultSizedImage(getImageTitle(),'fn-image',getFullImageURL());
So the class is set to fn-image and the id is set to the full path of the image?