this is sort of a CSS issue but its WITH the comment window that I have a problem... the font sizes - although they are set exactly the same way vary greatly. ...
OK, I've been working on this for two days now (I am NOT a php guru!), and I've got everything all set. Except, when a comment is posted, it doesn't write to...
I think the only thing I can say is ... to check the permissions on the folder - With your FTP program you need to set the permissions [or CHMOD] for the...
Yeah, I'd already thought of that, and I checked. It's set to 777, and I even got the host admin to double check, and the permissions are set right. What I'm...
I've just installed dotcomments at http://www.royaltech.net/words/weblog.php It allows me to post to the comments page, however if you click on any of the...
... First guess would be that it isn't getting the query string, so it's saving everything in one file (named just .comment probably). Try saving just <? echo...
... Replace getenv('QUERY_STRING') with $_SERVER['QUERY_STRING'] - apparently some hosts think you'll get up to some sort of mischief with getenv. Phil...
... apparently ... <? echo ereg_replace('[^0-9]', '', g$_SERVER['QUERY_STRING']); ?> This is the page at http://www.royaltech.net/words/test.php and using...
Hey all Just wanted to chime in. I started up dotcomments on my new blog (http://alchu.yelloshuga.com) and I wanted to say that I'm very impressed! The only...
Hi, I've been using dotcomments with blogger for a few years now and luckily for me things worked out fine without any problems.. until now. I'm trying to set...
... Do you by any chance have a one-line custom 404 error page? If so, it'll read that when it's counting comments, and misreport the number. There are ...
Can't find the answer so I'll ask to see if anyone can help me. I got everything working, but it always displays that there are "0" Comments even though I have...
... got ... nevermind I figured it out. The $comments_path = "http://mydomain/"; has to have the "/" at the end in both the comments.php and the code you paste...
Everything works on my page after installing dotcomments, but for some reason I get this error. For the life of me I can't figure out why. Can anyone help me? ...
Hello, I've been trying to get v2.4 working and have hit a snag - while my host is running PHP version 4, the "in_array" function used by this script is...
you can use "array_search", it works since PHP 4.0.5 (hope your version is this one or later): if (array_search(getenv('REMOTE_ADDR'), $bannedIP) && ...
Okay, I went through the whole archive of messages to see if the answer to my question was there, but it isn't quite. I keep seeing that you can replace the...
I'm not using Blogger but my own weblog creation tool. What I've done is to program my tool to insert today's date as the number for the dotcomments argument...
You can use DotComments with blogger or any other posting system. To make so, each entry has to have an unique identificator. Each entry will have a number...
I am using crimsonblog and I have a link showing but can't get the comments box to open.. I have a general idea what the problem is but I can't seem to fix...
You just add this lines before </head> of comments.php: <script language="JavaScript"> <!-- function check_fields() { if (document.frmPost.commentName.value) ...