By denisr on
OI OI
how can I emulate blogger with drupal? I mean... like every user has it's own little blog, accessible with something like nameuser.drupal.org or drupal.org/nameuser ?
OI OI
how can I emulate blogger with drupal? I mean... like every user has it's own little blog, accessible with something like nameuser.drupal.org or drupal.org/nameuser ?
Comments
blog module plus path auto
The blog module will allow you to provide a blog per user. It is part of core so all you need to do is enable it and set the access permissions. At this point a users blog would be found at www.example.com/blog/# where # is the user id. With pathauto you can alias the path as www.example.com/blog/[username] or even www.example.com/blog/[username]
excellent, let's try
excellent, let's try
ok, this sounds good... now,
ok, this sounds good...
now, is it possible to hack the blog module, in a way that I can simply upload JUST ONE image with it?
I tried that upload_image module, but it doesnt apply for me. Basically the blog should work like flickr... so showing the image straight away in the page, and not as an attachment.
You might try the image attach module
I think the image attach module will work for you (you will also need the image module).