Show your comments inline by default
Author:
Submitted by: ..dot..
Date: 2007-11-22 15:59
Comments: (0)
Ratings:
 
This is a small and simple core hack that allows you to show all your site comments "inline".

Open:
system/functions.php

Find:
Code:
global $db_com, $db_users, $cfg, $usr, $L, $sys;


Add:
Code:
$display = 1;


Like this:
Code:
$display = 1; global $db_com, $db_users, $cfg, $usr, $L, $sys;
Copyright © 2008 Domain.Com. All Rights Reserved.
Page created in 0.195 seconds