Comments in main body
Comments in main body
I would like the comments to display immeadiately after the article in the main body rather than the sidebar.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Comments in main body
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:
and
change both of those to:
HTH,
Garvin
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}
Code: Select all
{if $is_single_entry and not $is_preview}
Code: Select all
{if not $is_preview}
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/