Hi everyone, this is my first post on the Drupal forums. I have been using Drupal for about 8 months and have a fairly good understanding of it, but this issue is beyond me... and my colleagues for that matter.
The problem is that in the video section of my clients website, Drupal is writing invalid XML documents for the video feed page. The issue with the XML is that drupal is adding an extra line before the XML declaration, and in doing so is rendering the XML file invalid.
This would be a commercial site. What we want to do is this:
1. Have 1 article post per-day on the main page
2. Maintain an archive, searchable of course, that will be protected (only members can access)
3. Have the ability for people to opt-in or out themselves from the service
4. When someone registers the ability to control what information we get from them
5. Maintain a company direction, also has user able to control this information
6. Incorporate a shopping cart for subscriptions
I just upgraded a 4.5 site to 5.1, and noticed that filestore2 doesn't work beyond Drupal 4.6. I don't see any 5.x modules that have similar functionality... What is the recommended file sharing module (preferably with the same one-file-per-node concept filestore2 used) for 5.x? Is this something that I should create a content type in CCK for? I might be able to make what I want work by attaching files to nodes using upload.module, but it was convenient to have the filestore node type distinguished from content nodes.
I just upgraded a 4.5 site to 5.1, and noticed that filestore2 doesn't work beyond Drupal 4.6. I don't see any 5.x modules that have similar functionality... What is the recommended file sharing module (preferably with the same one-file-per-node concept filestore2 used) for 5.x? Is this something that I should create a content type in CCK for? I might be able to make what I want work by attaching files to nodes using upload.module, but it was convenient to have the filestore node type distinguished from content nodes.
Is there a module that hide download link to files that are located on other server from guest but it will still show the description of the documents? I would like guest to be able to view the description but not download them.