By patrick on Friday, 09 February 2018
Posted in General Issues
Replies 5
Likes 0
Views 672
Votes 0
At this moment, you see all the comments first.
And at the bottom the entry field to add new comments.

Is it possible to turn them around:
So first the entry field.
And beneath the entries.

Please advice,
Patrick
Hi Patrick,

You can do template override for the file below:
.../components/com_komento/themes/wireframe/structure/default.php
·
Friday, 09 February 2018 10:19
·
0 Likes
·
0 Votes
·
0 Comments
·
OK,

but what if there is a komento update?
Are my changes overwritten?

Please advise
·
Friday, 09 February 2018 18:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Patrick,

Do you make Template override for the file? If yes, it will not effect if you update Komento.
Where basically you can copy the file in the folder and paste it in:
/templates/<your_current_template_name>/html/com_komento/structure/default.php
And do the customization in there
·
Friday, 09 February 2018 18:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank You, i did a template override for the file below:
.../components/com_komento/themes/wireframe/structure/default.php

-> I have moved this line up in the .php:
<?php echo $this->output('site/form/default'); ?>

RESULT: form is first, comments underneath.
Perfect!

BUT: for some reason the translation of the title ‘Comments’ is lost!
It should have been ‘Reacties’ (in dutch), but is now changed into ‘Comments (1)’.

I tried language overrides in the english language, but the text remains in english….

Please advise.
·
Friday, 16 March 2018 19:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, we would need to check your site to look into this issue. Perhaps if you can upload your language files here and we'll try to spot for any errors in the translation files.
·
Saturday, 17 March 2018 00:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post