By drgonzo121 on
Hello,
Is there a way to show "last edited by xxx" in the node instead of "created by xxx" ? (preferably by not editing the code)
?
for example
http://www.psy.cc/0110
"Ingezonden door Free op 4 december, 2009 - 14:31"
should be
"last edite by free on ...."
thanks
Comments
-
Try using the string override module.
...
never heard of that module, I normally recommend the submitted by module in these cases. Or if a module is overkill, simply overwrite this theme function: http://api.drupal.org/api/function/theme_node_submitted/6
.
Excellent suggestion, much more effective than using a module. Thanks.
...
thanks, feared that my response might give a feeling of a "know-it-better", which wasn't my suggestions - as I've learned from your responses quite a bit too.