Page 1 of 1

Comments in main body

Posted: Sun Nov 11, 2007 3:12 am
by amerry
I would like the comments to display immeadiately after the article in the main body rather than the sidebar.

Re: Comments in main body

Posted: Sun Nov 11, 2007 2:31 pm
by garvinhicking
Hi!

That would make your frontpage possibly very large. But you can do that by editing the entries.tpl file of your template (copy it from /templates/default/ into your template dir if yours doesn'T have that file).

Then find those parts in the entries.tpl file:

Code: Select all

{if $is_single_entry and not $use_popups and not $is_preview}
and

Code: Select all

{if $is_single_entry and not $is_preview}
change both of those to:

Code: Select all

{if not $is_preview}
HTH,
Garvin