How to replicate:
add user status like:
<a href="
www.test.com
" target="_blank">Test</a> Testing
the link gets parsed into activities and user status but the user status seems to have an issue with links.
Breaks the user profile and print/echo/returning?! the link on the top left corner of user profile.
In some occasions, after visiting other user profile, it sets that status as the visiting profile user status.
Hi, TechGasp.
Thank you for your report.
You're right, it's a bug.
No problem.
The second part I could not replicate 100%
"n some occasions, after visiting other user profile, it sets that status as the visiting profile user status."
Can the "echoing" set other user status upon profile visit?!
Hi there.
Please extract those files and upload them as described below
components/com_community/helpers/head.php
components/com_community/views/profile/view.html.php
Hi there.
Yes, please upload those files to your serve and check if this will fix your problems.
Ok... not 100% fixed.
How to replicate:
1. Facebook User Login with import status On
It correctly imports facebook status.
2. User changes status in jomsocial to html link
It posts rubbish to facebook
And next jomsocial login it creates activity and status with the rubbish html
<a href=" www.example.com">example</…;
instead of importing facebook status.
Hi there.
Well, I don't think it's issue within our code, but this's how FB handles html statuses from third party app, however I'll ask our developers about it.
I have several facebook apps, facebook parses html just fine in status. Actually there are millions of apps that do this.
Ans, there's 2 parts to this:
1. User changes status in jomsocial to html link
It posts rubbish to facebook
2. And next jomsocial login it creates activity and status with the rubbish html
<a href=" www.example.com">example</…;
instead of importing facebook status.
p.s. In each following jomsocial login it does not import facebook status, it creates activity in jomsocial without rendering html instead of facebook status.
The second part might be worse...
Can you guys replicate this on your test servers?
Yes, I'm able to replicate this, so like I said I asked our developers about it. I'll let you know as soon I'll get reply from them.
Hi there.
I just got reply from our developers, so let me quote them "Not really
If you enter the html tag in status box, jomsocial will try to parse it in final output, but when it comes to third party (Facebook) we just provide input as it is and let them do with it whatever they want. We can not parse links or filter input instead of Facebook."
So it seems, that for now we'll not fix/improve it.