I think I've seen it before but I cannot remember how it was done.
Let's say you want to create several dummy contents to check the overall display.
Rather than creating dummy contents by yourself, it would be nice to create them automatically. You only care about the layout and overall look, but don't care about contents.
So, how do you do that?

Thanks

Comments

narcissus921’s picture

Devel Generate. You can bulk create content, terms, users.

http://drupal.org/project/devel

biosv’s picture

Thanks!

jazio’s picture

You may consider Realistic Dummy Content build by Wunderkraut on top of Devel Generate:
https://www.drupal.org/project/realistic_dummy_content

It builds content (including users) with realistic photos giving you a site ready for demo shows.

If you have drush:

$ drush genc 30 10 -y 

This will generate 30 nodes with 10 comments maximum each.

srikanth.g’s picture

can i generate comments with images, similar to nodes generated with image fields? Realistic Dummy Content modules helps me for this task ?