When displaying the feeds, it shows $record->module_type.
Rather than that, can the feed display the user-readable name that we have actually defined in the admin section?
Thanks!
When displaying the feeds, it shows $record->module_type.
Rather than that, can the feed display the user-readable name that we have actually defined in the admin section?
Thanks!
Comments
Comment #1
kenuck commenteddone thanks .. cvs commit done at time of this post.
Comment #2
mjourney2 commentedGreat, thanks. Except that "comment" is not a node type so it comes up blank. That should probably be just text (e.g. "posted a comment"), passed through the t() function.
Comment #3
kenuck commentedOoops .. thanks for that. I've made the fix and cvs commit 2 minutes ago.
cheers
Comment #4
mjourney2 commentedAlso, if you could please pass through t() the following line:
"$source_name and $friend_link are now friends. $datetime";
Maybe something like:
$output .= t("!datetime: !source_name and !friend_link are now friends.", array('!source_name'=>$source_name, '!friend_link' => $friend_link, '!datetime' => $datetime));
Thanks for the quick turnaround.
Comment #5
kenuck commentedthansk again! .. hope i haven't missed any.
cvs commit done 20 secs ago.
cheres
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.