By Bruno Alecrim on Thursday, 13 August 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 626
Votes 0
Hi there, is the EasyDiscuss we see no feedback from component after a answer. So I think this is not user friendly. Is there a way to config a green message like the one appear when somebody post a new question?

Also this issue makes a user hit the ENTER button more times, making the messages duplicate.

How to fix that?

http://www.tutorialmaster.com.br/?Itemid=542
Hey Bruno,

When you post a new question or reply to a discussion, a notification bar would actually show up. Perhaps there are some conflicts on the site which prevented these notifications from showing up?

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Thursday, 13 August 2015 02:30
·
0 Likes
·
0 Votes
·
0 Comments
·
I wrote there, the access information. Thanks
·
Thursday, 13 August 2015 05:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Bruno,

I am really sorry for the delay of this reply as I am a little occupied with some meetings earlier today. I have checked your site and it looks like your site is throwing the following errors:


<b>Fatal error</b>: Call to undefined method JDocumentRaw::addCustomTag() in <b>/home/tutor548/public_html
/plugins/system/easyscript250/easyscript250.php</b> on line <b>103</b><br />


The plugin is trying to use an API from Joomla when the format of the document is not html and this is causing these errors. To fix this, I have modified the file /plugins/system/easyscript250/easyscript250.php at line 29, I have added the following codes:


if ($document->getType() != 'html') {
return;
}
·
Friday, 14 August 2015 01:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post