I run a free community site for local business (another one) with news, activities, photoalbums etc. Most is static, some of it gets retrieved by cgi-scripts from a flat-file db. Members have a FREE memberpage where they ‘showcase’ their business (who they are, what they do, opening hours, contact, etc). Sounds a LOT like profile pages.
Included on the page in a separate div (left column in main content block) are 3 member pictures (scaled down, ftp uploaded in a per member directory on the server), pictures get retrieved through cgi (cgialbum). Members can change their information through a webform that links to the flat-file db.
As the site grows the flat-file is becoming unworkable. I would like to get more people involved in running the site (to add news etc.) and also give each member his own blog. That’s why I’ve been following and testing Drupal since version 4.6.0 and recently installed the latest stable version.
I haven’t quite figured the member navigation yet. After reading a LOT in the forums I have my doubts how to handle it. Should I use bookpages or extended profiles or CCK (tried all of them, read a zillion postings about them, some snippets are not yet ported to 4.7). All have problems and advantages, but what’s best practice?
Bookpages would give me an easy overview and easy navigation:
- Top book page= ‘our members’ + latest (x) blog entries/ stories (news) by the members. I don’t know if this works for book pages? Can book pages contain other blocks of content- if yes, how would I do this? Some of the blog posts would get promoted to the front page.