Search the web
Sign In
New User? Sign Up
dotcomments-support · dotcomments
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 403 - 432 of 928   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
403
I am curious to know....
seanmhall2003 <pianom...
seanmhall2003
Offline Send Email
Feb 9, 2003
10:32 pm
404
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. ...
peromedic <peromedic@...
peromedic
Offline Send Email
Feb 11, 2003
1:01 am
405
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...
dfw_silver_lining <bl...
dfw_silver_l...
Offline Send Email
Feb 11, 2003
7:26 am
406
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...
pero theus
peromedic
Offline Send Email
Feb 11, 2003
11:22 pm
407
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...
SilverLining
dfw_silver_l...
Offline Send Email
Feb 12, 2003
1:18 am
408
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...
Benn Glazier <benn@...>
royal618
Offline Send Email
Feb 17, 2003
6:22 pm
409
... 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...
Phil Ringnalda
philringnalda
Offline Send Email
Feb 17, 2003
6:48 pm
410
... list ... it's saving ... Yes, everything being saved (well only one file) as .comment . ... with some ... Done that -...
Benn Glazier <benn@...>
royal618
Offline Send Email
Feb 17, 2003
7:02 pm
411
... Replace getenv('QUERY_STRING') with $_SERVER['QUERY_STRING'] - apparently some hosts think you'll get up to some sort of mischief with getenv. Phil...
Phil Ringnalda
philringnalda
Offline Send Email
Feb 17, 2003
7:26 pm
412
... apparently ... <? echo ereg_replace('[^0-9]', '', g$_SERVER['QUERY_STRING']); ?> This is the page at http://www.royaltech.net/words/test.php and using...
Benn Glazier <benn@...>
royal618
Offline Send Email
Feb 17, 2003
7:57 pm
413
... apparently ... Thanks for your help, much appreciated - http://www.royaltech.net/words/weblog.php is working nicely....
Benn Glazier <benn@...>
royal618
Offline Send Email
Feb 17, 2003
8:49 pm
414
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...
Allan C <chu_allan@...>
chu_allan
Offline Send Email
Feb 28, 2003
6:48 am
415
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...
Sovannara K.
sugababyy
Offline Send Email
Mar 4, 2003
12:54 am
416
... 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 ...
Phil Ringnalda
philringnalda
Offline Send Email
Mar 4, 2003
1:03 am
417
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...
Mätt
xhoul
Offline Send Email
Mar 4, 2003
10:41 am
418
... 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...
Mätt
xhoul
Offline Send Email
Mar 4, 2003
10:55 am
419
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? ...
Mätt
xhoul
Offline Send Email
Mar 9, 2003
10:20 am
420
... any ... lol, nevermind. Dunno why I ever post here. I end up figuring out the problem by myself anyway. ;)...
Mätt
xhoul
Offline Send Email
Mar 9, 2003
10:49 pm
421
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...
Mike
soulflareca
Offline Send Email
Mar 21, 2003
9:23 am
422
The version 2.4 is a beta version, have some bugs, is not official and is discontinued. Sad end :( The best version is the original (2.3) with the...
Henrique 'HoloCoCos' ...
HoloCoCos
Offline Send Email
Mar 21, 2003
11:44 am
423
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) && ...
Pakito Shocolatero
pakito_shoco...
Offline Send Email
Mar 26, 2003
2:37 pm
424
When I try to post comments I get the following error messages: Warning: fwrite(): supplied argument is not a valid stream resource in...
jodybw.geo
Offline Send Email
Mar 27, 2003
5:32 pm
425
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...
Veronica Guzzardi
oh_buggar
Offline Send Email
Mar 28, 2003
1:18 am
426
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...
Pakito Shocolatero
pakito_shoco...
Offline Send Email
Mar 28, 2003
8:03 am
427
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...
Henrique 'HoloCoCos' ...
HoloCoCos
Offline Send Email
Mar 28, 2003
11:09 am
428
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...
DnD
devndilsmom
Offline Send Email
Apr 3, 2003
8:39 pm
429
does anyone know enough php to re-edit dotcomments to force users to put in a name? Thanks....
Nathan Wainwright
storytelr
Offline Send Email
Apr 21, 2003
12:38 am
430
You just add this lines before </head> of comments.php: <script language="JavaScript"> <!-- function check_fields() { if (document.frmPost.commentName.value) ...
Henrique 'HoloCoCos' ...
HoloCoCos
Offline Send Email
Apr 22, 2003
12:24 pm
431
nice tip thanks. Henrique 'HoloCoCos' Cintra <holococos@...> wrote:You just add this lines before </head> of comments.php: <script...
pero theus
peromedic
Offline Send Email
Apr 22, 2003
9:05 pm
432
Works like a charm. Now if I could just get version 2.4 working. I'd be happy with that ban IP function. ... Service....
Nathan Wainwright
storytelr
Offline Send Email
Apr 23, 2003
12:02 am
Messages 403 - 432 of 928   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help