O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by sarahkim : Dec 22 2010 03:13 PM
You might also try posting your question in the Using Drupal book forum.
http://forums.oreill...9/Using-Drupal/
This post from one of the authors may also help since the section you are referring t... full answer >
When you get past a few people generating content for your site, you're going to want to set up a publishing workflow. This excerpt from Byron, Berry, et al.'s Using Drupal will introduce you to Dru...
Do you want to change the "Submitted by..." line on your Drupal site? This excerpt from Byron, Berry, et al.'s Using Drupal will show you how by overriding Drupal's template.php.
Overriding a Tem...
Drupal is one of the more well-known open source Content Management Systems out there. Chances are, if you're looking to accomplish some specific content management task, there's probably a Drupal m...
Answered by cothomps : Jul 22 2010 02:11 PM
... as with anything in Drupal 'if there's a will...'
But the short answer is 'no' by default - a link to a view is often simply a path (the one you specify in the page display).
... full answer >
As with any open source software Drupal is not spared from regular security issues with the core software and modules. However, possibly due to the large number of commercial companies active in Drupa...
CCK is an extremely flexible framework for creating forms
to enter content. Although the Drupal core provides the ability to
create different content types (such as a Job Opening or Appl...
Themes control the look of your Drupal site. It’s not enough to
get a site functionally working—it also has to feel
like your own, and has to be distinguished from other sites out
...