By shahryarjb on Sunday, 16 March 2014
Posted in General Issues
Likes 0
Views 1K
Votes 0
which is in Persian subject
Unfortunately, Easy Social has got a problem with Persian users names.Whenever clicks on his/her picture or his/her Persian user name,the profile pages will not uploaded,but instantly, the profile page of my own is uploaded again.
I have examined this on several host and raw joomla but the problem existed.However, this problem is not seen for users who had registered before installing the Easy Social.
Please guide me to solve the problem.
Best regards.
Hello,

I am sorry for the delay of this reply.

Regarding your issue, I've applied a fix on your site and now the links to user profile who having Persian characters is now redirect to correct user profile page
Below is the file I've modified:

JOOMLA/administrator/components/com_easysocial/includes/user/user.php at line 1309:


$name = $this->alias;


To:


$name = $this->id . ':' . JFilterOutput::stringURLUnicodeSlug( $this->alias );


The above fix will be added into next release of EasySocial as well
Hope this help and have a nice day
Sam
·
Monday, 17 March 2014 12:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I am really sorry for the delay of this reply as it is a weekend for us here. Hm, I believe this issue does exist in older versions of EasySocial prior to 1.1. Are you still having issues with the latest version of EasySocial 1.1.6 ? Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Sunday, 16 March 2014 21:42
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Mark
yeha in last version 1.1.6

back and cpanel sent
Please explain solutions
·
Monday, 17 March 2014 03:22
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Sam
tnq man
·
Monday, 17 March 2014 15:43
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Monday, 17 March 2014 23:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post