Back to top

Autore Topic: (Newbie) xml gallery manual configuration questions  (Letto 11684 volte)

Offline Latina

  • Nuovo arrivato
  • *
  • Post: 13
    • Mostra profilo
(Newbie) xml gallery manual configuration questions
« il: 15 Mag 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]




Offline Latina

  • Nuovo arrivato
  • *
  • Post: 13
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #1 il: 15 Mag 2008, 15:40:03 »
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,

Codice: [Seleziona]
<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..

Offline alexred

  • Fuori controllo
  • *
  • Post: 25672
  • Sesso: Maschio
  • Esperto in ozio relaxed
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #2 il: 15 Mag 2008, 19:47:45 »
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
« Ultima modifica: 28 Mag 2008, 16:37:59 da alexred »

Offline Latina

  • Nuovo arrivato
  • *
  • Post: 13
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #3 il: 15 Mag 2008, 20:45:45 »
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
Codice: [Seleziona]
<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
« Ultima modifica: 15 Mag 2008, 20:48:05 da Latina »

Offline alexred

  • Fuori controllo
  • *
  • Post: 25672
  • Sesso: Maschio
  • Esperto in ozio relaxed
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #4 il: 15 Mag 2008, 22:00:08 »

Citazione
<tiltviewergallery>
   <photos>
      <photo imageurl="images/oziogallery/pic1.jpg">
         <title>Image 1</title>
         <description>This is a regular text description.</description>
      </photo>         
   </photos>
</tiltviewergallery>

Offline Latina

  • Nuovo arrivato
  • *
  • Post: 13
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #5 il: 16 Mag 2008, 22:23:55 »
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
 
« Ultima modifica: 04 Nov 2008, 22:20:30 da Latina »

Offline alexred

  • Fuori controllo
  • *
  • Post: 25672
  • Sesso: Maschio
  • Esperto in ozio relaxed
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #6 il: 16 Mag 2008, 22:54:31 »
Ciao Latina,
a SEO problem, insert the complete url
Citazione
<photo imageurl="http://julia-flores-website.tctinternacional.org/images/oziogallery/pic1.jpg">

Offline Latina

  • Nuovo arrivato
  • *
  • Post: 13
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #7 il: 17 Mag 2008, 22:53:17 »
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

Offline alexred

  • Fuori controllo
  • *
  • Post: 25672
  • Sesso: Maschio
  • Esperto in ozio relaxed
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #8 il: 17 Mag 2008, 22:54:57 »
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

Offline Latina

  • Nuovo arrivato
  • *
  • Post: 13
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #9 il: 21 Mag 2008, 19:56:05 »
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
Codice: [Seleziona]
<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,
Codice: [Seleziona]
<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>
« Ultima modifica: 21 Mag 2008, 19:58:06 da Latina »

Offline alexred

  • Fuori controllo
  • *
  • Post: 25672
  • Sesso: Maschio
  • Esperto in ozio relaxed
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #10 il: 21 Mag 2008, 20:43:48 »
Ciao Latina,
in the 0.20Beta Version the SEO problem is solved.
Unistall your Ozio Gallery ed install the new 0.20Beta

Offline Latina

  • Nuovo arrivato
  • *
  • Post: 13
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #11 il: 21 Mag 2008, 21:07:11 »
Hi: i have installed the last version and the gallery file now looks like this, but the pics are not showing yet
Codice: [Seleziona]
<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>

Offline alexred

  • Fuori controllo
  • *
  • Post: 25672
  • Sesso: Maschio
  • Esperto in ozio relaxed
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #12 il: 21 Mag 2008, 21:35:39 »
Unistall your Ozio Gallery
delete your images/oziogallery folder
and install the new 0.20Beta

copy jpg file in the images/oziogallery folder

Offline Latina

  • Nuovo arrivato
  • *
  • Post: 13
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #13 il: 21 Mag 2008, 23:16:12 »
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.

Codice: [Seleziona]
<photo imageurl="imgs/de-waag.jpg" linkurl="http://julia-flores-website.tctinternacional.org/">
<title>pic title</title>
            <description>pic description</description>

Offline wagnersandres

  • Nuovo arrivato
  • *
  • Post: 9
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #14 il: 28 Mag 2008, 16:30:33 »
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.

Offline alexred

  • Fuori controllo
  • *
  • Post: 25672
  • Sesso: Maschio
  • Esperto in ozio relaxed
    • Mostra profilo
Re: (Newbie) xml gallery manual configuration questions
« Risposta #15 il: 28 Mag 2008, 16:35:44 »
Ciao wagnersandres,
open a new post and insert a link to your gallery

 



Web Design Bolzano Kreatif