hdu a écrit:
Merci.
Cela marche parfaitement.
J'en ai profité pour changer un peu la dernière ligne et supprimer les options de cooliris. (Recherche, Embed et FullScreen)
<embed WMODE="transparent" type="application/x-shockwave-flash" src="http://apps.cooliris.com/embed/cooliris.swf?showEmbed=false&showFullScreen=false&showSearch=false&feed={$block.RSSFEED}&style={$block.COLOR}" width="100%" height="{$block.PIC_HEIGHT}" showEmbed="false" allowFullScreen="false" allowScriptAccess="Always" /></object>{/if}
Salut,
j'intègrerai également le paramétrage de ces options dans la prochaine version.
@+
Merci.
Cela marche parfaitement.
J'en ai profité pour changer un peu la dernière ligne et supprimer les options de cooliris. (Recherche, Embed et FullScreen)
<embed WMODE="transparent" type="application/x-shockwave-flash" src="http://apps.cooliris.com/embed/cooliris.swf?showEmbed=false&showFullScreen=false&showSearch=false&feed={$block.RSSFEED}&style={$block.COLOR}" width="100%" height="{$block.PIC_HEIGHT}" showEmbed="false" allowFullScreen="false" allowScriptAccess="Always" /></object>{/if}
P@t a écrit:
J'avais déjà remarqué ca, et j'ai oublié de le dire à tiico, et j'ai également oublié de modifier PWG Stuffs.
Si on passe par PWG Stuffs, il faut éditer le fichier plugins/PWG_Stuffs/template/piclenswall.tpl, et faire les modifications suivantes:{if isset($block.RSSFEED)}
<object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="{$block.PIC_HEIGHT}">
<param name="movie" value="http://apps.cooliris.com/embed/cooliris.swf?feed={$block.RSSFEED}&style={$block.COLOR}" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent">
<embed WMODE="transparent" type="application/x-shockwave-flash" src="http://apps.cooliris.com/embed/cooliris.swf?feed={$block.RSSFEED}&style={$block.COLOR}" width="100%" height="{$block.PIC_HEIGHT}" allowFullScreen="true" allowScriptAccess="always" />
</object>
{/if}Si PWg Stuffs n'est pas installé, il faut faire la meme modif dans plugins/piclens/piclenswall.tpl
Salut,
Merci P@t pour cette info. je prend en compte dans la prochaine version de Piclens!
@+
J'avais déjà remarqué ca, et j'ai oublié de le dire à tiico, et j'ai également oublié de modifier PWG Stuffs.
Si on passe par PWG Stuffs, il faut éditer le fichier plugins/PWG_Stuffs/template/piclenswall.tpl, et faire les modifications suivantes:
{if isset($block.RSSFEED)}
<object id="o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="{$block.PIC_HEIGHT}">
<param name="movie" value="http://apps.cooliris.com/embed/cooliris.swf?feed={$block.RSSFEED}&style={$block.COLOR}" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent">
<embed WMODE="transparent" type="application/x-shockwave-flash" src="http://apps.cooliris.com/embed/cooliris.swf?feed={$block.RSSFEED}&style={$block.COLOR}" width="100%" height="{$block.PIC_HEIGHT}" allowFullScreen="true" allowScriptAccess="always" />
</object>
{/if}
Si PWg Stuffs n'est pas installé, il faut faire la meme modif dans plugins/piclens/piclenswall.tpl
Sur voyage.hd.free.fr
A noter que j'ai testé ce soir sur un Mac avec firefow, je n'ai pas le probléme.
Alors que sur Windows avec IE et Firefox, j'ai le problème.
Sur quel site peut-on voir le comportement que tu indiques?
Bonjour,
J'essaye d'utiliser un thème avec menu horizontal ( GBO-HK3, MontBlancXL) et le mure 3DWall avec PWG Stuff situé en haut de la page
- 1er bloc: 3D Wall
- 2eme bloc: Bloc principal
Dans ce cas là, le menu n'est plus visible lorsqu'il est déplié. Il passe sous le mure d'image.
que faire?
Hervé