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

kenuck’s picture

Status: Active » Fixed

done thanks .. cvs commit done at time of this post.

mjourney2’s picture

Great, 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.

kenuck’s picture

Ooops .. thanks for that. I've made the fix and cvs commit 2 minutes ago.

cheers

mjourney2’s picture

Also, 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.

kenuck’s picture

thansk again! .. hope i haven't missed any.
cvs commit done 20 secs ago.

cheres

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 223414)