By Imran Abdulhaq on Saturday, 01 October 2016
Posted in General
Replies 6
Likes 0
Views 236
Votes 0
Dear Support,

What's the difference between comments and reply to a post ?
Can we disable any one of them ?
If yes How to do it ?

Thanks,
Imran
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

The different is :

Reply - This section is suppose to response the question.

Comment - This section is suppose to give some feedback on the reply.

By the way, you can turn off the comment section from backend > Easydiscuss > setting > comment , Hope this help.
·
Sunday, 02 October 2016 10:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Arlex,

Thanks for your inputs .

I have 2 more queries.



How to change the font size of the discussion like in this discussion font size is large that other font in site?



If I need to rename discussion to something else then change the values in file en-GB.com_easydiscuss will do or I need to add an override in Languages ?
if I add a override in Languages will it reflect in email sent to user as well ?


Thanks,
Imran
·
Sunday, 02 October 2016 15:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Adding too much of Override will slow down the site ?

Thanks,
Imran
·
Sunday, 02 October 2016 16:01
·
0 Likes
·
0 Votes
·
0 Comments
·
How to change the font size of the discussion like in this discussion font size is large that other font in site?

You can add custom css into your current template css file to increase the font size. If you need help on this, perhaps you provide us with some screenshot which part of the font size you would like to change?

If I need to rename discussion to something else then change the values in file en-GB.com_easydiscuss will do or I need to add an override in Languages ?

I would like to suggest you to override your language in Joomla is because when you update to next version, it will not affect with your custom language translation, you can refer on this documentation here : https://docs.joomla.org/J3.x:Language_Overrides_in_Joomla

if I add a override in Languages will it reflect in email sent to user as well ?

Yes.

Adding too much of Override will slow down the site ?

Nope, it will not affect your site performance regarding this override.

Hope this help.

P/S: In the future, please start a new ticket for any new questions rather than posting on your existing thread as it would be more difficult for us to manage in the future.
·
Monday, 03 October 2016 11:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Team,

I have attached 2 screenshots where the font size of the form is different.
please guide me hoe to increase the font size in the editor ?

Thanks,
Imran
·
Wednesday, 05 October 2016 15:27
·
0 Likes
·
0 Votes
·
0 Comments
·
You have to use CSS to increase the font size from the editor, try apply this following css block code into your template custom css file JoomlaFolder/templates/favourite/css/custom.css

#ed .markItUpEditor {
font-size: 20px !important;
}
·
Wednesday, 05 October 2016 19:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post