Recent Topics

1 Aug 04, 2005 23:04    

Is it possible to just not have the auto-br checkbox attached to the comments section, and just leave it permanently checked and invisible?

Did a search but haven't found any similar topics, sorry if I just missed it...

Thanks in advance

Nick

2 Aug 04, 2005 23:17

I see this in the comment_form.php file in the htsrv directory:

param( 'comment_autobr', 'integer', ($comments_use_autobr == 'always') ? 1 : 0 );

I have no idea if that's the one to work on or what you should do with it, though.


Form is loading...