By dariuswei on
I'm working on a Drupal site for Ontario Fencing.
What I'd like to do is have similar functionality to the front page (http://www.fencingontario.ca) on pages other than the front page. Namely, the "Officials" and "Coaching" pages, which would behave like independent front pages or blogs with users able to add "Story"-type content to them.
Are there any modules that would allow this to happen easily? I've looked at multi-site installations, but I don't think that's the way to go.
Any help would be most appreciated! Thanks!
darius
Comments
I'm not sure if I understand
I'm not sure if I understand what you mean since you didn't really explain what you meant by "front page functionality", but I'm guessing you should try the views module (only downside is since you're using drupal 6.x is that views module is in beta as are many other modules for 6.x). Views lets you have a blog like display based on criteria you choose, such as date posted, or who posted, or alphabetical, or just about any display order you can think of.
Clarification
Yes, that's what I'm looking for -- basically the ability for users to post "Story" type content, and have that aggregate information displayed on a page which isn't the front page of the site. I'll take a look at Views, thanks!