@mydatery:
Thanks man, after much tinkering, I did figure out the memberships and user levels. Although, I have to admit the logic is a bit archaic. I think its poor design on Boonex's part to not allow infinite control over membership levels (ie: standard, non-member, and promotion). We are a site that sells premium content and therefore access to the website requires payment. When a user joins, they are automatically assigned as a standard user, they then must "upgrade" to one of the premium accounts. This should help reduce sales by about 50%.
"3. You would need to code the php file for that. There is a
difference between a profile photo and a Photo Gallery photo. Just
bring up the image in Photo Gallery and then note the url and edit the
files accordingly. (Hint: You'll want to change the max height x
width of the image)"
When I look at my URL, it's a friendly URL so I don't see the exact page that is being used to serve up the gallery image. Example: http://www.mysite.com/photo/gallery/seo-friendly-file-name
If I edit the PHP code for the image dimensions directly, will this have any affect or bearing on the uploaded image size? In other words, if in settings -> advanced settings i set the max width/height of the shared photo to 800 x 600 and then modify the code in the php for the gallery image, will they conflict? Wouldn't I edit these parameters in the respective css file?
Thanks!