Joomla.it Forum
Componenti per Joomla! => Gallerie di immagini => : Latina 15 May 2008, 15:02:02
-
Hi: i do not speak Italian, but i hope to get some answer here cause i really like this gallery it is very fast and showy.
1. where do i have to unzip the tilviewer folder, in images folder or somewhere else?
2. where do i have to upload my images, cause there are two galleries one in images/oziogallery--- and one in --tilviewer imgs folder
the links to my pictures in the gallery.xml must be pointed in this way?
http://www.mydomain/images/img.jpg/
i want to get the same effect in the demo[urlhttp://oziogallery.joomla.it/[/url]
-
I have succeeded uploading the images and they show in the gallery now, but still i need to add title and description for every picture
this is what i have in my xml file,
<photo imageurl="imgs/Fotografía_16.jpg" linkurl="http://www.mysite.org/images/oziogallery/foto1.jpg">
<title>my-title</title>
</photo>
where or how do i have to put pic title and description ?
i have tried changing where title is now but i do not see any changes in the title of that picture..
-
Ciao Latina,
use and configure and edit the attach file gallery.php for custom name and description, extract and overwrite the gallery.php in images/oziogallery directory
-
Thanks for your reply, i tested in localhost and it was relative simple to upload the pics but when doing the same in live site nothing works i do not know what i am doing wrong
this is the gallery.xml file of live site
<tiltviewergallery>
<photos>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 1</title>
<description>This is a regular text description.</description>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 2</title>
<description><![CDATA[This is a HTML text description. Supported tags are <b>bold</b>, <u>underline</u>, <i>italics</i>, linebreaks<br>and <font color="#ff0000" size="60">font tags</font>. Hyperlinks are not supported.]]></description>
</photo>
<photo imageurl="imgs/img.jpg" >
<title>Image 3</title>
<description>This image has no link button becasue the 'linkurl' property was removed from the photo tag</description>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com" showFlipButton="false">
<title>Image 4</title>
<description>This image has no flip button because the 'showFlipButton' property was added to the photo tag</description>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 5</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 6</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 7</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 8</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 9</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 10</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 11</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 12</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 13</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 14</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 15</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 16</title>
</photo>
</photos>
</tiltviewergallery>
could you please point me out the right way to do this lets say i have one pics pic1.jpg
and let's think this is the url of my site
mysite.org
could you give me one example to fill it
-
<tiltviewergallery>
<photos>
<photo imageurl="images/oziogallery/pic1.jpg">
<title>Image 1</title>
<description>This is a regular text description.</description>
</photo>
</photos>
</tiltviewergallery>
-
Hi again
the installation in the localhost works perfect all images are shown correctly then what i did was to replace all files of the live instalation with this of the local instalation images included, but still is not working i am starting to think that the problem could be somewhere else
this is my site
-
Ciao Latina,
a SEO problem, insert the complete url
<photo imageurl="http://julia-flores-website.tctinternacional.org/images/oziogallery/pic1.jpg">
-
Thanks for your help, i will try, if i do not succeed i will post again.
i want to say this gallery is a very nice and fast one
Regards
-
Thanks for your help, i will try, if i do not succeed i will post again.
i want to say this gallery is a very nice and fast one
Regards
Ok, download the new 0.19Beta
-
i have done my best but not been a programmer is not that easy, is strange the easy it was on localhost
i paste here the gallery.xml maybe you can point me out the right way
<tiltviewergallery>
<photos>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 1</title>
<description>This is a regular text description.</description>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 2</title>
<description><![CDATA[This is a HTML text description. Supported tags are <b>bold</b>, <u>underline</u>, <i>italics</i>, linebreaks<br>and <font color="#ff0000" size="60">font tags</font>. Hyperlinks are not supported.]]></description>
</photo>
<photo imageurl="imgs/img.jpg" >
<title>Image 3</title>
<description>This image has no link button becasue the 'linkurl' property was removed from the photo tag</description>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com" showFlipButton="false">
<title>Image 4</title>
<description>This image has no flip button because the 'showFlipButton' property was added to the photo tag</description>
</photo>
<photo imageurl="http://julia-flores-website.tctinternacional.org/images/oziogallery/deportacion-de-judios.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 5</title>
</photo>
<photo imageurl="imgs/http://julia-flores-website.tctinternacional.org/images/oziogallery/de-waag.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>titulo de la foto</title>
<description>aqui descripcion</description>
</photo>
<photo imageurl="imgs/http://julia-flores-website.tctinternacional.org/images/oziogallery/orgullo.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 7</title>
</photo>
<photo imageurl="imgs/http://julia-flores-website.tctinternacional.org/images/oziogallery/orgullo1.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 8</title>
</photo>
<photo imageurl="imgs/http://julia-flores-website.tctinternacional.org/images/oziogallery/orgullo2.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 9</title>
</photo>
<photo imageurl="imgs/http://julia-flores-website.tctinternacional.org/images/oziogallery/Promoviendo-la-explotacion.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 10</title>
</photo>
<photo imageurl="imgs/http://julia-flores-website.tctinternacional.org/images/oziogallery/restaurante.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 11</title>
</photo>
<photo imageurl="imgs/http://julia-flores-website.tctinternacional.org/images/oziogallery/sexo-para-las-masas.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 12</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 13</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 14</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 15</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 16</title>
</photo>
</photos>
</tiltviewergallery>
this is the gallery.php i did not make any changes cause in localhost is working OK,
<tiltviewergallery>
<photos>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com">
<title>Image 1</title>
<description>This is a regular text description.</description>
</photo>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com">
<title>Image 2</title>
<description><![CDATA[This is a HTML text description. Supported tags are <b>bold</b>, <u>underline</u>, <i>italics</i>, linebreaks<br>and <font color="#ff0000" size="60">font tags</font>. Hyperlinks are not supported.]]></description>
</photo>
<photo imageurl="images/oziogallery/img.jpg" >
<title>Image 3</title>
<description>This image has no link button becasue the 'linkurl' property was removed from the photo tag</description>
</photo>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com" showFlipButton="false">
<title>Image 4</title>
<description>This image has no flip button because the 'showFlipButton' property was added to the photo tag</description>
</photo>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com">
<title>Image 5</title>
</photo>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com">
<title>Image 6</title>
</photo>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com">
<title>Image 7</title>
</photo>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com">
<title>Image 8</title>
</photo>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com">
<title>Image 9</title>
</photo>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com">
<title>Image 10</title>
</photo>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com">
<title>Image 11</title>
</photo>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com">
<title>Image 12</title>
</photo>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com">
<title>Image 13</title>
</photo>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com">
<title>Image 14</title>
</photo>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com">
<title>Image 15</title>
</photo>
<photo imageurl="images/oziogallery/img.jpg" linkurl="http://www.google.com">
<title>Image 16</title>
</photo>
</photos>
</tiltviewergallery>
-
Ciao Latina,
in the 0.20Beta Version the SEO problem is solved.
Unistall your Ozio Gallery ed install the new 0.20Beta
-
Hi: i have installed the last version and the gallery file now looks like this, but the pics are not showing yet
<tiltviewergallery>
<photos>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 1</title>
<description>This is a regular text description.</description>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com">
<title>Image 2</title>
<description><![CDATA[This is a HTML text description. Supported tags are <b>bold</b>, <u>underline</u>, <i>italics</i>, linebreaks<br>and <font color="#ff0000" size="60">font tags</font>. Hyperlinks are not supported.]]></description>
</photo>
<photo imageurl="imgs/img.jpg" >
<title>Image 3</title>
<description>This image has no link button becasue the 'linkurl' property was removed from the photo tag</description>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://www.google.com" showFlipButton="false">
<title>Image 4</title>
<description>This image has no flip button because the 'showFlipButton' property was added to the photo tag</description>
</photo>
<photo imageurl="imgs/deportacion-de-judios.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 5</title>
</photo>
<photo imageurl="imgs/de-waag.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>titulo de la foto</title>
<description>aqui descripcion</description>
</photo>
<photo imageurl="imgs/orgullo.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 7</title>
</photo>
<photo imageurl="imgs/orgullo1.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 8</title>
</photo>
<photo imageurl="imgs/orgullo2.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 9</title>
</photo>
<photo imageurl="imgs/Promoviendo-la-explotacion.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 10</title>
</photo>
<photo imageurl="imgs/restaurante.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 11</title>
</photo>
<photo imageurl="imgs/sexo-para-las-masas.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 12</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 13</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 14</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 15</title>
</photo>
<photo imageurl="imgs/img.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>Image 16</title>
</photo>
</photos>
</tiltviewergallery>
-
Unistall your Ozio Gallery
delete your images/oziogallery folder
and install the new 0.20Beta
copy jpg file in the images/oziogallery folder
-
It's working now :), i love it
now just i need to know how to add the description, i put a name and description on one picture but is not working yet i think, i do not know, do i have to use the gallery.php to do that.
<photo imageurl="imgs/de-waag.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>pic title</title>
<description>pic description</description>
-
Ciao Latina,
use and configure and edit the attach file gallery.php for custom name and description, extract and overwrite the gallery.php in images/oziogallery directory
Please Alex I would like to contact you, because I have problems to public my gallery with Ozio.
-
Ciao wagnersandres,
open a new post and insert a link to your gallery