how do I override the blog page to remove blogs'user title and add a frame with other user information. I will need to do this in node blog too. or should I do it in page-blog.tpl.php?

https://www.dropbox.com/s/iu5mw6tay2yqnv4/Captura%20de%20tela%20de%20201...

Comments

nevets’s picture

I would implement hook_preprocess_page() to change the title.

I would use views to create a block showing the user information.

cassioalmeidas’s picture

how to do this in drupal 6? a small example please?
what I write in my mymodule.module?