We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34fc219 + 935a7f1 commit 2ccc990Copy full SHA for 2ccc990
docs/comment/form.md
@@ -35,6 +35,10 @@ The comment submission form is created very similar to a standard web form, only
35
36
<input type="submit" name="submit" value="Submit" />
37
<input type="submit" name="preview" value="Preview" />
38
+
39
+ {!-- required to prevent EE from outputting form if commenting is disabled or expired --}
40
+ {if comments_disabled}Comments on this entry are currently disabled.{/if}
41
+ {if comments_expired}Commenting on this entry has expired.{/if}
42
43
{/exp:comment:form}
44
0 commit comments