Recent Topics

1 Mar 21, 2006 12:10    

Hi all,

Been using b2evolution for a few months but i don't quite understand all the settings and stuff completely yet.
For now i noticed i got spammed so i updated the spam list, doing that i'm wondering if the 'leave a comment' link on the blog entries can be disabled?
The blog is running on http://www.delphiwizard.org

Thanks

2 Mar 21, 2006 12:49

If you go into admin > blogs > blog name > advanced you'll see a setting near the bottom of the page that will allow you to disable comments per blog.

¥

3 Mar 21, 2006 14:35

¥åßßå wrote:

If you go into admin > blogs > blog name > advanced you'll see a setting near the bottom of the page that will allow you to disable comments per blog.

¥

But not in Dawn? I am only able to disable trackbacks and pingbacks

4 Mar 21, 2006 17:13

¥åßßå wrote:

If you go into admin > blogs > blog name > advanced you'll see a setting near the bottom of the page that will allow you to disable comments per blog.

¥

Thanks ¥åßßå, found the setting right where u pointed me to.

5 Mar 21, 2006 17:21

But not in Dawn? I am only able to disable trackbacks and pingbacks

skins/skin name/_feedback.php, add this near the top

$disp_comment_form = 0;

Personaly I'd also crack open htsrv/comment_post.php and replace it all with


<?php
require_once( dirname(__FILE__) . '/../b2evocore/_main.php' );
param( 'redirect_to', 'string' );
$location = (!empty($redirect_to)) ? $redirect_to : $_SERVER['HTTP_REFERER'];
header( 'Refresh:0;url='.str_replace('&amp;', '&', $location) );
?>

Thanks ¥åßßå, found the setting right where u pointed me to.

No problem ;)

¥

6 Aug 28, 2019 19:29

b2evo 6.10.8
bootstrap_manual skin

How do you disable "comments". I tried the methods already mentioned.

wrc


Form is loading...