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. Mar 2024, 05:24

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  [ 19 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: TWG 1.8.4 is available.
PostPosted: 4. Feb 2011, 10:45 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Hi,

this is the new stuff:

New: Swipe support for ipad, iphone, adroid. Use left and right changes the image. Swipping up or down goes one level up.
New: TFU 2.13 is included.
New: Support of overlay images when the FLASH player is used as videoplayer (like youtube).
New: $overlays_for_other_file_formats - you can disable that the thumbnails are watermarked if they are not images.
Fix: I put back the error message if the watermark could not be rendered because the watermark was too big.
Fix: php include and maximum view do not work together - before this lead to an empty page - now it is disabled and the default popup comes up.
Fix: Safari does not like the port in the url in the lightbox. I removed the port when the default port 80 is used.
Fix: I was writing english and german meta descriptions at once. Seems google is ignoring the lang attribute and tries to detect this by himself. And currently it does this wrong. I now check the language and only if it is German the German one ist used. English is the default.
Fix: Internal variables of the TWG admins are now checked as well. Just in case someone who has access to the backend wants to hack you! Thanks to Yam Mesicka

The download is already online.

Have fun using TWG,
Michael


Top
 Profile  
 
PostPosted: 12. Mar 2011, 18:00 
Offline

Joined: 11. Jun 2009, 09:02
Posts: 81
Hi Michael,

I found a little bit problem during browsing in my photo album by using Android mobile device, it works like you said above but I can't do move around the image or albums on screen.
Please check this out. :D

Great work and thanks for your efforts!

Godmel


Top
 Profile  
 
PostPosted: 12. Mar 2011, 18:07 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Is your mobile detected as mobile device? How does the bandwidth icon look like?

- Michael


Top
 Profile  
 
PostPosted: 12. Mar 2011, 18:32 
Offline

Joined: 11. Jun 2009, 09:02
Posts: 81
I can see the icon in blue color with golden ring look like, and also i can zoom in or out on screen but I can't hold on screen to move image.


Top
 Profile  
 
PostPosted: 12. Mar 2011, 20:03 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
this would be o.k. Which phone do you have?

I tested this on a Samsung galaxy S, iphone 3 and 4.

And it is only active in the full screen view!

- Michael


Top
 Profile  
 
PostPosted: 13. Mar 2011, 04:25 
Offline

Joined: 11. Jun 2009, 09:02
Posts: 81
i use samsung gallaxy s too, pls advise :oops:


Top
 Profile  
 
PostPosted: 13. Mar 2011, 10:34 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
does twg automatically switch to fullscreen?

- Michael


Top
 Profile  
 
PostPosted: 13. Mar 2011, 11:29 
Offline

Joined: 11. Jun 2009, 09:02
Posts: 81
Hi Michael,

No, even i double touch on the screen to zoom in/out and then move around, and no matters I get into album or open a large image view, it is the same situation.
I was wondering something wrong setting was applied so that it cannot operate well as you said.

I also tried to find such functions in my gallery folders but nothing can be found.
Meanwhile, may I know what is your definition of full screen view? Can I have your sample screenshot view in mobile?

Thank you!

Godmel


Top
 Profile  
 
PostPosted: 13. Mar 2011, 14:15 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
it only works in fullscreen. This is the mode where you only see a picture and the navigations on an extra div.
You might have disable this and therefore you never get there.

the screen has to look like here:
http://www.tinywebgallery.com/demo/inde ... _zoom=TRUE

Start at my demo:
http://www.tinywebgallery.com/demo
and go the mexico folder.

It seems I have left aligned the fullscreen mode. This was a extension for a customer I installed on the demo for testing... I should remove this there.


- Michael


Top
 Profile  
 
PostPosted: 14. Mar 2011, 07:36 
Offline

Joined: 11. Jun 2009, 09:02
Posts: 81
Michael,

So, how can I fallback to previous version look like to view an images without full screen, I want to browse image more freedom during browsing the photo rather than fixed on aligned full screen mode to view. Please advise!

Godmel


Top
 Profile  
 
PostPosted: 14. Mar 2011, 08:51 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
you can define everything for mobile mode as usual:

$twg_mobile_show_breadcrumb = false;
$twg_mobile_show_menu_items = false;
$twg_mobile_show_rating = false;
$twg_mobile_show_comments = false;
$twg_mobile_show_big_navigation = false;
$twg_mobile_use_maximized_view = true;

- Michael


Top
 Profile  
 
PostPosted: 14. Mar 2011, 10:20 
Offline

Joined: 11. Jun 2009, 09:02
Posts: 81
I tried as shown below, these options work fine in 1.8.3.
$twg_mobile_show_breadcrumb = false;
$twg_mobile_show_menu_items = true;
$twg_mobile_show_rating = true;
$twg_mobile_show_comments = true;
$twg_mobile_show_big_navigation = false;
$twg_mobile_use_maximized_view = false;

Also, one thing that I need to mention is i can move the screen up and down when I touch on the screen boundary. Means that when I touch inside frame of the image to move up/down or left/right, it doesn't work at this moment. :(

The simple thing is same as when I can do such as browsing on web page through the mobile, I can move page all way around by zoom in/out.
TWG should be normal like this.

Godmel


Top
 Profile  
 
PostPosted: 14. Mar 2011, 11:05 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
I don't understand what you mean.

One "problem" is that I only have the browser events and not the events from the mobile itself.
TWG does not see the difference between a zoom with 2 fingers which is more than 150 px and a swipe.
This is a browser limitation. I'm getting a s2 soon (it's not available in Germany yet) and can try to optimize this.

You always have to remember that you are inside the browser and not in a native application. So currently browser events and native events (especially the 2 finger ones) interfere.

- Michael


Top
 Profile  
 
PostPosted: 14. Mar 2011, 12:37 
Offline

Joined: 11. Jun 2009, 09:02
Posts: 81
Michael,

Yes, i got it.
Just pls do me a favor and give it a try to zoom in the image then touch and hold your finger on screen to move left/right or up/downthe image, then you may know my situation. Anyway thanks for answer my question.

Godmel


Top
 Profile  
 
PostPosted: 14. Mar 2011, 13:41 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
as I sad - the 2 finger zoom is a problem.

I actually have to debug this on the phone when I have some time and this is really painful....
Then I hopefully find some more events which helps me that both ways do work.

- Michael


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

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


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