PEAK XOOPS - "poor" quality thumbs and max display size in englishin japanese

"poor" quality thumbs and max display size

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2004/4/24 13:59
ozp11  ¾åÅùʼ   Posts: 23
Hello! I've started to use myalbum at my site
I've upload some images and when I build the thunbnails they appear with a very poor quality.

If I set up to dont use thumbs the "thumbs" are ok, but I think they will overload the slow connections

I beleive that the "thumbs" are the actual images but "compressed" to appear smaller , is it right?

Also, I have problems with my theme (again)
After I fix it for IE 5 and IE 5.5 , with a include.php hack to have IE5X Custom CSS, my theme got broke again with 640x480 images

I wonder that since you have the thumb, the image and the pop up window image, if there is a way to have the image in a smaller size than the pop up image

If yes. the theme will not break


Votes:20 Average:6.00
Previous post - Next post | Parent - Children.1 | Posted on 2004/4/24 17:16
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi Oliver
If you use GD, try "force GD2" mode.

And do you want size limitation in photo.php?
If so, you can modify by editing your custom template -myalbum_photo.html-.
To set width in <img> absolutely protects you from theme broken.

p.s. The module's name is not "myalbum" but "myAlbum-P".
The "-P" is same as the "WF-" of "WF-Sections".
thanks.
Votes:9 Average:3.33
Previous post - Next post | Parent - Children.1 | Posted on 2004/4/25 9:23
ozp11  ¾åÅùʼ   Posts: 23
I've tried GD2 but it was almost the same.

about the <img> I'll try to make this. I'm not able to do it myself. I undertand the logic, but I cant find the place to change this

sorry about the name, I forgot that there is another module called myalbum

Votes:11 Average:5.45
Previous post - Next post | Parent - Children.1 | Posted on 2004/4/30 18:25
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi Oliver.

hmm.
I think "Make Thumbnails" is turned off?
Please show me the result of "Check confs&Envs".
Votes:12 Average:4.17
Previous post - Next post | Parent - Children.1 | Posted on 2004/5/7 5:55
ozp11  ¾åÅùʼ   Posts: 23
Make thumbs is OFF , because when I turn on, I get poor results

I still dont have a clue on how to insert the <img> tag.

I have a psychology student working at my site, he knows more HTML and CSS than me (I know nothing)
but he also can't figure out where to insert the tag.

Here goes my config (language is portuguese.do.brasil)

verificação de ambiente
Diretiva PHP 'safe_mode' (ambos ok): off
Diretiva PHP 'file_uploads' (necessita ativação): on
Diretiva PHP 'register_globals' (ambos ok): on
Diretiva PHP 'upload_max_filesize': 14M byte
Diretiva PHP 'post_max_size': 8M byte
Diretiva PHP 'open_basedir': /home/restricted/home/redepsi
Diretiva PHP 'upload_tmp_dir': ok
Verficação de tabela
Tabela de fotos: xoops_myalbum_photos ok
Nero de fotos: 93

Tabela de descrição: xoops_myalbum_text ok
Nero de Descrições: 93

Tabela de categorias: xoops_myalbum_cat ok
Nero de Categorias: 8

Tabela de votação: xoops_myalbum_votedata ok
Nero de votações: 0

Tabela de comentios: xoops_xoopscomments ok
Nero de comentios: 0

verificação de configuração
Dutos para imagens: GD
GD Version: bundled (2.0.12 compatible)
Verifique se o GD2 est corretamente compilado na vers de seu PHP
Se a pina ligada daqui n estiver sendo visualizada corretamente, verifique se seu GD est funcionando em modo truecolor.

Diretio de Fotos: /home/restricted/home/redepsi/public_html/portal/uploads/photos ok

Fotos & Verificador de link de thumbs
Verificando ..............................................................................................ok
Votes:13 Average:6.15
Previous post - Next post | Parent - Children.1 | Posted on 2004/5/9 17:12
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi Oliver.
I'm sorry that my answer is too late.

Quote:
Make thumbs is OFF , because when I turn on, I get poor results
Perhaps GD1 worked.
I know GD1's thumbnail is not so good.
Have you really turned on force GD2 in preferences of myAlbum-P ?
In the case of option is turned on truely, you can get the result only either of them:

A) myAlbum-P is hangging up
B) you've get better thumbs

You have to turn both "make thumbs" and "force GD2" on.

And, don't forget GD1 and GD2 can't make GIF's thumbnails.

Quote:
I still dont have a clue on how to insert the <img> tag.
You can edit myalbum_photo.html in template manager like this.

      <a href="<{$photo.ahref_photo}>" target="_blank" onClick="window.open('<{$photo.ahref_photo}>','','width=<{$photo.window_x}>,height=<{$photo.window_y}>');return(false);"><img src="<{$photo.imgsrc_photo}>" border="0" align="center" vspace="3" hspace="7" alt="<{$photo.title}>" width='300' /></a>

Or, don't you know how to use template manager ?
see this:
http://www.peak.ne.jp/xoops/modules/xhnewbb/viewtopic.php?topic_id=62&forum=3&post_id=255...

Votes:19 Average:6.32
Previous post - Next post | Parent - Children.1 | Posted on 2004/5/14 2:15
ozp11  ¾åÅùʼ   Posts: 23
Hello!

I really checked GD2,

here is my phpinfo (maybe its show something)

www.redepsi.com.br/phpinfo.php

I tried to edit myalbum_photo.html but I did not found this line there.

I'm still using 2.64 (will upgrade to 2.70 soon)

I found this like as the closest to your code

<a href="<{$photo.imgsrc_photo}>" target="_blank" onClick="window.open('<{$photo.imgsrc_photo}>','','width=<{$photo.window_x}>,height=<{$photo.window_y}>');return(false);"><img src="<{$photo.imgsrc_photo}>" border="0" align="center" vspace="3" hspace="7" /></a>
Votes:13 Average:4.62
Previous post - Next post | Parent - Children.1 | Posted on 2004/5/14 2:55
ozp11  ¾åÅùʼ   Posts: 23
I've changed that line and placed the width and it worked!!

See an example here:
http://www.redepsi.com.br/portal/modules/myalbum/photo.php?lid=546&cid=20

It's me at the right corner of the picture
Votes:0 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2004/5/19 19:06
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi Oliver.
It looks good.

In 2.74, I've added size specifications in photo.php.
Perhaps you can use it with default template set.


Votes:1 Average:0.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!