Hello,
For forums posts block i have {SiteUrl}forum/?action=rss_user&user={NickName} but i make some changes to have 2 forums Arabic and english, or more.
Now i have to add the language key using the function:
$sCurLang = getCurrentLangName();
Because it's not supported in the rss block it's always as english language:
{SiteUrl}forum/?action=rss_user&user={NickName}&lang=en
Something like that
{SiteUrl}forum/?action=rss_user&user={NickName}&lang={sCurLang}
Any ideas ?