Search
Theme News
Stay informed with Drupal theme news, updates, and new theme releases!
Navigation
User login
Recent comments
- Which version are you using?
1 day 22 hours ago - Page Not Found
2 days 4 min ago - Question Answers theme / module
2 days 23 hours ago - When and how much?
3 days 12 hours ago - Liked this theme
4 days 7 hours ago - php
1 week 3 hours ago - well i reached the link and
1 week 3 hours ago - Hi,
Please contact me with
1 week 1 day ago - So far so good
1 week 2 days ago - Interesting that it fixed your issue
1 week 3 days ago
Who's new
- daniel.bego
- 7wonders
- nicolasspo
- Rithy001
- mcollins

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.