By Domenico on Saturday, 28 December 2013
Posted in Technical Issues
Replies 5
Likes 0
Views 744
Votes 0
Hi,
when I create a new discuss a post is added on jomsocial wall but the link has a mistake in the title. When I click on link I go to home page instead to go to discuss.
I checked on db and I found that before the link there are 3 double quote.
Infact if I delete the 2 double quote the link works fine.

Take a look belove

Title
{actor} ha risposto alla discussione <a href="""http://localhost/ivt_30_09/index.php/it/discussioni/efdfdfd#Rispondi-12""">http://localhost/ivt_30_09/index.php/it/discussioni/efdfdfd</a>

Content
fedgdfgd...<div style="text-align: right;"><a href="http://localhost/ivt_30_09/index.php/it/discussioni/efdfdfd">Partecipare alla discussione</a></div>

Same problem if i click Ilike or a post an answer in a discuss.

version of software
Joomla 2.5.9
Jomsocial 2.8
Easydiscuss 3.1.8872

Thanks
Hello Domenico,

I am really sorry for the delay of this reply as it is a weekend for us here.
Could you mind provide us with a temporary access to your Joomla backend (as admin), an FTP access, and capture some screenshot regarding with your issues so we can check that issue and see where the problem is coming from?
Please advise.
·
Saturday, 28 December 2013 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,
I'm sorry but I'm developing in Local, so I can't give you an access.
The code I posted in the previous post was incorporated, so you can't see the double quote.
In attach you can see a screenshot with a little explanation.

I hope it will be clear.

Thanks
·
Saturday, 28 December 2013 21:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Domenico,

It seems like this issues already fixed in latest version of EasyDiscuss, you can see my attached screenshot below :
>> http://screencast.com/t/ZeqTbp1jCE
>> http://screencast.com/t/V4bJpCso1vi
Also, download the latest version of Easydiscuss from http://stackideas.com/dashboard and see how it goes?
·
Saturday, 28 December 2013 22:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,
thanks for the answer.
I tried with last version of easydiscuss but I can't use it because I've problem with my template.

Could you suggest the directory, file and code where I can put the code to solve the bug?
Version: Easydiscuss 3.1.8872

Thanks
·
Saturday, 04 January 2014 06:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Domenico,

I am really sorry for the delay of this reply as it is a weekend for us here.
Are you using Italian language in your current Easydiscuss? If yes, you try to go this file JoomlaFolder\language\it-IT\it-IT.com_easydiscuss.ini
LINE 454 until 459

; Jomsocial integrations
COM_EASYDISCUSS_JOMSOCIAL_ACTIVITY_NEW_QUESTION="{actor} ha iniziato una nuova discussione <a href="_QQ_"_QQ_"_QQ_"%1s"_QQ_"_QQ_"_QQ_">%2s</a>"
COM_EASYDISCUSS_JOMSOCIAL_ACTIVITY_NEW_QUESTION_REPLY_QUESTION="Rispondi alla domanda"
COM_EASYDISCUSS_JOMSOCIAL_ACTIVITY_REPLY_QUESTION="{actor} ha risposto alla discussione <a href="_QQ_"_QQ_"_QQ_"%1s"_QQ_"_QQ_"_QQ_">%2s</a>"
COM_EASYDISCUSS_JOMSOCIAL_ACTIVITY_REPLY_QUESTION_PARTICIPATE="Partecipare alla discussione"
COM_EASYDISCUSS_JOMSOCIAL_ACTIVITY_LIKE_ITEM="A {actor} piace la discussione <a href="_QQ_"_QQ_"_QQ_"%1s"_QQ_"_QQ_"_QQ_">%2s</a>"

Replace with

; Jomsocial integrations
COM_EASYDISCUSS_JOMSOCIAL_ACTIVITY_NEW_QUESTION="{actor} ha iniziato una nuova discussione <a href="_QQ_"%1s"_QQ_">%2s</a>"
COM_EASYDISCUSS_JOMSOCIAL_ACTIVITY_NEW_QUESTION_REPLY_QUESTION="Rispondi alla domanda"
COM_EASYDISCUSS_JOMSOCIAL_ACTIVITY_REPLY_QUESTION="{actor} ha <a href="_QQ_"%1s"_QQ_">risposto</a> alla discussione <a href="_QQ_"%2s"_QQ_">%3s</a>"
COM_EASYDISCUSS_JOMSOCIAL_ACTIVITY_REPLY_QUESTION_PARTICIPATE="Partecipare alla discussione"
COM_EASYDISCUSS_JOMSOCIAL_ACTIVITY_LIKE_ITEM="A {actor} piace la discussione <a href="_QQ_"%1s"_QQ_">%2s</a>"

And see how it goes?
·
Saturday, 04 January 2014 22:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post