A few bugs
Using Jamroom
dim:
Phrases "Account Settings" and "Logout" in the menu is always in English, regardless of the selected language on the site.
Phrases "Account Settings" and "Logout" in the menu is always in English, regardless of the selected language on the site.
I see this as well and will fix it up.
Quote:
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 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!"
So in the Profile Forum is the TITLE of a post is numbers only then it does not work? I can check that out as well.
Quote:
If I write the title of the album in Russian, then I will not be able to edit that album.
If I write the title of the album in Russian, then I will not be able to edit that album.
I will check that out as well.
Quote:
In jrFollower/following.tpl
Line 16
It was:
Must be:
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>Yes - good catch - we'll fix that up too.
Thank you!