Stumpped on getting Cooliris 3D Wall working, I found a bug!
Posted: 16 Jan 2010, 23:23
I am having trouble getting the Cooliris 3D wall working as it keeps displaying the code I need in crossdomain.xml. However that file is there.
So I took the path to the rss and put it into http://www.cooliris.com/express/builder/. I took that code and made http://dev.iitpikapps.com/3dwall.html which confirms that I have the crossdomain.xml file and the rss that phoca gallery generated is valid.
I was then able to put that code into an article and have it sucessfully run on the front page http://dev.iitpikapps.com/.
So the question is why cant I get it running here? http://dev.iitpikapps.com/index.php?opt ... Itemid=160
When I look at the page source on my site I noticed that I have code where my rss path should be!
Armed with that information I opened up \www\components\com_phocagallery\views\cooliris3dwall\tmpl\default.php and found 2 lines that were incorrect. As you can see in the code snippit above should be changed to
This bug was found in 2.6.2.
Jan, thanks for the great Joomla Extensions.
So I took the path to the rss and put it into http://www.cooliris.com/express/builder/. I took that code and made http://dev.iitpikapps.com/3dwall.html which confirms that I have the crossdomain.xml file and the rss that phoca gallery generated is valid.
I was then able to put that code into an article and have it sucessfully run on the front page http://dev.iitpikapps.com/.
So the question is why cant I get it running here? http://dev.iitpikapps.com/index.php?opt ... Itemid=160
When I look at the page source on my site I noticed that I have code where my rss path should be!
Code: Select all
<param name="flashvars"
value="feed=<? echo JURI::root() . $this->tmpl['path']->image_rel . (int)$this->category->id;?>.rss" />
<embed type="application/x-shockwave-flash"
src="http://apps.cooliris.com/embed/cooliris.swf"
flashvars="feed=<? echo JURI::root() . $this->tmpl['path']->image_rel . (int)$this->category->id;?>.rss"
Code: Select all
feed=<? echoCode: Select all
feed=<?php echoJan, thanks for the great Joomla Extensions.