Hello, I'm looking for someone who could create a DRUPAL theme similar to this one: http://www.greenoptions.com/blog The owner of this site said he used DRUPAL and paid someone to create the theme. I want to use DRUPAL as a multi-user blog, I'm a graphic designer and I know html so it's not the design I need, but I don't know how to do the blog info like it is on this site: i.e., "MORE BY THIS WRITER", the SHARE feature: (Share: Digg | Hugg | Del.icio.us | Reddit) and the photograph by the post for the different writers.

Thanks. If this is something someone thinks I could do myself, then please direct me to the instructions.

Marie

Comments

benedett’s picture

I think you could do both of these with the "content template" module.

http://drupal.org/project/contemplate

"More by this writer" is just a link to that writer's blog. Most Drupal themes include this link with the article. It's just a matter of changing the default text ("Bob's blog") to what you want ("More by this writer").

The social network links seem easy enough to generate, just some static URL + the URL of the article.

Whether you want to do this stuff in the theme, or in a content template, I dunno.

Good luck.