Page 1 of 1

[HELP] I need help in configuring parameters !

Posted: 29 Jun 2010, 23:20
by dipenrique
Please help me !!!!!!!!!!!!!


I tried a lot and got tired ! :(

I know you would say read documentation carefully , but i have read it nicely ! and i have tried every way but I am still unable to figure out how to configure them accurately the way i want !


I want that , the large size thumbnail that gets generated to be of the same size as that of the image uploaded ! is that possible? and even if thats not possible tell me how to configure it? I have high quality images, i want them to be uploaded in the same size or atleast 1920 x 1200 size !

I made the following changes under Images and Windows Size Settings
Large Image Width : 1920px
Large Image Height : 1200px

Front Detail Window Width :1920px
Front Detail Window Height :1200px



under Thumbnail Creation Settings
JPEG Quality : 100

and under Upload Settings
Maximum Upload Size (in bytes - front, admin upload): 0
Maximum Resolution - Width : 5000px
Maximum Resolution - Height : 5000px
Java Resize Width: 1
Java Resize Height: 1


==================================================================

NO MATTER WHATEVER I DO !!
THE LARGE THUMBNAILS THAT GET GENERATED ARE OF SIZE 640x400 !! and the image quality gets decreased !
Please help !

AND at backend under the multiple file uploads option ! I get this ...
Upload File [ Maximum Size: 3.00 MB, Maximum Resolution: 3072 x 2304 px ]
How to change this !

I have HD pics of size more than this !

PLEASE HELP ME !! PLEASE ITS VERY IMPORTANT FOR MY SITE !

HOPE TO GET AN ANSWER SOON ! :(

Re: [HELP] I need help in configuring parameters !

Posted: 30 Jun 2010, 12:06
by Jan
Hi, it depends on where the system crates thumbnails.

If in frontend, you need to set the size in menu link to gallery
If in backend, you need to set the size in parameters in backend, see:

https://www.phoca.cz/documents/16-joomla ... -in-joomla

Jan

Re: [HELP] I need help in configuring parameters !

Posted: 30 Jun 2010, 13:49
by dipenrique
thank u very very much !

i didnt know that there are two ways to do it ! I am such a fool !

-----------------------


Okay my next problem is !

I want to create 4 thumbnails for each pic !
small thumbnails are displayed in the component (backend),
medium thumbnails are displayed at frontend inside gallery view,
large thumbnails are displayed in modal boxes,popups etc at frontend !

I know phoca doesnt provide this feature,but If possible,just help me a little more !
I want to create one more thumbnail,that would be very large thumbnail/Large wallpaper....whatever you call it!

I want the download link of this very large pic to be displayed in the modal box/popups of the large thumbnail, so that the user can view the pics in large thumbnail sizes but they can have an additional feature of downloading the image in very large size as high definition wallpaper !


CAN YOU HELP ME WITH IT? I KNOW YOU MUST BE BUSSY WITH YOUR OTHER PROJECTS,BUT IF ITS POSSIBLE,PLEASE HELP ME AND TELL ME WHAT ALL CHANGES ARE TO BE MADE INSIDE THE PHP FILES !

Re: [HELP] I need help in configuring parameters !

Posted: 30 Jun 2010, 13:59
by dipenrique
ONE MORE THING !


that flash uploader browse button is not working !
even after setting java uploader yes !


and for some images it says
NOT A VALID IMAGE !
even though they are under the max resolution and size !

Re: [HELP] I need help in configuring parameters !

Posted: 30 Jun 2010, 15:01
by Jan
Hi, there are maybe hundred places where Phoca works with thumbnails and over 70.000 lines of code in Phoca Gallery, so I am not able to help you while creating this new feature - four different thumbnails. As I don't know where all in the 70.000 lines the code needs to be changed. :idea: :( :(

The flash uploader is working but you need to have flash plugin older than version 10. Because of this, in Phoca Gallery the flas uploader will be changed to multiple upload.

Jan

Re: [HELP] I need help in configuring parameters !

Posted: 01 Jul 2010, 13:51
by dipenrique
No problem Jan,thanks for replying !

I can understand that, maybe you can consult with the creator to provide this flexibility in the coming versions,the ability to create no of thumbnails depending on the user's choice !


One more question please !
Is their any way so that the thumbnail resolution size generated is equal to the original resolution of the image uploaded ?

At present no matter whatever size / resolution Image be it, the thumbnail generated will be of the fixed order width x height as mentioned in the parameters ! But i want that it should be generated depending on the size / resolution of the image uploaded? I hope you can understand !

Suppose i upload 2 images

1st 1200x900
and 2nd 800x600

now i want large thumnail sizes to be of the same size 1200x900 and 800x600, instead of mentioning same thumbnail size for both the images in the parameters !


Is that possible?

Re: [HELP] I need help in configuring parameters !

Posted: 01 Jul 2010, 14:09
by Jan
Hi, you can set the size as your original image but of course you need to know the size of original image, there is no option to dynamically resize the thumbnails the same size as original has.

Jan

Re: [HELP] I need help in configuring parameters !

Posted: 02 Jul 2010, 10:12
by dipenrique
ohh sad to know !!

so many settings for appearance..and details...

but these thumbnails settings...which would make gallery flexible are missing ! :(


Sorry...i am not offending you ! just a user's view ! i will try myself to change the code now !

Re: [HELP] I need help in configuring parameters !

Posted: 05 Jul 2010, 18:04
by Jan
Hi, here is described what can be set for thumbnails:
https://www.phoca.cz/documents/2-phoca-g ... -menu-item

Jan