Intro and call for assistance...

Events happening in the community are now at Drupal community events on www.drupal.org.
cyberpulp's picture

Hi, my name is Bob Gunner and I have worked in Houston media (Both traditional print, broadcast and Internet) since I was 18. I am familiarizing myself with Drupal development to create an alternative news and entertainment publication for The Woodlands area near Houston. I was laid off of a two-year gig as the managing cluster editor and content manager for a media company and have decided it was time to pursue self-employment.

I have so far set up a dev site on my laptop and started to configure Drupal, I am early in the game of course. Can anyone suggest the best and easiest additional modules I might utilize? I want to have video of course and most of the other basic modules most online pubs use.

Which ad server module would you suggest for localized ad needs?

The name of the publication will be "The Paper" and similar to most entertainment and alternative news publications in U.S. cities.

I could really use a mentor/friend or two to communicate with and who would not mind giving creative criticism/advice etc. to me. I know the whole business, and know this is the correct path for me.

Thank you in advance to any who respond ; )

Comments

congrats!

kpaul's picture

best of luck. shoot me an email if you have any questions, etc. i've been doing this for over three years now on my own and have learned a lot.

i've talked about some of it at:

http://www.journalismhope.com

and

http://www.localjournalism.net

-kpaul

Thank you...

cyberpulp's picture

Thank you so much for replying, I will read through the links and may be asking you some questions soon.

Hi Cyberpulp! For any

brianV's picture

Hi Cyberpulp!

For any newspaper site, you are probably going to want to use CCK and Views modules, along with Contemplate to do some content theming.

I use Lightbox2 to handle the video playing aspects of the sites I manage - simply upload a file using the CCK filefield, and have it output a link to the video following the documentation at http://drupal.org/node/252276. I also use lightbox to display article-related images in a nice gallery slideshow.

For image manipulation, resizing and caching, you will want to use Imagecache with the new ImageAPI.

If you want comments on your articles, I would suggest the CAPTCHA module. Also, look at Advanced Forum if you want forum support.

As for an Ad Server, I've had good success integrating OpenX using the Openads module.

Get familiar with the Taxonomy, as it will be your friend in a project like this. Also, learn how to use the Nodereference and Computed Field CCK field types - they are far more powerful than most people give them credit for.

Finally, get comfortable with theming as that is the glue that will tie all the modules above together.

Good luck!


Brian Vuyk
Web Design and Development
Long Sault, ON
http://www.brianvuyk.com | brian@brianvuyk.com
(613)534-2916

Brian Vuyk
Senior Developer, PINGV Creative
bv@pingv.com | (315) 849-9733 | Skype: brianvuyk

Thank you for reponding!

cyberpulp's picture

Thank you so much for the advice, will be checking out all your suggestions. You may hear back from me for advice if I get stumped on any thing ; )

Video with Lightbox 2...

cyberpulp's picture

Brian, could you maybe walk me through the setup for video using Lightbox 2? I have been moving along quite well on the development side, but sill have my image directory does not exist problem. Would be very glad to trade out my skills for help. Thanks.

Send me an email - probably

brianV's picture

Send me an email - probably easier to help through that than do anything through the forums here.

--
Brian Vuyk
Web Design and Development
Long Sault, ON
http://www.brianvuyk.com | brian@brianvuyk.com
(613)534-2916

Brian Vuyk
Senior Developer, PINGV Creative
bv@pingv.com | (315) 849-9733 | Skype: brianvuyk

Could help you! We use

shyamala's picture

Could help you! We use Drupal for our Local Newspapers, you can checkout http://www.mydigitalfc.com and
http://beta.deccanchronicle.com.

We did use CCK, Views and Panels to meet our needs.

One of the best writeups for Newspapers and Drupal is New York Observer's case study, visit: http://drupal.org/nyobserver

Netlink Technologies Ltd
http://shyamala-drupal.blogspot.com/

Could help you! We use

cyberpulp's picture

Beautiful sites! I have been studying the NY Observer case study. Did you use any specific theme or just use the CCK, Views and Panels modules?

Thanks! We used CCKs, Views

shyamala's picture

Thanks! We used CCKs, Views and Panels and created our own custom theme.

Netlink Technologies Ltd
http://shyamala-drupal.blogspot.com/

Best of luck

webrat-gdo's picture

Looks like most people have already said which modules you should use. CCK a must, ImageField would be my only contribution here, I didn't see that listed, works great with ImageCache. Token is another we use a lot.

When do you expect to go live?

Set up a dev site...

cyberpulp's picture

I was able to set up and modify the Innovation news theme with XXAMP on my laptop, but I am having problems installing the image module, keep getting a directory does not exist message. Anyone have this problem before? Tried to create the folders and permissions and deleted and reinstalled module to no avail. Any help would be greatly appreciated.

"directory does not exist" message

juan_g's picture

cyberpulp wrote:
> (...) I am having problems installing the image module, keep getting a directory does not exist message.

In the Image module issues, there is one on "The directory does not exist." Maybe a database related problem. One of the possible solutions mentioned is the following:

"My quick and easy fix was to go into the filesystem configuration of Drupal and resave the parameters. All working now"

Thank you, but did not work for me...

cyberpulp's picture

Tried to no avail, everything else has been worked out on my dev site but this minor setback. I have researched and tried everything I know. Does anyone use XXAMP to build their dev sites? How does one change folder permissions on a laptop's c: drive (where it is installed), perhaps if I can get the folder to take a 777 permission it may fix my problem? I am so desperate, I need to have my site up and running so I can market it in the next week or so. Any help would be greatly appreciated and I would be very glad to trade out anything I am good at for such help. Bless you.

file permissions

dan_k's picture

You will have to change the file and folder properties directly.

In Mac OS:

Right-click on the desired file and a context menu will appear.
Select Get Info from the context menu and a dialog window opens.
Expand the Ownership & Permissions tab in the dialog window and you will be able to change the permissions of the file.

Not much different in Windows...

Dan Knauss

LinkedIn: www.linkedin.com/in/danknauss
New Local Media :: www.newlocalmedia.com

About Your Problem

rdsmith@drupal.org-gdo's picture

So you installed the module and it says the folder does not exist.
Did you install the module under /defaultdrupal/sites/all/modules
or just /defaultdrupal/modules ?

What program did you use to unzip the module file (actually untar) I usually use something like 7zip when I use windows..

You should be able to right click on the Folder in Windows and then set the permissions for the folder by clicking all the boxes for all the users. UNIX is setting 777 permissions, Windows uses a different permissioning system. One system sets permissions for who can access and the other sets permissions for who cannot access files.

Hope this helps...

"Code testing will find all the possible errors that you can think of, data testing will find all the errors you don’t. "
--Bioinformatics Zen

"Code testing will find all the possible errors that you can think of, data testing will find all the errors you don’t. "
--Bioinformatics Zen

resources

dan_k's picture

Keep an eye on Panels if you are using Drupal 6. You can use it now with Drupal 5.

You might also want to look at the Drupal newspaper distribution, Prosepoint:

http://drupal.org/node/300213
http://www.prosepoint.org/

And the installation profile, Innovation News:

http://drupal.org/project/innovationnewsprofile
http://groups.drupal.org/node/14689

(Both index the modules they use.)

Big list of modules useful for newspaper sites:
http://stephenondrupal.blogspot.com/2007/10/modules-that-might-be-useful...

Another big list:
http://groups.drupal.org/node/5281

Dan Knauss

LinkedIn: www.linkedin.com/in/danknauss
New Local Media :: www.newlocalmedia.com

Newspapers on Drupal

Group organizers

Group categories

Topics - Newspaper on Drupal

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: