By marmota@drupal.org.es on
Hello:
I'm looking for a module that show "only" the blog published by the user that you are reading at this moment.
i.e:
If i'm viewing this url: www.conlamochila.com/blog/marta
i would like a block with the marta's blog entries, not all entries posted by another users.
I hope you understand me.
Thx
Comments
huh? that's how drupla works
huh? that's how drupla works by default.
Drupal show all entries
Drupal show all entries posted by all users by default, but i think that the option for show only the entries wrote for the user whose blog you are viewing in not implemented yet.
Hi,
I think I understand you. If there is no block like this, try building a block with Views Modul and filter with "Node: Author"...
_____________________
Austrian Drupal Usergroup
________________________
Drupal Austria Association
Ok
Ok, but i don't understand all code in drupal modules, i think that if i modify the last post block, perhaps i can made it.
can you tell me if exist a module easy to modify to obtain the block?
Thanks
views module
You can easily build blocks with views module, you don't need to modify it's code for it.
At first look views module could be a little bit confusing, because it's so powerful. But it's perfect for it.
Just build a view, activate the block output and filter nodes how you want it. One way could be to filter your nodes per contenttype (blog) and author (blogauthor, you could access the author's name per argument. Look at your blog's url).
__________________
Austrian Drupal Usergroup
________________________
Drupal Austria Association
views.module
Thankyou, i try it and i will post the result.