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 24. Nov 2024, 11:28

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  [ 38 posts ]  Go to page 1, 2, 3  Next
Author Message
PostPosted: 20. Jun 2009, 01:41 
Offline

Joined: 16. Jun 2009, 01:32
Posts: 30
Hello.. on my desktop computer its okay that the up down left right buttons at the top of the gallery are small. But on the i touch the buttons are so tiny its hard to click on them. is there any way that you can change the buttons so they are like the following image?

Just the arrows
Image

also. My index.php on my main website I would like to have a slideshow preview of some of the images in the gallery. What script would I include in the php to show something like that? or is it not possible?

_________________
Mister Perkins


Top
 Profile  
 
 Post subject:
PostPosted: 20. Jun 2009, 02:34 
Offline

Joined: 16. Jun 2009, 01:32
Posts: 30
Figured the rotation thing out I was talking about. I shouldn't have even posted anything. After posting that, I was thinking I could just make a php script that calls a complete folder and shows all of the images listed in that folder on the site. But I'de still like to change the navigation!

_________________
Mister Perkins


Top
 Profile  
 
 Post subject:
PostPosted: 20. Jun 2009, 15:45 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
the images can be simply replaced. under buttons\iconsets are different sets already.

Can you send me the images?

I then enhanced TWG that in the mobile mode other icons can be used.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 20. Jun 2009, 20:17 
Offline

Joined: 16. Jun 2009, 01:32
Posts: 30
what images would you like?

_________________
Mister Perkins


Top
 Profile  
 
 Post subject:
PostPosted: 20. Jun 2009, 20:22 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
the ones you want to use as icons. Do you have the ones above as seperate images?

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 21. Jun 2009, 01:29 
Offline

Joined: 16. Jun 2009, 01:32
Posts: 30
Image
Image
Image
Image
Image

^^ right click / Save As each picture[/img]

_________________
Mister Perkins


Top
 Profile  
 
 Post subject:
PostPosted: 21. Jun 2009, 13:25 
Offline
Site Admin
User avatar

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

Do you have the images with a transparent background?


Top
 Profile  
 
 Post subject:
PostPosted: 21. Jun 2009, 16:04 
Offline

Joined: 16. Jun 2009, 01:32
Posts: 30
updated all of the pictures. They should be transparent now!

_________________
Mister Perkins


Top
 Profile  
 
 Post subject:
PostPosted: 21. Jun 2009, 16:13 
Offline

Joined: 16. Jun 2009, 01:32
Posts: 30
is there any way I can add my main logo

Image

to the top (header section) of the Gallery? Just so users can easily navigate back rather than having to press < back on the browser?

My logo also includes Mapping so if there is some way I can just add the image and add the mapping html to it. that would be great!

Thanks

_________________
Mister Perkins


Top
 Profile  
 
 Post subject:
PostPosted: 21. Jun 2009, 16:32 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
put this in header.htm. only add the html code you want there.

I have downloaded the images. I hve to check how this looks like.

TWG has keyboard navigation. (try the left/right arrows).
I could make a test install where we could find out if there is a keyboard event sent if you slide right/left on the iphone.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 21. Jun 2009, 16:52 
Offline

Joined: 16. Jun 2009, 01:32
Posts: 30
alright. Yeah im not sure how those images will work. I could make Image Over images as well. Change color or something when mouse is over. Let me know.

Oh.. I got the navigation to show up. I have it on the main page only. If I edit header.htm I can add it to every page?

Style.css question

would it work if I added

body {
background-color: #FFCC66;
background-image: url("../pagebg.jpg");
background-repeat: no-repeat;
}

or would it conflict with the gallery and not load properly?

_________________
Mister Perkins


Top
 Profile  
 
 Post subject:
PostPosted: 21. Jun 2009, 17:01 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
header.htm is included to every page.

about the style. You should be able to add this without problems.

About the icons. On the fullscreen mode they look quite good. Mouseover images would be great. + one for the slideshow and one to stop the slideshow.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 21. Jun 2009, 19:05 
Offline

Joined: 16. Jun 2009, 01:32
Posts: 30
IMG OVER.. I did these very quickly so they dont look exactly right. Just a test though 8)

Image
Image
Image
Image
Image

_________________
Mister Perkins


Top
 Profile  
 
 Post subject:
PostPosted: 21. Jun 2009, 19:34 
Offline

Joined: 16. Jun 2009, 01:32
Posts: 30
Hey, I was just wondering. The script that you made for Random Image. Is there any way to make the images show up at 500 width x 500 height and be clear? I tried to modify the line

document.write("<img id='twg_rand_img' name='twg_rand_img' src='image.php?twg_album=&twg_random_subdir=true&twg_random=1&twg_type=random&twg_random_size=160' border='0' alt='' />");

to

document.write("<img width='500' height='500' id='twg_rand_img' name='twg_rand_img' src='image.php?twg_album=&twg_random_subdir=true&twg_random=1&twg_type=random&twg_random_size=160' border='0' alt='' />");

but the picture comes out distorted and blurry. Currently I am using a PHP script that I made, Random.php.

in my index I have <?php inlude('random.php') ?> and random.php calls a complete folder. I like your script better because it randomly shows pictures. I can have my script linked to multiple folders with $folders[1], $folders[2], etc.. but its time consuming. Anyways, if you'de like to check my script out and maybe modify it let me know! I dont know if you can modify it to randomly show up like .js?

_________________
Mister Perkins


Top
 Profile  
 
 Post subject:
PostPosted: 21. Jun 2009, 20:06 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
You have to change the twg_random_size=160 to twg_random_size=500

This is the size the images are rendered to. You only set the size to 500x500 of a 160 px image.

About the icons. Can you deliver a start and stop slideshow icon as well? Then I can make a icon set. I have already prepared everything for this.

- Michael


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

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 71 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