By tylr23 on Tuesday, 12 October 2021
Posted in General Issues
Likes 0
Views 434
Votes 0
Hi,

I could not find which file to modify in order to have the comment form below the comments and not above.(I use wireframe theme)

Thank you for your time !

Kind regards,

Matt
Hi my bad, I modified the file and could not remember where it was ! Thanks anyway !

wireframe/comments/default.php

<?php if ((($this->acl->get('allow_comment') && !$this->my->guest) || ($this->acl->get('allow_comment') && $this->my->guest)) && $blog->allowComments()) { ?>
<div data-comment-form-wrapper>
<?php echo $this->output('site/comments/form'); ?>
</div>
<?php } ?>
·
Wednesday, 13 October 2021 01:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Matt,

By default the comment form is below the comments(attached).

May I know what comment system you are using?
·
Tuesday, 12 October 2021 11:40
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome Matt.

Glad to know you found the file.

Regards.
·
Wednesday, 13 October 2021 10:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post