By Владимир on Friday, 10 May 2013
Posted in General Issues
Replies 9
Likes 0
Views 863
Votes 0
Hi, I'm from Russia - sorry for the bad language.
I have a problem.
If a user creates a new folder in the Media Manager and calls her words in Russian, the media manager truncates the first word of the folder name.
However, if you look at the directory through FTP, then there is a folder called because the user called it.
If the folder name in English or numbers, then everything is fine.If the folder name or the first letter of the English figure, while the remaining Russian words, it is also all right.

Example: (write name -> see in the manager)

новая папка -> папка
новая_папка -> _папка
моя новая папка в блоге -> новая папка в блоге
моя_новая_папка_в_блоге -> _новая_папка_в_блоге
1 моя папка -> 1 моя папка
N моя папка -> N моя папка
New folder -> New folder

Videos (see in 720p)


Help please
What solution of this problem?
I have this bug
·
Monday, 04 November 2013 23:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Oleg,

Good day. Please go to your language file in

JOOMLA/administrator/language/xx-XX/xx-XX.com_easyblog.ini
JOOMLA/language/xx-XX/xx-XX.com_easyblog.ini

open the files in a text editor and do a search and replace. Replace

"_QQ_"_QQ_"

with

"_QQ_"

If you need help please send us your backend and FTP access. Please advice.

Thanks!
·
Tuesday, 05 November 2013 00:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Not find
·
Tuesday, 05 November 2013 01:29
·
0 Likes
·
0 Votes
·
0 Comments
·
access to FTP
·
Tuesday, 05 November 2013 01:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Oleg,

Sorry for the late reply. I will need your backend access as well. Seems like I misunderstood your issue. Please advice.

Thanks!
·
Tuesday, 05 November 2013 02:55
·
0 Likes
·
0 Votes
·
0 Comments
·
backend
·
Tuesday, 05 November 2013 03:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Oleg,

Sorry for the late reply. I have fixed this for you please check again Hope this helps.

Thanks!
·
Wednesday, 06 November 2013 16:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Lovely owls.
Now works perfectly
In what there was a problem? I will know on the future.
·
Wednesday, 06 November 2013 18:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Oleg,

What I did was change the codes
basename($this->file);

with
ltrim(str_replace(dirname($this->file), '', $this->file), '/');

in the files
JOOMLA/components/com_easyblog/classes/mediamanager/types/item.php
JOOMLA//components/com_easyblog/classes/mediamanager/types/folder.php
Hope this helps.

Thanks!
·
Wednesday, 06 November 2013 18:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post