[fw-general] Re: Using dojox.image.SlideShow in a view helper

2010-06-26 Thread pwansch
The only thing that was missing was to add the image.css stylesheet in my bootstrap file: $view-dojo()-setDjConfigOption('usePlainJson', true) -setDjConfigOption('parseOnLoad', true) -setLocalPath($config-www-application-url-schemeless . '/js/' .

[fw-general] Re: Zend Framework and Facebook Connect

2010-04-22 Thread pwansch
For instance, if they use a public computer. I solved the problem. I did not init the FB object properly. I now moved the FB initialization code into my template head section like shown below and this works well. head ?= $this-headTitle($this-pageTitle) ? ?php

[fw-general] Re: Zend Framework and Facebook Connect

2010-04-21 Thread pwansch
Ah. I only use Facebook Connect for authentication so far. I thought you were talking about a batched feed_publishActionOfUser like in the footsteps sample but apparently not. Has anybody successfully implemented Facebook Connect all the way including logout? -- View this message in context:

[fw-general] Zend Framework and Facebook Connect

2010-04-20 Thread pwansch
Hi, I added Facebook Connect to my site and it works well. This is what I do to detect that a user is logged in and it works fine: require_once 'library/ext/facebook-platform/php/facebook.php'; // Find out Facebook Connect status $facebook = new

[fw-general] Re: Zend Framework and Facebook Connect

2010-04-20 Thread pwansch
Yes. I recommend downloading the official Facebook PHP Client Library package (facebook-platform.tar.gz from http://wiki.developers.facebook.com/index.php/PHP) . The xd_receiver.htm file that you will also need you can downloaded from