Using
Drupal 6.19
Ubercart
image
imacache

All of the modules are the latest release as of this morning.

Anonymous users only have 2 permissions set (view content, access site-wide contact form). But for some reason they see the upload widget when viewing the full node/product. If they try to upload an image, it errors out (saying it likely exceeded the maximum size limit..regardless of the file size). But they still see the upload widget. Um How do I fix this?

example:

http://www.healerscrystal.com/node/153

I kinda wish the breadcrumb wouldn't show admin links too while viewing the node, but that's for another topic (unless that's the problem)

Comments

antoniotorres’s picture

Not sure why/how you're using a node entry form for this (What uc modules do you have enabled?) but the quickest solution for you right now would be to hide it via CSS.

#edit-attributes-cck-field-image-cache-0-ahah-wrapper { display:none; }

solidad’s picture

Update: well that worked! didn't seem to impact anything else. I am still confused why they even have access to the upload widget though

It's not a node entry form, it's a product node. wouldn't hiding the css also hide the image itself though?

I am using cck attributes to do some of the other items. This allows for the users to leave comments and such. I was really hoping this problem was confined to imagecache but it may not be (as always seems the case with drupal lately)