PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.5.X (http://www.photopost.com/forum/how-do-i-vbulletin-3-5-x/)
-   -   2 Questions vBgallery Help! (http://www.photopost.com/forum/how-do-i-vbulletin-3-5-x/121284-2-questions-vbgallery-help.html)

Dennis Kaczor December 2nd, 2005 05:45 PM

2 Questions vBgallery Help!
 
Question 1

How does one get the newest replies to an image to show as first in the list rather then at the bottom of the page? This is some thing that I have looked for and cannot seem to find it, and would like the newest at the top.

Question 2

I have noticed that the images that I have uploaded to the system do not seem to be as sharp or vivid, they seem to be missing that snap. I have a friend that has also complained about this as well.

Any ideas or tips for getting better quality?

Thanks in advance.

Dennis

KW802 December 2nd, 2005 05:56 PM

Q1: You may be the first to ask that. By default it shows the comments in dateline order like a thread would. I'll try to remember to look this weekend when I'm home in the PHP code to see what you would need to do to reverse it (I'm thinking it should be just a matter of changing the query).

Q2: Your resized images or the originals? The originals should be exactly what was uploaded but if you mean your resized versions then try vBa Gallery => Modify Settings => Uploading Options => Original Image Quality and try setting it to around 90 or so.

Dennis Kaczor December 2nd, 2005 06:56 PM

Quote:

Originally Posted by KW802
Q1: You may be the first to ask that. By default it shows the comments in dateline order like a thread would. I'll try to remember to look this weekend when I'm home in the PHP code to see what you would need to do to reverse it (I'm thinking it should be just a matter of changing the query).

Q2: Your resized images or the originals? The originals should be exactly what was uploaded but if you mean your resized versions then try vBa Gallery => Modify Settings => Uploading Options => Original Image Quality and try setting it to around 90 or so.

Q1: This would be nice to change the order and I hope that you can find the info as I would love to change this. Looking forward to this change, and I guess there is always the first time for every thing.

Q2: I guess I'm talking about the resized images and I have this set for 100 at this time. I have saved original images OFF and have this off for space reasons is the way that I understand this.

Would this use the file size limit?
And would this use the file for viewing the image in the gallery?

Just need to understand this portion of the switches.

Thanks for your help with this.

Dennis

Chuck S December 2nd, 2005 07:26 PM

To change order of posts very simple edit in showimage.php add the code in bold on this line below

Code:

Content visible to verified customers only.

Dennis Kaczor December 2nd, 2005 07:41 PM

Quote:

Originally Posted by Chuck S
To change order of posts very simple edit in showimage.php add the code in bold on this line below

Code:

Content visible to verified customers only.

Thanks Chuck, this is what I wanted and thanks for helping me with this little problem.

Have a good weekend.

Dennis


All times are GMT -5. The time now is 08:25 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97