Joomla.it Forum

Componenti per Joomla! => Gallerie di immagini => : adsoma 06 Oct 2009, 23:36:36

: Ozio Accordion Skin doesnt work please help
: adsoma 06 Oct 2009, 23:36:36
I installed the QZIO gallery, and ALL THE SKINS works perfect only "Accordion" doesn´t work, I tried different templates, differents installations same problem:

all skins GREAT, but ACCORDION nothing:
see demo page:

http://www.mexicanosenelmundo.com/test/component/option,com_oziogallery2/Itemid,58/view,06accordion/

Only BLANK PAGE....

Thanks for your help
: Re:Ozio Accordion Skin doesnt work please help
: adsoma 07 Oct 2009, 21:32:33
Nobody know what´s going on?....

Please if any can Carneade will be great....

Regards
: Re:Ozio Accordion Skin doesnt work please help
: onlymemike 07 Oct 2009, 21:57:09
forget getting any help here, these guys only help you if you can speak italian, i've been waiting for a reply on my post for over a month and had almost 300 views, i don't even get an answer like yes or no...

forget the gallery it stinks if it aint got support.
: Re:Ozio Accordion Skin doesnt work please help
: Avionix 15 Oct 2009, 14:42:50
Hallo onlymike,
maybe nobody can answer your question or who can answer your question don't speak english.
Remember that this is an italian forum, so there is no obligation to know the english language for the users.
Perhaps this maybe a way for you to learn italian language  ;)
: Re:Ozio Accordion Skin doesnt work please help
: Shawn di Leslie 20 Jun 2010, 08:21:38
Io non parlo italiano, ma io parlo di PHP.

I've you're on a server which properly conforms to RFC stuff, putting a raw URL in a query string will cause the server to respond with a 403.

When I changed

components/com_oziogallery2/views/06accordion/view.html.php

lines 121 and 123

to

  case '0': $xml_moder    = JURI::root(true).'/components/com_oziogallery2/skin/accordion/xml/accordion_'. $xmlname .'.xml';

(add the true parameter so we don't have to put all of the url in the query string and change

components/com_oziogallery2/views/06accordion/tmpl/default.php

line 27

  var so = new SWFObject("<?php echo $this->accordiontitle . urlencode($this->xml_moder)?><?php echo '&keepSelected='?><?php if( $this->tuttochiuso == 1 ) echo "f"; else echo "t";?><?php echo '&selectedWindow='?><?php echo $this->fotoiniziale;?><?php echo '&imageWidth='?><?php echo $this->larghezzaimmagine;?><?php echo '&imageHeight='?><?php echo $this->altezzaimmagine;?><?php echo '&sWidth='?><?php echo $this->larghezza;?><?php echo '&sHeigh...

(add the urlencode)

it worked on my server.