By pixandlove on Tuesday, 09 September 2014
Posted in General Issues
Replies 5
Likes 0
Views 645
Votes 0
Hello,
I have some questions about Easydiscuss configuration :

-It seems that the anti-spam words filter is not working when words have accent(s) ; it's important because my project is in french. Do you have any solution?

-I use JCE editor to edit forum messages ; When I send a message only including a picture (with no text at all inside the message field) I have an error message from Easydicuss to inform me that this field is emptya nd that the form can't be validated. Any idea to enable someone to post one picture without text from JCE editor ?

Thanks a lot!
Rgds.
hello pixandlove,

Sorry for late reply to this,
Please find the answer in your queries below ;
-It seems that the anti-spam words filter is not working when words have accent(s) ; it's important because my project is in french. Do you have any solution?

>> Can you provide us with your Joomla backend and FTP access so we can help you check on this?
>> Perhaps provide us some accent(s) word, so we can try to replicate in local and see how it goes?

-I use JCE editor to edit forum messages ; When I send a message only including a picture (with no text at all inside the message field) I have an error message from Easydicuss to inform me that this field is emptya nd that the form can't be validated. Any idea to enable someone to post one picture without text from JCE editor ?

>> I have do the debugging on this, it seems like our code is striped the img tag to show the image after you submit the question. (Which means that after the system striped the img tag, then the content become 0 word.)
<p><img src="/images/joomla_logo_black.jpg" alt="joomla logo black" /></p>

>> To fix this, can you try insert a image and enter 1 space for it, then it will detect that have the content and post it successfully.
·
Tuesday, 09 September 2014 15:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

>> To fix this, can you try insert a image and enter 1 space for it, then it will detect that have the content and post it successfully.

This works but I don't want to ask all my users to add a sign or space in order to send their message. Any other automatic solution? Thanks.
·
Wednesday, 10 September 2014 01:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Pixandlove,

Sorry for late reply to this,
Can you download my attachment file and replace in this file location -> JoomlaFolder\components\com_easydiscuss\controllers\posts.php
and see how it goes?
·
Wednesday, 10 September 2014 12:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex,
Picture posts works great with your php file ; except for the answer: I have the same problem if I want to answer a message with just a picture, without any text. Is it possible to use the same mecasnism for answers?
Thanks a lot.
Rgds.
·
Wednesday, 10 September 2014 14:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello pixandlove,

Sorry for late reply to this,
Try download my attachment file and replace in this file JoomlaFolder\components\com_easydiscuss\views\post\view.ajax.php
Actually this is using the ajax submit the reply, so you need to refresh the page, the image only appear in your page.
·
Wednesday, 10 September 2014 18:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post