rejetto forum

Some mixed ideas - Almost new template....rsrsrsr

ledufe · 26 · 13012

0 Members and 1 Guest are viewing this topic.

Offline maverick

  • Tireless poster
  • ****
    • Posts: 1052
  • Computer Solutions
    • View Profile
Quote from: "ledufe"
Quote from: "maverick"
Well it looks like you have no thumbnails available as they don't show.


i didnt understand what you mean in the comment above

I see NO thumbnails on the page.
maverick


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222
well i guess that you did not undestand the script it self, on this link there is 3 images, and exist only 2 thumbnails

these are the files:
Code: [Select]
http://ledufe.no-ip.info:2222/Test/test-load-thumbnail-if-exist/Alegria.jpg
http://ledufe.no-ip.info:2222/Test/test-load-thumbnail-if-exist/Amigo.jpg
http://ledufe.no-ip.info:2222/Test/test-load-thumbnail-if-exist/Azul.jpg


and these are the thumbnails:

Code: [Select]
http://ledufe.no-ip.info:2222/Test/test-load-thumbnail-if-exist/tn-Alegria.jpg
http://ledufe.no-ip.info:2222/Test/test-load-thumbnail-if-exist/tn-Amigo.jpg


since there is no thumbnail to the file azul.jpg it shows the message:

missing thumbnail of the FILENAME.JPG

i made this intentionally just to test the function, and it works as it should be, i can´t see the error that you mentioned, i've just visited the link and it shows the thumbnails where are availiable.

http://ledufe.no-ip.info:2222/Test/test-load-thumbnail-if-exist/
<<LeDuFe>>


Offline maverick

  • Tireless poster
  • ****
    • Posts: 1052
  • Computer Solutions
    • View Profile
I didn't look at the script.  There are no thumbnails shown on the page as I said before.  I see you have to hover your mouse over an information icon to see it.  You should have mentioned that.
maverick


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222
ops sorry, i did not undestand what you mean when you said that "there are no thumbnail on the page", and you are right, i should have mentioned it, but what about this way to show the thumbs? anyone like it? or is too much javascript to everyone?
<<LeDuFe>>


Brazil-SP-HFS-USER

  • Guest
hey ledufe, i like your template, it is the more beauty and the more usable than every other, and about the javascript use, i don´t mind it, as a matter of fact, i love it and like so much the float tool bar, and why this template isn´t on the topic of share templates, and the major error, there is no screenshots of it, if i didn´t imported it to my hfs and test it, i would not know that this one is the best template ever made until now....
please, moderator or ledufe, post it on the share section...


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222
thanks

im a little out of time these weeks, so i only give a few quick look at the forum, and i was busy re-instaling the stuffs on my pc, but the situation tends to be normal in the next few days, and when it become more light and normal, i will put this template with the 2 new versions with and without the javascript(more limited of course) but i hope it makes everybody happy...

and its not my template or the best template, it is a join/cut/slice/split/re-join of stuffs i found on the other templates, it is not "mine", but im glad you like it...
<<LeDuFe>>


Offline moondog

  • Occasional poster
  • *
    • Posts: 67
    • View Profile
With this code all thumbs must be in the same dir as the pics... had the code all fixed up but got a differnt pc and its on my dvd cd so i can realy do nothing lol


Offline moondog

  • Occasional poster
  • *
    • Posts: 67
    • View Profile
my code was all done for it so u just have to click the thumb nail and cleanned it  here is my code

Quote
[file.jpg]

<tr>
<td class="file" colspan="2">
<a href="%item-url%"%comment% >

</a>
<TABLE>
    <TR>
      <TD class="TD-thumb"><div id="com_ment" class=img_prop style='left: 200px; top: 100px;'>
            <table>
              <tr>
                <td> <strong><img src='thumb/tn-%item-url%'><img align=top src=".jpg %item-url%" alt=" %item-name%"></strong> </td>
              </tr>
            </table>
        </div>
    </TD>
    </TR>
</TABLE>
</td><td class="right">
%item-size%
</td>
<td class="right">
%item-modified%
</td>
<td class="filehits">
%item-dl-count%
</td>

thumbs have to be in a thumb folder were ever the pics are and must be named tr-??.jpg if some knows how to make it so u can click the thumb nail and link to the full pic plz let me know


Offline moondog

  • Occasional poster
  • *
    • Posts: 67
    • View Profile
do u mean like for every pic i would have to type in a code...
Quote
[file.jpg]
<tr>
<td class="file" colspan="2">
<a href="%item-url%"%comment% >

</a>
<TABLE>
    <TR>
      <TD class="TD-thumb"><div id="com_ment" class=img_prop style='left: 200px; top: 100px;'>
            <table>
              <tr>
                <td> <strong><img src='thumb/%item-url%'><img align=top src=".jpg %item-url%" alt=" %item-name%"></strong> </td>
              </tr>
            </table>
        </div>
    </TD>
    </TR>
</TABLE>
</td><td class="right">
%item-size%
</td>
<td class="right">
%item-modified%
</td>
<td class="filehits">
%item-dl-count%
</td>
</tr>

my new code  just how I wanted it well kinda


Offline maverick

  • Tireless poster
  • ****
    • Posts: 1052
  • Computer Solutions
    • View Profile
do u mean like for every pic i would have to type in a code...

Yes, that's what I mentioned above.  "Each thumbnail has to have it's own html".
maverick


Offline moondog

  • Occasional poster
  • *
    • Posts: 67
    • View Profile