I'm Co-Editor-in-Chief of my high school's newspaper. Over the summer, I setup a website for the newspaper, using Drupal for content management.

I love Drupal, but we have run into some issues translating our print media publication to the internet.

My first challenge was getting all of my staff members as users with the right privileges. I had to wait for them to sign up and then make their user the right role. After that, I had to rely on them to post their own stories. Some people couldn't figure out how to post, and others just didn't. Additionally, sometimes we have two people work on one story, and I couldn't figure out a way to deal with that.

I was also never really able to rectify the issue-based nature of our publication with Drupal. I would like for the current issue to kind of take control of the site, and then have a way to access past issues. Kind of like this site.

For a variety of reasons, our site is now in a state of neglect and disrepair. It had become forgotten and abandoned. I want to bring it back to life and to do it right this time.

I do know php, html, and such, but I never really had a lot of time to spend making my own modules or hacks. I looked over a lot of stuff this summer, but in the end it came down to just getting something up. That is also why the site uses a modified version of the interlaced theme instead of its own unique one. Development of Drupal has also grown quite rapidly since september, and I haven't been able to keep up on all that is going on.

I actually have some time to devote to the site now, and I'd deeply appreciate any thoughts or suggestions on how to resurrect it.

I really like Drupal and would like to use it, but if there is a better choice for my particular needs, I'd appreciate any referrals as well.

Thanks in advance.

-Dan

Comments

gerardryan’s picture

Hmmm. that's an interesting approach to publishing, Dan!

One way to do it would be to assign taxonomy terms for each issue/volume. Then you could simply display those terms on the front page (admin/system: Default front page) when you're ready to publish that issue.

As with the site you provided as an example, you could probably mangle GD to output the image header :)

Check here: http://www.zend.com/zend/tut/dynamic.php

dries’s picture

On Linux Gazette (LG) they organize each issue in a book using Drupal's book module. You can show the current issue on the main page using the front page setting. Try searching LG for more information about how they are using Drupal.

Also note that adminstrators can create new users and assign them a user role.

Capnj’s picture

Ok, I'm new to Drupal but I've looked under projects and downloads and have done numerous searches --- where is the book module?

gil

irwin’s picture

It's built into Drupal. To enable it, go to Administer->Configuration->Modules, although it should be enabled by default.

-- Irwin

Capnj’s picture

Mea Culpa -- discovered it was not activated in config/modules.

Jhef.Vicedo’s picture

Im having a problem on the url of the next navigation of the book module.

If the current book page has no direct child, the url of the next navigation link is the first item on that tree(one level up).

So, when I browse that tree, I am just going on loop and been not able to finish browsing the book.

here's my tree:

-1st item
-2nd item
--2.1 item
--2.2 item
---2.2.1 item
---2.2.2 item
----2.2.2.1 item -> url of next nav points to 2.2.1 where it should be 2.3 item
--2.3 item
--2.4 item
-3rd item
-4th item

This error happens only when i put weight on each book page. If there're weights, I can only browse the tree downwards and when I reach the bottom of that tree, the next link points me to its parent.

But I can browse the entire book properly if I didn't set any weight.

And I'm confused how the Drupal.org did the handbook correctly using this book module.

any help? it would be very much appreciated.
thanks

jhefmv [at] gmail [dot] com
Work smarter, not harder!

robertdouglass’s picture

Didn't you already post this?
http://drupal.org/node/view/8863

- Robert Douglass

-----
visit me at www.robshouse.net