2 yabba Mar 21, 2006 12:49

¥åßßå 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
¥åßßå 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.
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('&', '&', $location) );
?>
Thanks ¥åßßå, found the setting right where u pointed me to.
No problem ;)
¥
b2evo 6.10.8
bootstrap_manual skin
How do you disable "comments". I tried the methods already mentioned.
wrc
Select the collection > Features > Comments > Feedback options > Not allowed
Disable here: https://b2evolution.net/man/comment-feedback-options
Note: posts from 2006 definitely not relevant to latest versions ;)
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.
¥