I took the advice of your posts after reading many and went with the Old Guys script from the DL link you provided. Removed the footer tags you suggested. Got it all installed real nice. I am having the devil of a time getting it to display now on my html pages. I added this to the .htaccess; AddType application/x-httpd-php .html (wow i have a highlight now) i put this; <?php include 'path/head-inc.php'; ?> after the java then with this after it; <?php // insert these only if, for this page, you want to override the defaults $tb_closed = 'Y'; // 'Y' means no more comments can be entered for this page // empty or absent means comments are open $tb_language = 'french'; // overrides default language // these override the normal templates $tb_comments_display_tpl = '/talkback/filename.php'; $tb_comments_form_tpl = '/talkback/filename.php'; $tb_comments_preview_tpl = '/talkback/filename.php'; $tb_comments_reply_tpl = '/talkback/filename.php'; // this is used if captcha is enabled, otherwise it is ignored // if absent, theme defaults to 'custom' // choices are: custom, white, red, clean, blackglass $tb_captcha_theme = 'white'; include 'relative path/head-inc.php'; At the bottom of the page in the head tag i put: <?php require 'path/comments.php'; ?> and <?php require 'http://yoursite.com/talkback/comments.php'; ?> and <?php include $_SERVER['DOCUMENT_ROOT'] . '/talkback/comments.php'; ?>I have nothing appearing on the page anywhere. I have php enabled of course. What am I missing, please tell me. I remember this old feeling and am glad it's an old one Thanks in advance an happy holidays!
You should download for free from here - http://www.4shared.com/rar/xtTMxBwf/Free_comment_script_Download.html enjoy and cheers !! Thanks
I think this script is down since August or so. No response from their support and all comments disappeared from websites running it.