A strange bug with nitobe theme that I noticed on one of our websites, 'posted by' is randomly added to Who's new and other blocks.

The culprit is the nitobe_username function:

$output = t('Posted by !author', array('!author' => $output));

If i comment out the line above the problem dissapears, but the function is disabled.

Comments

Anonymous’s picture

Assigned: Unassigned »

The 'Posted by` string should have been in node.tpl.php instead of nitobe_username. This correction has been committed to CVS:

node.tpl.php - revision: 1.7;
template.php - revision: 1.15;

I will roll a release in the next 12 hours that will include this fix.

Anonymous’s picture

Version: 6.x-2.0 » 6.x-2.1
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.