By Supporter on Thursday, 20 June 2019
Posted in General Issues
Likes 0
Views 501
Votes 0
Hello,

I find the post page in ED is becoming too long if I enable the comments on answers.
It adds a large box underneath every answer when a simple button would be enough...
In the screenshot provided you can see:
Comment
There are no comments made yet.
(BUTTON) Add Comment (/BUTTON)

Can you please explain, if this is possible, to get rid of the text and only display the button ?
A modification that would not be overriden with a future update if possible.
Thank you in advance...
Hi there,

Currently, that how it should shown. In my opinion, those messages need to be showcase, if not, it will looks weird as you can see here https://screencast.com/t/9lhjTirJ and might caused some confusion among your users.

Perhaps, it would best if you could submit your feature request regarding this simply by creating a new ticket on the forums, and set it to "Feature Request" so everyone else on the site could vote for it as well if you thinks this will improve our product. The team will usually prioritize features that are in popular demand during the development process of the next major release.

To remove them, you can do modifications at this file .../components/com_easydiscuss/themes/wireframe/comments/default.php and remove codes below.

[gist type="php"]
<div class="ed-comments-wrapper__empty t-lg-mb--md">
<?php echo JText::_('COM_EASYDISCUSS_NO_COMMENT_YET');?>
</div>
[/gist]

Thanks for your understanding.
·
Thursday, 20 June 2019 15:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

No I do not want to create a feature request.
A complete new theme, much cleaner and more actual is much more important than this simple request...
I personally find it so ugly to have all that wasted space under every answser ...
Thank you for the code modification you provided I can now make it look nicer to my liking.
·
Thursday, 20 June 2019 17:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Thursday, 20 June 2019 18:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post