By shrill on
Hi all. Using 5.2 with Views and Bio modules (as well as others).
On my front page (which is provided by a view) as well as a few other pages, I have "by admin" at the end of the article with a link to a random biography, probably since admin doesn't yet have a biography, so it links to the first biography.
I don't want any link to a biography and I want to remove the text. I disabled what I need to in the global theme settings, which removed the date etc, but the "by admin" with the link remains. I'm thinking it is either in bio somewhere or in views but I can't seem to find the setting to change.
Site isn't online yet so unfortunately I don't have a url for you.
Thoughts?
Thanks,
Shrill
Comments
Hi
Hi,
In node.tpl.php in your theme folder.Just remove the line
if ($submitted):print t('!date — !username', array('!username' => theme('username', $node), '!date' => format_date($node->created)));endif;Thanks,
Raj.
thanks very much :)
I actually ended up deciding that I didn't need the bio module so I removed that, and the problem is fixed.
Cheers,
Shrill
ok thanks
thanks