1 delphiwizard Mar 21, 2006 12:10
3 nomad 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 delphiwizard 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 yabba 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('&', '&', $location) );
?>
Thanks ¥åßßå, found the setting right where u pointed me to.
No problem ;)
¥
6 wrc Aug 28, 2019 19:29
b2evo 6.10.8
bootstrap_manual skin
How do you disable "comments". I tried the methods already mentioned.
wrc
7 amoun Aug 28, 2019 23:08
Select the collection > Features > Comments > Feedback options > Not allowed
8 fplanque Aug 28, 2019 23:56
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.
¥