FlatPress Forums
Discussions
Activity
Sign In
Plugins
Info: Always show Comments / Comment form
LTB
May 2012
Style Deckay 4.0
To always show comments or if there are no comments show the form to enter one, just edit the following files. It may differ from your style.
open fp-interface/themes/YOURTHEME/entry-default.tpl
Find:
<h3><a href="{$id|link:post_link}
Add after the } the following:
comments/
If you click on the entry title there and there are no comments, maybe your the heading "Add Comments" is a bit out of place, if so just:
Open fp-interface/sharedtpls/comment-form.tpl
Find
<h4>{$lang.comments.head}</h4>
Add before
<br />
mithat
July 2012
I think replacing
<h3><a href="{$id|
link:post_link
}
with
<h3><a href="{$id|
link:post_comments
}
works as well.
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
1,898
Announcements
73
Bugs
258
General
275
Help
775
Off Topic
39
Plugins
249
Show off
47
Themes and Styles
144
Translations
38
In this Discussion
mithat
July 2012
Powered by Vanilla