Closed (fixed)
Project:
Authorship Module
Version:
5.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2007 at 20:02 UTC
Updated:
19 Apr 2007 at 21:01 UTC
When nodes are displayed on the search results, the user id is shown, not the value submitted as Authorship display setting.
Comments
Comment #1
matt bAdd this case to authorship_nodeapi
case 'search result':
if ($name_rewrite = _authorship_name_rewrite($node)) {
$temp = $node->name;
$node->name = $name_rewrite;
$node->authorship = $temp;
}
break; // end 'search result'
seems to work for me...
Comment #2
(not verified) commented