Search
Theme News
Stay informed with Drupal theme news, updates, and new theme releases!
Navigation
User login
Recent comments
- That's a good way around it :)
14 hours 10 min ago - Believed I answered this by email...
1 day 9 hours ago - Sent you an email
2 days 13 hours ago - Sure you can add Ubercart
5 days 12 hours ago - Should be node/add/story
1 week 12 hours ago - Info sent
1 week 17 hours ago - Book pages aren't the content type associated
1 week 1 day ago - Hi, yes. It should appear
1 week 1 day ago - You can change colors, no problem
1 week 6 days ago - Great, thanks!
1 week 6 days ago
Who's new
- mete
- acutedata
- Isatir
- jlorge
- bolaowoade

Hi,
You need to add the proper print variable within the node.tpl file. Please see this post for all variables used within the node.tpl for Drupal 6:
http://api.drupal.org/api/drupal/modules--node--node.tpl.php
and;
http://api.drupal.org/api/function/theme_username/6
More on the theme_username - "A string containing an HTML link to the user's page if the passed object suggests that this is a site user"
Your theme.inc file may need to be adjusted accordingly if the code provided in the link above isn't in your theme.inc file to begin with.
As always, make backups before changing code on a live site.