Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 19. Apr 2024, 16:05

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 58 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject: Re: Register
PostPosted: 15. May 2011, 23:05 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
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


Top
 Profile  
 
 Post subject: Re: Register
PostPosted: 15. May 2011, 23:13 
Offline

Joined: 13. May 2011, 23:29
Posts: 14
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


Last edited by Kitty on 15. May 2011, 23:31, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: Register
PostPosted: 15. May 2011, 23:21 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
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


Top
 Profile  
 
 Post subject: Re: Register
PostPosted: 15. May 2011, 23:28 
Offline

Joined: 13. May 2011, 23:29
Posts: 14
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


Top
 Profile  
 
 Post subject: Re: Register
PostPosted: 16. May 2011, 00:18 
Offline

Joined: 13. May 2011, 23:29
Posts: 14
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


Top
 Profile  
 
 Post subject: Re: Register
PostPosted: 16. May 2011, 08:39 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
good :).

- Michael


Top
 Profile  
 
 Post subject: Re: Register
PostPosted: 16. May 2011, 10:48 
Offline

Joined: 13. May 2011, 23:29
Posts: 14
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


Top
 Profile  
 
 Post subject: Re: Register
PostPosted: 16. May 2011, 10:51 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
There is a section in config.php where you can define where it is used.

- Michael


Top
 Profile  
 
 Post subject: Re: Register
PostPosted: 17. May 2011, 09:48 
Offline

Joined: 13. May 2011, 23:29
Posts: 14
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


Top
 Profile  
 
 Post subject: Re: Register
PostPosted: 17. May 2011, 10:04 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
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


Top
 Profile  
 
 Post subject: Re: Register
PostPosted: 17. May 2011, 14:25 
Offline

Joined: 13. May 2011, 23:29
Posts: 14
Hi Michael

i done it lightbox with slideshow


Top
 Profile  
 
 Post subject: Re: Register
PostPosted: 14. May 2015, 22:22 
Offline

Joined: 14. Feb 2015, 02:05
Posts: 16
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


Top
 Profile  
 
 Post subject: Re: Register
PostPosted: 14. May 2015, 22:33 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Please read the post before. for lytebox the script would have to be changed.

Best, Michael


Top
 Profile  
 
 Post subject: Re: Register
PostPosted: 14. May 2015, 22:48 
Offline

Joined: 14. Feb 2015, 02:05
Posts: 16
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


Top
 Profile  
 
 Post subject: Re: Register
PostPosted: 14. May 2015, 23:15 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
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


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 58 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 28 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy