Hi you all together,
whenever i try to upload an image to a category via the category_image module, it fails.
I can upload the image and it physically is stored in: "/home/thomas/www/temp/category_pictures".
Unfortunatly it is simply not displayed.
In my generel site settings I set the following paths:
File system path: "/home/thomas/www/temp"
Temporary directory: [I left blank]
I changed the Temporary directory multiple times, but it seems to be useless.
What can I do?
where domain.com is your base domain. Though I haven't bothered to track down in Drupal where it happens drupal only seems to use the base address for cookies. So if you log in from www.domain.com that's not valid, and a cookie won't get kept (in fact once you log in at the site, the cookie will be deleted).
I have a problem in my drupal-4.5.0 site.The user activation is not happening except the root user.Is there any solution for it because i need to have a local site for many users
Can someone please refer me to a good site that explains drupals taxonomy and metadata organization structure? The official documentation is slightly vague on the details. Thanks.
Just wondering: With 4.5's ability to attach files to nodes, is it possible to bring up a page which only shows nodes with files attached? eg. A 'downloads' section of a site?
Currently I'm doing this with filestore2 ... but it seems that the core ability to upload files might supercede fs2 provided the above feature exists.