1 sing242 Feb 01, 2006 17:41
3 sing242 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 blueyed 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 sing242 Feb 02, 2006 17:07
You are a godsend, thank you VERY much :D
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).