Thank you it works now but there is another slight problem I have now and I hope you don't mind me asking. The '0 comments' link doesnt change I already added a comment and it still says'0 comments'. Thank you again.
Phil Ringnalda <philringnalda@...> wrote:
Phil Ringnalda <philringnalda@...> wrote:
Jackie wrote:
> My site, pixeltear.l2p.net, I added the comments and scripts and
> everything but every time I add a comment it never stays. The number
> never changes either. Anyone have any suggestions?
Or more precisely, your page http://pixeltear.l2p.net/blogt.php (it
always increases the amount of help you'll get if you don't make people
click a link, then dig a URL out of an iframe, to find the source you're
talking about.)
From readme.txt:
$comments_path [REQUIRED]
This variable stores the exact path on your server in which comments.php
will be located. i.e. if your weblog is hosted at
http://www.mydomain.com/weblog/, $comments_path =
"http://www.mydomain.com/weblog/". Note that this path MUST end with a
forward slash (/).
Since your comment form is submitting to
http://www.pixeltear.l2p.net/blogt.php/comments.php I'd guess you have
it set to http://www.pixeltear.l2p.net/blogt.php/ rather than
http://www.pixeltear.l2p.net/ which is where comments.php is.
Phil Ringnalda