Posted by cghobbs on September 22, 2006 at 4:55pm
This looks like a good place for posting creative ideas about how to use Drupal on Church sites. I am the project manager for a company called ImageX Media and wanted to let you know about the launch of a new drupal site for Life Church White Rock, in British Columbia, Canada. Check out the site and leave your comments and ideas.
Chris

Comments
nice
I like the look. It's clean and green is a good color. Good job.
I like it also. I like the
I like it also. I like the color scheme.
How are you themeing the audio nodes' playback/download buttons?
Suggestions: spice up the "About" and "Ministries" pages with an image or two. It looks a little too plain, IMO.
@ericatkins
Thanks for the
Thanks for the feedback.
Your right I am sure the sub pages need a little sprucing up, but our client is building out the site themselves.
I am just using a css image replacement technique. Here is an example:
a#idtag {display: block;
overflow: hidden;
background: [PUT THE IMAGE HERE, ETC.];
text-indent: -5000px;
}
If you are wondering how I themed it more generally, I themed it the same way you would theme any view.