Hello everyone
Facebox I'd like to use on my website
=>
http://famspam.com/faceboxI already use for other modules, and I'd like to use to display my images zenPhoto
but I have a problem when the image opens in the box, it makes me weird codes
Can you tell me if it's syntax is good?
<?php echo htmlspecialchars(getFullImageURL());?>" rel="facebox" title="<?php echo getBareImageTitle();?>
Thank you in advance
PS: I'm french
---------------------------------------------------------------------------------
Bonjour à tous
J’aimerai utiliser facebox sur mon site internet
J’utilise déjà pour d’autre modules, et la j’aimerai utilisé pour afficher mes images de zenPhoto
mais j’ai un problème lorsque l’image s’ouvre dans la box, il me met des codes bizarres
Pouvez vous me dire si c’est syntaxe est bon ?
<?php echo htmlspecialchars(getFullImageURL());?>" rel="facebox" title="<?php echo getBareImageTitle();?>
Merci d’avance
Comments
you must know that Zenphoto uses thickbox by default, so I don't get what you are trying to do :
why do you want to use Facebox instead ?
-----------
Salut IVIedia,
qu'est ce que facebox fait de plus que Thickbox (utilisé par défaut dans Zenphoto) ?
I use facebox because I can custumize it with my website ( in my CSS file)
Thank you in advance
------
Comment je peux activer Thickbox , j'ai pas su trouver ça ...
si j'utilise facebox c'est que je sais le personnalisé avec mon site internet ( au niveau du css )
Merci d'avance
" class="thickbox" title="<?php echo getBareImageTitle();?>">
into
" rel"facebox title="<?php echo getBareImageTitle();?>">
thank you in advance
----------------------------------------------------
Bonjour quand je met class="thickbox" , ça marche avec Thickbox , mais j'aimerai le faire fonctionner avec facebox , je met rel"facebox" mais ça ne marche pas ....
" class="thickbox" title="<?php echo getBareImageTitle();?>">
en
" rel"facebox title="<?php echo getBareImageTitle();?>">
Merci d'avance
You also mention weird code above. You have to set the full image to "unprotected". These scripts do not work otherwise.
<link href="facebox/facebox.css" media="screen" rel="stylesheet" type="text/css" />
<script src="facebox/jquery.js" type="text/javascript"></script>
<script src="facebox/facebox.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$('a[rel*=facebox]').facebox({
loading_image : 'loading.gif',
close_image : 'closelabel.gif'
})
})
</script>
it opens is a box when I click, but unless the link to see the picture I see a strange code ...
eg : �����JFIF���
thanks
------
Oui bien voici le code que j'ai déclarer
<link href="facebox/facebox.css" media="screen" rel="stylesheet" type="text/css" />
<script src="facebox/jquery.js" type="text/javascript"></script>
<script src="facebox/facebox.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$('a[rel*=facebox]').facebox({
loading_image : 'loading.gif',
close_image : 'closelabel.gif'
})
})
</script>
ça m'ouvre bien un box quand je clique, mais sauf au lien de voir l'image je vois un code bizarre ...
ex : �����JFIF���
merci
the path of the image
eg : http://www.myweb.com/gallerie/image09/photos-paris.jpg
not http://www.myweb.com/gallerie/image09/photos-paris.jpg?p=*full-image
thanks :-)
Great
it works really well with now Facebox, code just weird because the image was protected!
Thanks very much !
10/10 good script !