ZenphotoCMS Forum
sIFR compatibility with zenphoto - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: sIFR compatibility with zenphoto (/thread-2746.html)



sIFR compatibility with zenphoto - sevenupcan - 2008-04-25

Hey guys.

I was wondering if you've had any luck getting the sIFR to work with ZenPhoto.

I have in installed on my site, however ZenPhoto seems to be interfering with the javascript.

I get the message...

`[b]Zenphoto Error:[/b] the requested object was not found. Please go back and try again.

3`

You can view the page I'm working on at http://sevenupcan.com/experiments/zenphoto/

Any suggestions?




sIFR compatibility with zenphoto - trisweb - 2008-04-25

Seems to be a problem with the .htaccess rules interfering. Try putting the js in the /zp-core/js folder instead, or in your theme folder and then reference it by /sifr.js (the theme folder is preferred)




sIFR compatibility with zenphoto - acrylian - 2008-04-25

And maybe take a look here too: http://jquery.lukelutman.com/plugins/flash/example-text-replacement.html
jQuery is our prefered js libary and included.




sIFR compatibility with zenphoto - sevenupcan - 2008-04-26

Thanks for your help.

Tris, that seems to solve the javascript problem, but for some reason my flash movie isn't loading now. So I might try using jQuery and see what happens there, thanks acrylian.




sIFR compatibility with zenphoto - sevenupcan - 2008-04-28

Hey guys. I managed to get it working, and since you recomended jQuery I found this great version of sIFR that Jonathan Neal has developed for jQuery. The great thing about this one is you can style the flash font using standard CSS.

http://jquery.thewikies.com/sifr/




sIFR compatibility with zenphoto - acrylian - 2008-04-28

Thanks for the hint, didn't know that one.