I have a problem in that I do not want to share my photos on FaceBook as I have set certain categories to be private to Registered Members only in Phoca Gallery but when showing Phoca Gallery with Cooliris 3D Wall a Face Book and Twitter icon show. This can then allow a register member to share to FaceBook and then lose control of the viewing of the images.
How do I remove these icons. So far I have found the instructions below on the Cooliris site but where in phoca Gallery is it to be added and how
Some people have been asking how to get rid of the Twitter/Facebook icons in the new embed wall.
To get rid of the icons in the bottom right corner of the wall, add the FlashVar showEmbed=false
To get rid of the icons on selected individual photos, add the FlashVar showItemEmbed=false
thanks in advance
Lew
Removing Facebook and Twitter Icons from Cooliris page
-
mrlew
- Phoca Newbie

- Posts: 7
- Joined: 31 Jul 2010, 11:12
- Jan
- Phoca Hero

- Posts: 49198
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Removing Facebook and Twitter Icons from Cooliris page
Hi, I think this is more question od Cooliris developers than on Phoca Gallery
Jan
Jan
If you find Phoca extensions useful, please support the project
-
mrlew
- Phoca Newbie

- Posts: 7
- Joined: 31 Jul 2010, 11:12
Re: Removing Facebook and Twitter Icons from Cooliris page
I found this in "components/com_phocagallery/views/cooliris3dwall/tmpl/default.php This where I believe it needs to be added but don't know how it is...
<embed type="application/x-shockwave-flash"
src="http://apps.cooliris.com/embed/cooliris.swf"
flashvars="feed=<?php echo JURI::root() . $this->tmpl['path']->image_rel . (int)$this->category->id;?>.rss"
width="<?php echo $this->tmpl['cooliris3d_wall_width'];?>"
height="<?php echo $this->tmpl['cooliris3d_wall_height'];?>"
allowFullScreen="true"
allowScriptAccess="always"
so how do I put in "add the FlashVar showEmbed=false" and "add the FlashVar showItemEmbed=false" I just don't know the syntax to add it.
thanks another donation on the way when I get this sorted.
<embed type="application/x-shockwave-flash"
src="http://apps.cooliris.com/embed/cooliris.swf"
flashvars="feed=<?php echo JURI::root() . $this->tmpl['path']->image_rel . (int)$this->category->id;?>.rss"
width="<?php echo $this->tmpl['cooliris3d_wall_width'];?>"
height="<?php echo $this->tmpl['cooliris3d_wall_height'];?>"
allowFullScreen="true"
allowScriptAccess="always"
so how do I put in "add the FlashVar showEmbed=false" and "add the FlashVar showItemEmbed=false" I just don't know the syntax to add it.
thanks another donation on the way when I get this sorted.
-
mrlew
- Phoca Newbie

- Posts: 7
- Joined: 31 Jul 2010, 11:12
Re: Removing Facebook and Twitter Icons from Cooliris page
Looking into this further I found this in "components/com_phocagallery/views/cooliris3dwall/tmpl/default.php This where I believe it needs to be added but don't know how it is...
<param name="wmode" value="transparent" />
<param name="flashvars"
value="feed=<?php 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=<?php echo JURI::root() . $this->tmpl['path']->image_rel . (int)$this->category->id;?>.rss"
width="<?php echo $this->tmpl['cooliris3d_wall_width'];?>"
height="<?php echo $this->tmpl['cooliris3d_wall_height'];?>"
here is code created by Cooliris Express with no Share icons for Facebook or Twitter. So I can see the "showembed=false" but how is it put into the Phoca Gallery code above
<param name="movie" value="http://apps.cooliris.com/embed/cooliris.swf"/>
<param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><param name="bgColor" value="#121212" />
<param name="flashvars" value="feed=api%3A%2F%2Fpicasaweb.google.com%2F%3Fuser%3DTDReunionPhotos%26album%3DTopDeck
BusesK&showembed=false" />
<param name="wmode" value="opaque" />
<embed id="ci_06338_e" type="application/x-shockwave-flash" src="http://apps.cooliris.com/embed/cooliris.swf" width="400" height="248" allowFullScreen="true" allowScriptAccess="always" bgColor="#121212" flashvars="feed=api%3A%2F%2Fpicasaweb.google.com%2F%3Fuser%3DTDReunionPhotos%26album%3DTopDeck
BusesK&showembed=false" wmode="opaque"></embed></object>
Cooliris provides an option to include or not include the Facebook and Twitter icons as not everyone wants to share with FaceBook so is it possible to have the same option in the Phoca Gallery code used to "interface" to the Cooliris or at least instruction on where and how to add the "showembed=false"
-mrlew
<param name="wmode" value="transparent" />
<param name="flashvars"
value="feed=<?php 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=<?php echo JURI::root() . $this->tmpl['path']->image_rel . (int)$this->category->id;?>.rss"
width="<?php echo $this->tmpl['cooliris3d_wall_width'];?>"
height="<?php echo $this->tmpl['cooliris3d_wall_height'];?>"
here is code created by Cooliris Express with no Share icons for Facebook or Twitter. So I can see the "showembed=false" but how is it put into the Phoca Gallery code above
<param name="movie" value="http://apps.cooliris.com/embed/cooliris.swf"/>
<param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><param name="bgColor" value="#121212" />
<param name="flashvars" value="feed=api%3A%2F%2Fpicasaweb.google.com%2F%3Fuser%3DTDReunionPhotos%26album%3DTopDeck
BusesK&showembed=false" />
<param name="wmode" value="opaque" />
<embed id="ci_06338_e" type="application/x-shockwave-flash" src="http://apps.cooliris.com/embed/cooliris.swf" width="400" height="248" allowFullScreen="true" allowScriptAccess="always" bgColor="#121212" flashvars="feed=api%3A%2F%2Fpicasaweb.google.com%2F%3Fuser%3DTDReunionPhotos%26album%3DTopDeck
BusesK&showembed=false" wmode="opaque"></embed></object>
Cooliris provides an option to include or not include the Facebook and Twitter icons as not everyone wants to share with FaceBook so is it possible to have the same option in the Phoca Gallery code used to "interface" to the Cooliris or at least instruction on where and how to add the "showembed=false"
-mrlew
-
mrlew
- Phoca Newbie

