-3

Joomla looks pretty good out of the box. Drupal looks very ugly out of the box and does not do anything, except for admin tasks.

Is there by any chance a n00b-friendly Drupal app that would look pretty (kind of like Joomla out of the box) and use a whole bunch of hooks so that I could see them in action in a relatively big app?

ETA: ok, let me ask a more specific question from the same area. Is there a Drupal distro/app that would have the same basic functionality and look-and-feel as out of the box Joomla? While I personally might not know enough about what functionality and look-and-feel would be perfect for n00bs, the popularity of Joomla suggests that it can be thought of as a decent first approximation. Conversely, the widespread n00b unhappiness with out of the box Drupal suggests that it's not a good approximation to that at all.

cHao
  • 84,970
  • 20
  • 145
  • 172
EndangeringSpecies
  • 1,564
  • 1
  • 17
  • 39

4 Answers4

2

What about a customized Drupal distribution?

If you don't like how Drupal looks, you could always install a new theme.

Greg
  • 23,155
  • 11
  • 57
  • 79
  • I agree that some of them are nicely themed. But clearly they are even more elaborate and complex than the original Drupal distro, so they do not look like an answer to the question "how can I learn Drupal basics with a minimum effort?" – EndangeringSpecies Jun 30 '11 at 19:44
  • If the goal is to learn Drupal without any effort but have it looks good and fancy, you are not learning Drupal. Learning Drupal requires efforts. – Pierre Buyle Apr 29 '12 at 14:37
1

If you want a nice looking Drupal App then you can try OpenAtrium (http://openatrium.com/). It's pretty cool. It's code is perhaps not for the beginner, but it shows how good Drupal can look and act!

Abhijit
  • 895
  • 5
  • 11
1

You can take a look at the Examples modules - http://drupal.org/project/examples. You can learn a lot from these, but obviously they are no good looking Apps, just API examples.

Abhijit
  • 895
  • 5
  • 11
0

You could look at the core Drupal modules (User module for example would be a good start)

i0exception
  • 372
  • 4
  • 12