Status
Not open for further replies.

petandpet

Customer
I´m having this issue since I upgraded this mod from 1.1.3 to v1.2.1:

95yY5.jpg


The "Add to Favorites" button is also near the image border, all is disorganized!
 
Instead of hard coding the max image width when viewing an image I added the option for all users to set their own. That way people with different resolutions could alter the max width they see. If you go to you gallery profile and edit the My Information section, there is an option to set the max image width.
 
I also see a strange symbol (" />) at the top...only when I watch this image...
Is it only on one image? Can you post me a link to it so I can check it out?

EDIT: NM, I see the problem, I'll try and get that worked out.
 
Last edited:
Couple questions / comments on this max image width setting.

1) It may not be working correctly. When this is set by user, image still shows full size (larger) if image size settings for gallery instance are larger.
2) It may be a good idea to allow for a default max width to be set in admincp with an option on whether admins will allow users to change it. Then if the option to allow users to change it is selected the option will be under their "My Profile". I think the less the user has to do initially the more they are likely to use the gallery.
3) As far as the gallery layouts go, I think for every two column layout you offer you should also offer a single column layout in that style. This will allow for displaying the largest image while at the same time eliminating width overrun issues which seem to be common with the use of a second column.

Example
Current vbstyle:
vbstyle1.jpg

Single Column vbstyle:
vbstyle2.jpg
 
it seems solved but I´m having an issue with the comment editor...why it doesn´t adjust the width based on the resolution?
which is the reason to let them small?

qye2v.jpg


PD: I still watching the " /> symbol at the top...only with that picture...
 
Couple questions / comments on this max image width setting.

1) It may not be working correctly. When this is set by user, image still shows full size (larger) if image size settings for gallery instance are larger.
2) It may be a good idea to allow for a default max width to be set in admincp with an option on whether admins will allow users to change it. Then if the option to allow users to change it is selected the option will be under their "My Profile". I think the less the user has to do initially the more they are likely to use the gallery.
3) As far as the gallery layouts go, I think for every two column layout you offer you should also offer a single column layout in that style. This will allow for displaying the largest image while at the same time eliminating width overrun issues which seem to be common with the use of a second column.

I'm adding a stylevar setting so you can set the max image width per style. It will use the lesser of the 3, image width, stylevar width and user profile width.

Can you add the single column layout idea as a feature request? It will get lost in the bug thread
 
it seems solved but I´m having an issue with the comment editor...why it doesn´t adjust the width based on the resolution?
which is the reason to let them small?

ssl.php


PD: I still watching the " /> symbol at the top...only with that picture...

I didn't realize the comment box was squished in that layout. I fixed it in the next release. The text at the top is because of the smilie in the image description. I'll find a way to strip that out in the next release. But if you edit that image and remove the smilie I bet it will go away.

If you want to fix the comment box yourself, edit the template dbtech_gallery_view_image

Find
PHP:
<div style="overflow: auto; margin-bottom: 10px; float: {vb:stylevar left}; width: 50%; height: 50%; overflow: auto;">

and replace with

PHP:
<div style="overflow: auto; margin-bottom: 10px; float: {vb:stylevar left}; width: 100%; height: 50%; overflow: auto;">
 
I´m having this issue since I upgraded this mod from 1.1.3 to v1.2.1:

95yY5.jpg


The "Add to Favorites" button is also near the image border, all is disorganized!

Did you modified something?
Yesterday it was working Ok and know I see the same as before...the image is above the text at the right
 
I just tried out what I thought was the problem with the extra characters and I couldn't replicate it. Can you give me a link to the image that's showing it?
 
Instead of hard coding the max image width when viewing an image I added the option for all users to set their own. That way people with different resolutions could alter the max width they see. If you go to you gallery profile and edit the My Information section, there is an option to set the max image width.

Why this is not automatic?
People who can´t understand screen resolutions won´t be able to see the image ok
 
Why this is not automatic?
People who can´t understand screen resolutions won´t be able to see the image ok

Thats why with 1.2.2 you will have a stylevar that you can set for each style. So if you have a full page style you can set the max image width to be 650 or whatever you want, then if you have a fixed width style that's locked at 1024, you might want to set the max image width to 500 for that one. It will default to the stylevar set one, then will use the user profile one if it's set as smaller then will check if the image is larger then that and needs to be shrunk at all.
 
Can I get a link to the image with the extra characters displaying? I can't replicate it locally.
 
Status
Not open for further replies.

Legacy DragonByte Gallery

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
865
Customer rating
0.00 star(s) 0 ratings
Top