Recent Topics

1 Feb 01, 2006 17:41    

Is there a way to keep all the comments actually displaying on the blog instead of having to click on the comments link?

Thanks :lol:

2 Feb 01, 2006 21:57

I have a link with "c=1" in the URL on my family's blog for that purpose.

You might also want to edit (or create) your stub file and set $dispcomments = 1 (not sure about the name).

3 Feb 01, 2006 23:39

Im very new to this whole process and I thank you for your time but could you elaborate a little. Put a link where? I thought the content in the blog was created when you post a comment.

And where or what page do I modify?

4 Feb 02, 2006 00:29

I've added a link in my skin's _main.php file:


<a href="<?php echo url_add_param( $Blog->get( 'url' ), 'c=1' ) ?>"><?php
                        echo T_('Browse posts with comments') ?></a>


somewhere below the calendar display.

To always force comments to display, go to your skin, edit the _feedback.php file and just add


$c = 1;


before the


	require get_path('skins').'_feedback.php';


part.

5 Feb 02, 2006 17:07

You are a godsend, thank you VERY much :D


Form is loading...