Blog module does not display the username correctly
lalindra - August 28, 2008 - 00:07
Hi everyone,
I've created a community website and there's a problem in the blog module. When I enter a blog entry it all works well except for the title. Instead of displaying "abc's blog" it just displays " 's blog". I whatever the variable that should be set there does not get set properly. I'm using the sky theme and am very new to drupal. So I don't even know which code file to look in for this error. Please help.

> 's blog The only time I've
> 's blog
The only time I've seen that is when I use the devel module to generate test content.
It uses user0 to generate anonymous content, and guests obviously don't have a name.
Are you sure you're not posting the blog whilst logged out?
Anonymous users should not have blog permission.
Sorry. It's unlikely that you're doing that, but it's the only thing I can think of.
No, I've logged in and
No, I've logged in and posted the blog entry. And it appears as I've already mentioned. I guess some variable is not been set. Does anyone know the code section that renders this title. I'm having a hard time figuring out even that.