From 0f4d778ff1234df787d2797443ef9466ec90abf3 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Wed, 19 Nov 2008 11:42:57 +0100 Subject: [PATCH] Show user email and real name instead of user id in '_story_for_rss'. --- templates/artemus/ALL/_story_for_rss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/artemus/ALL/_story_for_rss b/templates/artemus/ALL/_story_for_rss index f064247..d3ffa5e 100644 --- a/templates/artemus/ALL/_story_for_rss +++ b/templates/artemus/ALL/_story_for_rss @@ -7,7 +7,7 @@ Generates a story link in RSS format. {-story_title|$0|$1} {-aurl|STORY|topic|$0|id|$1} - {-story_userid|$0|$1} + {-user_email|{-story_userid|$0|$1}} ({-user_username|{-story_userid|$0|$1}})