Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum
https://www.tinywebgallery.com/forum/

Register
https://www.tinywebgallery.com/forum/viewtopic.php?f=1&t=2996
Page 2 of 4

Author:  TinyWebGallery [ 15. May 2011, 23:05 ]
Post subject:  Re: Register

you only have
memory_limit 64M

you see if image magick is available when you call info.php of TWG.

I cannot change your server...

- Michael

Author:  Kitty [ 15. May 2011, 23:13 ]
Post subject:  Re: Register

Hi Michael

i do not know what i done..

upload resize setting: TWG(480): 640: (it work)
Status: Upload completed.
--------------------
upload resize setting: original (it work)
Status: Upload failed. 1 file(s) of 1 could not be uploaded.

i try look at tfu_helper.php ---> resize function

Thank You

Author:  TinyWebGallery [ 15. May 2011, 23:21 ]
Post subject:  Re: Register

Why don't you use use smaller images? You are maybe sometimes lucky to upload a big file if your php instance has enough.

You have 2 options if you like to upload an resize big files: get a host with more memory or a host with image magick installed.

And if you want to see why a upload fails: Simply enable the upload debug of the flash uploader in the admin/upload/tfu_config.

- Michael

Author:  Kitty [ 15. May 2011, 23:28 ]
Post subject:  Re: Register

Hi Michael

this function is not to important for me,
but if same one upload to my website they might have this problem.

Thanx for your help.. bed time

Author:  Kitty [ 16. May 2011, 00:18 ]
Post subject:  Re: Register

Hi Michael

my mistake...
image magick is available

TWG info
Image Magick Support :Available
------------
$use_image_magic=true;
i done it...(upload no problem)

i edit (my_tfu_config.php) for user:
------------------------------------------------------------------
if ($user == 'admin') {
$resize_data = "100000,1400,1280,1024,800,640," . $small_pic_size;
$resize_label = "Original,1400,1280,1024,800,640,ADM (" . $small_pic_size . ")";
}else{
$resize_data = "800"; //user cannot resize
$resize_label = "800"; //user cannot resize
};
------------------------------------------------------------------

ThanK You

Author:  TinyWebGallery [ 16. May 2011, 08:39 ]
Post subject:  Re: Register

good :).

- Michael

Author:  Kitty [ 16. May 2011, 10:48 ]
Post subject:  Re: Register

next is lightbox function...i haven't got a clue

Michael... in your web demo (TWG Administration) is it lightbox [function] ..?

how.....please

Thank You

Author:  TinyWebGallery [ 16. May 2011, 10:51 ]
Post subject:  Re: Register

There is a section in config.php where you can define where it is used.

- Michael

Author:  Kitty [ 17. May 2011, 09:48 ]
Post subject:  Re: Register

Hi Michael

-> bottomnav.inc.php <--
printf("<a id='i%s' rel='lyteshow[roadtrip]' %s %s> </a>", $imageid, $hreffull, $titel);
i try lyteshow instead of lightbox it doesn't work...?

is it possible with slideshow....?

Thank You

Author:  TinyWebGallery [ 17. May 2011, 10:04 ]
Post subject:  Re: Register

No. I have customized this version to have the same rel as the normal lightbox.

TWG has 4 slideshows already. This should be enough.

- Michael

Author:  Kitty [ 17. May 2011, 14:25 ]
Post subject:  Re: Register

Hi Michael

i done it lightbox with slideshow

Author:  mairchik [ 14. May 2015, 22:22 ]
Post subject:  Re: Register

Hi,

I will be grateful if you help me to enable a slideshow feature on top of lytebox. I see Kitty managed to do it within lightbox but is it possible for lytebox?

Many thanks in advance,
Best,
Mair

Author:  TinyWebGallery [ 14. May 2015, 22:33 ]
Post subject:  Re: Register

Please read the post before. for lytebox the script would have to be changed.

Best, Michael

Author:  mairchik [ 14. May 2015, 22:48 ]
Post subject:  Re: Register

Thanks for your answer Michael, are you planning to do that so that it works exactly as on lytebox.com slideshow example?
Also, I cannot even make working it for lightbox:
Could you please help me where exactly should I put this line:
<link rel="stylesheet" href="twg/lightbox/lytebox.css" type="text/css" media="screen">

Thanks in advance,
Mair

Author:  TinyWebGallery [ 14. May 2015, 23:15 ]
Post subject:  Re: Register

No - there are 4 slideshows already.

<link rel="stylesheet" href="twg/lightbox/lytebox.css" type="text/css" media="screen">
is for lytebox only if you run it inside an iframe.

You would need to change how the lytebox script is called.

Best, Michael

Page 2 of 4 All times are UTC + 1 hour [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/