showing comments

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
linda kovacevic
Regular
Posts: 7
Joined: Tue Feb 07, 2006 12:59 pm
Location: The Hague
Contact:

showing comments

Post by linda kovacevic »

is it possible to automatically show the comments underneath an entry instead of clicking on comments?
I'm using the MT - Rusty template.

Thanks!
Linda

PS I'm a serendipity dummie so please write accordingly :wink:
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: showing comments

Post by garvinhicking »

Hi Linda!

I think what comes closest to your request is to enter the Serendipity Configuration and set "Use Comment Popups" to "false". :-)

Regards,
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/
linda kovacevic
Regular
Posts: 7
Joined: Tue Feb 07, 2006 12:59 pm
Location: The Hague
Contact:

Re: showing comments

Post by linda kovacevic »

Thanks again for the quick reaction!
Pity it's not possible...already have them on false...

Regards, Linda
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: showing comments

Post by garvinhicking »

You misunderstood me; it is possible!

But you don't have that option set to false, else the comment popups wouldn't appear!

Regards,
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/
linda kovacevic
Regular
Posts: 7
Joined: Tue Feb 07, 2006 12:59 pm
Location: The Hague
Contact:

Re: showing comments

Post by linda kovacevic »

I should say...until a few hours ago I had them on false...but even then you can't read the comments without clicking on them first...
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: showing comments

Post by garvinhicking »

Yes, that would be important to know.

You can enable showing comments on the frontpage, but I really do not advise to do so, because you might get huge frontpages.

You can achieve it by editing your entries.tpl template (copy it from the default template if oyur template does not have that file).

Change this part:

Code: Select all

        {if $is_single_entry and not $use_popups and not $is_preview}
into this:

Code: Select all

        {if not $is_preview}
Regards,
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