Hi,
i'm considering converting my site to drupal, but before the move, I need precise answers to my questions please.
1) My site is a business directory. A kinda yellow page directory. Here are the features that I use, please tell if I can replicate this in drupal
- A link belongs to several categories
- A link has custom date entry input fields (address, zip, country, long description....)
- I can perform a search on several fields, like search by zip+ country.....
- Link has a "detailed page" so when in category, user can click on "more info" link
- I can choose which field to display or not on category page AND detailed page
- If a field contains no data, it will not display its label
- RSS Syndicate new links feed
From my understanding, this kind of directory can be achieved with the "taxonomy" system of drupal. So with taxonomy, I could even create several directories, each with its own custom fields: a company directory, a people directory, a product directory..... correct ?
Examples sites welcome.
2) Can Drupal be used for a big files (50mb) download directory ?
3) Is drupal login universal ? I mean, if a user register, will he have access to ALL authorized site modules and features ? I ask this because at looking at another CMS, I noticed that some modules, like calendar, had another user base forcing user to register again.
4) I was very happy to discover the drupal rss aggregator module, which would take several souces, and, if my understanding is correct, merge them into a single, chronological feed. I looked at the out backend syndication of this feed, and noticed it linked directly to the articles aggregated, for example, a google news. Wouldn't it be possible, to have links in the backend link to MY drupal site indivudual page of that news, containing the title and resume it has aggregated with a link to the actual news ? So when a site would syndicate the content I have aggregated trough drupal, all links would lead to my site for that news. This would create much more traffic. I don't know if I made myself clear. Any example of aggregation are welcome.