- Posts: 7
- Joined: 31 Jul 2010, 11:12
Re: Removing Facebook and Twitter Icons from Cooliris page
Jan I put a small donation your way if you could answer my flashvars problem. this is very important that I stop sharing photos on facebook.
thanks
-mrlew
thanks
-mrlew
-
mrlew
- Phoca Newbie

- Posts: 7
- Joined: 31 Jul 2010, 11:12
Re: Removing Facebook and Twitter Icons from Cooliris page
Anyone have an idea of how to do this. Surely I am not the only person wanting to use Cooliris within Phoca Gallery without sharing on facebook or twitter.......
- Jan
- Phoca Hero

- Posts: 49198
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Removing Facebook and Twitter Icons from Cooliris page
Hi, added to feature request list.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
abysoft
- Phoca Newbie

- Posts: 3
- Joined: 12 Apr 2011, 17:21
Re: Removing Facebook and Twitter Icons from Cooliris page
Please help!
How do I remove these icons from the Gallery
How do I remove these icons from the Gallery
-
abysoft
- Phoca Newbie

- Posts: 3
- Joined: 12 Apr 2011, 17:21
Re: Removing Facebook and Twitter Icons from Cooliris page
---
<object id="o"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="<?php echo $this->tmpl['cooliris3d_wall_width'];?>"
height="<?php echo $this->tmpl['cooliris3d_wall_height'];?>">
<param name="movie"
value="http://apps.cooliris.com/embed/cooliris.swf" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent" />
<param name="flashvars"
value="feed=<?php echo JURI::root() . $this->tmpl['path']->image_rel . (int)$this->category->id;?>.rss&showEmbed=false&numRows=1&showItemEmbed=false" />
<embed type="application/x-shockwave-flash"
src="http://apps.cooliris.com/embed/cooliris.swf"
flashvars="feed=<?php echo JURI::root() . $this->tmpl['path']->image_rel . (int)$this->category->id;?>.rss&showEmbed=false&numRows=1&showItemEmbed=false"
width="<?php echo $this->tmpl['cooliris3d_wall_width'];?>"
height="<?php echo $this->tmpl['cooliris3d_wall_height'];?>"
allowFullScreen="true"
allowScriptAccess="always"
wmode="transparent" >
</embed>
</object>
---
ок )
<object id="o"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="<?php echo $this->tmpl['cooliris3d_wall_width'];?>"
height="<?php echo $this->tmpl['cooliris3d_wall_height'];?>">
<param name="movie"
value="http://apps.cooliris.com/embed/cooliris.swf" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent" />
<param name="flashvars"
value="feed=<?php echo JURI::root() . $this->tmpl['path']->image_rel . (int)$this->category->id;?>.rss&showEmbed=false&numRows=1&showItemEmbed=false" />
<embed type="application/x-shockwave-flash"
src="http://apps.cooliris.com/embed/cooliris.swf"
flashvars="feed=<?php echo JURI::root() . $this->tmpl['path']->image_rel . (int)$this->category->id;?>.rss&showEmbed=false&numRows=1&showItemEmbed=false"
width="<?php echo $this->tmpl['cooliris3d_wall_width'];?>"
height="<?php echo $this->tmpl['cooliris3d_wall_height'];?>"
allowFullScreen="true"
allowScriptAccess="always"
wmode="transparent" >
</embed>
</object>
---
ок )
-
abysoft
- Phoca Newbie

- Posts: 3
- Joined: 12 Apr 2011, 17:21
Re: Removing Facebook and Twitter Icons from Cooliris page
numRows=1 (Customize the form of columns)