Arkham comments-ui custom templates not working

Hi there,

Has anyone got custom templates working with arkham:comments-ui? I’m specifying my custom templates for single posts and box template as defined in the package guide, but I only ever see the default templates. My templates are definitely created and named correctly, so I don’t know what’s happening…

{{> commentsBox
  id=_id
  boxTemplate="commentsTR"
  singleCommentTemplate="singleCommentTR"
}}

Thanks!

1 Like

I’m having the same problem, did you find a working fix?

I have the following but likewise am only seeing the default templates.

<template name="myTextAreaTemplate">
...
</template>

{{> commentsBox id=documentId textareaTemplate="myTextAreaTemplate"}}
1 Like

Hi there.

I never managed to resolve the issue and I ended up giving up on the package. Do post if you find a solution though - I’d be keen to see.