Phrases "Account Settings" and "Logout" in the menu is always in English, regardless of the selected language on the site.
If I write a title for Forum only the numbers, then that topic will not be open (read). For example, the title is "456" => "The page you requested was not found!"
If I write the title of the album in Russian, then I will not be able to edit that album.
In jrFollower/following.tpl
Line 16
It was:
<a href="{$jamroom_url}/{$item.profile_url}">{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="large" crop="auto" class="img_scale" width=false height=false alt="{$txt|jrCore_entity_string}" title="{$txt|jrCore_entity_string}"}</a><br><a href="{$jamroom_url}/{$item.profile_url}">@{$item.profile_url}</a><br>
Must be:
<a href="{$jamroom_url}/{$item.profile_url}">{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="large" crop="auto" class="img_scale" width=false height=false alt="{$txt|jrCore_entity_string}" title="{$txt|jrCore_entity_string}"}</a><br><a href="{$jamroom_url}/{$item.profile_url}">@{$item.profile_name}</a><br>
updated by @dim: 02/25/16 01:40:34AM