check 'Private comment' by default

Can anyone tell me how I can have 'Private comment' checked by default. What do I need to edit?

Thanks for your help!

Comments

  • place `$_zp_comment_stored[5]=1` just before you call `printCommentForm()`
  • bart Member
    Thanks, appreciated!!!
  • bart Member
    One more question. I keep getting errors, where would you place that line:

    <?php
    if (function_exists('printCommentForm')) {
    ?>
    <div id="comments">
    <?php printCommentForm(); ?>
    </div>
    <?php
    }
    ?>
    </div>
    </div>
  • acrylian Administrator, Developer
    If you haven't I suggest to read the theming tutorial and look at the standard themes.
  • bart Member
    I have actually but I have no php knowledge. Is going to take me a lot of time to figure out what's going on that's why I thought i'd ask :) I was hoping it would be easy for you to point out where exactly to place the ' $_zp_comment_stored[5]=1'
  • acrylian Administrator, Developer
    sbillard already told you where to place that above...
Sign In or Register to comment.