Recent Topics

1 Apr 05, 2010 02:03    

My b2evolution Version: Not Entered

Hi all,

how can I disable the "website" field in the comment feature?

Cheers,
Rainer

2 Apr 05, 2010 06:53

hi rrohde

what do you mean "website". can you paste your blog url site pls.

thanks

3 Apr 05, 2010 10:35

simply removing

//$Form->text( 'o', $comment_author_url, 40, T_('Website'), '<br />'.T_('Your URL will be displayed.'), 100, 'bComment' );

or commenting out that field should suffice.(in _item_comment.form.inc

4 Apr 05, 2010 11:03

Thank you tilqicom - that did the trick.

5 Apr 05, 2010 18:17

You'll also want to kill the param('o') in /htsrv/comment.php by changing

$url = param( 'o', 'string' );

to
$url = '';

Otherwise I could still spam you with a url ;)

¥

6 Apr 05, 2010 20:20

Thank you ¥åßßå :)


Form is loading...