Comments in main body

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
amerry
Posts: 3
Joined: Fri Nov 09, 2007 12:45 pm
Location: Sydney
Contact:

Comments in main body

Post by amerry »

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

Post 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
# 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/
Post Reply