Search…

X3 Photo Gallery Support Forums

Search…
 
TranceSetter
Experienced
Topic Author
Posts: 25
Joined: 16 Dec 2007, 12:15

My v2.Beta site

17 Jul 2008, 04:09

I've also created a v2.beta section on my site. Although I modified the theme somewhat, I didn't spend too much time on that, because with a new update those changes will be gone.

The site is http://www.hw-photo.nl/v2/

Some extra features I would like to see:
Possible to add a name/site information like you could put the title of the gallery above the imaged window in v1. Now it's not a full website, but only part of it, which v1 was.
Sitemenu, with the possibility of a contact form.
Maybe even a way to order pictures? I can see that I can add the price of a picture in the admin section, but it doesn't do much yet.

Some bugs:
When I want to create a new theme, or copy the settings of another one, I can change all options, but then when I save it, the normal theme is changed, and the newly added theme isn't reachable anymore. When I click edit on the new theme in the admin section I'll just get a blank screen.

However, It looks very nice already.

On the thumbnail view, if you rollover an image, it gets enlarged. Default is 150%. However, this shows the images with blocked pixels, artifacts. Isn't it an idea to create thumbnails of 150px and then in the thumbnail view show them as 67%, and with mouseover at 100%? Just an idea?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: My v2.Beta site

17 Jul 2008, 04:40

Thanks for very valuable feedback. Allow me to comment a few things:
TranceSetter wrote:I've also created a v2.beta section on my site. Although I modified the theme somewhat, I didn't spend too much time on that, because with a new update those changes will be gone.
It is possible to keep your config settings, but I can't recommend it for each and everyone. With updates, there may be added items to the XML configurations (ex. https://www.photo.gallery/mygallery/imag ... Config.xml ). If you don't update your theme config file, then the new setting may go missing! It will not prevent your gallery from working at all, because default theme values are always created if missing from theme anyway. You could of course update the XML file manually, but that can be time consuming.

All the features you request are already in our list of things to do while still in beta, and we will look into the bug you mention.
TranceSetter wrote:On the thumbnail view, if you rollover an image, it gets enlarged. Default is 150%. However, this shows the images with blocked pixels, artifacts. Isn't it an idea to create thumbnails of 150px and then in the thumbnail view show them as 67%, and with mouseover at 100%? Just an idea?
I agree - I think I may have to change the default values of this. Keep in mind this can be changed from the theme settings! thumbnails.thumbnail.activescale = 150 ...

Im not sure about scaling images down to 67%, because flash doesn't really scale down images very well either. I think we should aim to keep the thumb at 100% in default view. Of course, the scale effect could be completely substituted with something more subtle, like fade effect (thumbnails.thumbnail.active_opacity)
 
TranceSetter
Experienced
Topic Author
Posts: 25
Joined: 16 Dec 2007, 12:15

Re: My v2.Beta site

17 Jul 2008, 05:05

Thanks for your feedback.
mjau-mjau wrote:Im not sure about scaling images down to 67%, because flash doesn't really scale down images very well either. I think we should aim to keep the thumb at 100% in default view. Of course, the scale effect could be completely substituted with something more subtle, like fade effect (thumbnails.thumbnail.active_opacity)
The small image-bar in showcase view (Mac-like) does use 50% images too, and that looks good, I guess.

I tried to change the scaling into opacity changing, but the scaling option does work much more intuitive. I really like the way the scaling is done, so that's a thing I want to use on the final site.
 
TranceSetter
Experienced
Topic Author
Posts: 25
Joined: 16 Dec 2007, 12:15

02 Nov 2008, 19:52

I've updated my site with the latest version, and changed some theme settings. It's now at http://www.hw-photo.nl/v2/

As you can see it starts with a textpage saying Welcome bla bla bla, and showing an image below it. Unfortunately I cannot find a way to center the image in the textbox. The image itself is 460 pixels, the margins set on 20, and the width of the textbox is 500. However it shows wider, and therefor not showing the picture in the middle.

Is there a solution for it?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

05 Nov 2008, 00:21

I tried to check your site, but got error 403 forbidden -

I remember we fixed this issue with another user earlier. You can move the image inwards by using the hspace attribute:
Code
<img src="content/pictures1/4.jpg" hspace="100" />
The topic is here:
viewtopic.php?t=3748