Photogallery help

Responses

1. Did you add the field image?

Did you add the field image? Probably yes right :-)

Make sure this field is configured to display correctly "thickbox:yourpreset", instead of generic files.

Also check to see if your presets are being generated at /sites/all/files/imagecache/...your presents.

2. the display is correct as

the display is correct as well. But my presetes get saved under
sites/default/files/imagecache.

Do you think it would make a difference if it was under /all??

3. no, leave it where it is.

no, leave it where it is.

The avatar view works right?

4. ok sorry I was playing around

ok sorry I was playing around with the view and forgot to add back the php code. Now all I get is "This user has no picture gallery uploaded" I've tried it in the pane display as well and nothing seems to work. It doesn't even show right in my views.

5. Try settings different

Try settings different "display" options for the image field in the view. Play around with them and see if one works.

6. Do you mean change the

Do you mean change the display field option in the profile.
I've tried that and still nothing seems to work.

7. No, you can set this display

No, you can set this display option in the View.
Edit the view photo gallery. Click on the Field: image (or whatever your gallery images are called), if you do this, you see a settings "display".

8. ok I got it working but the

ok I got it working but the pics are not side to side.
Let me tell you what I did, in order to use the fields display I had to change it from ROW-NODES back to FIELDS. Then I took out ARGUMENTS - User UID. Therefore no argument block. Now it shows.
But Obviously the php code doesn't run as well and it shows the same gallery for all the users? So what do I do? I have no idea why it does not want to work the way you used it.

9. I got it working so just

I got it working so just ignore what I said above. Let me tell you what I did wrong, I firstly had my my php code wrong in my template body (forgot to replace (')) Then everything fell into place. Thanks.

10. Oh gosh I got a problem, it

Oh gosh I got a problem, it works fine with my admin account, but if I try it with another account it doesn't show?

11. Check your user permissions.

Check your user permissions. Do they have permission to view the imagecache presets?

12. Yes, checked the user

Yes, checked the user permission and everything seems in order and it still does not show.

13. Nope you were rite, It was

Nope you were rite, It was the user permissions. Ok everything works out now. Thanks for all the help.