haha wow, I installed the old one this morning.. IT didn’t work. Before I start on this, should I delete some files from the old one?
thanks a lot by the way for the many hacks laughinglizard =)
You will need 1.2 Nightly, preferably the latest one before this hack works. I would suggest starting with a fresh upgrade. This puts in a lot of fixes. š
hmmm, the Reply to This button doesn’t seem to be showing up in here:
http://mtwib.enlumina.org/journal/archives/2004/05/07/retewrtre/#comments
and this line in comments.php was giving me errors :
<?php edit_comment_link(__(“Edit This”), ‘ |’); ?>
So I had to change it to:
<?php edit_comment_link(‘Edit This’, ‘ |’); ?>
@mtwib: you need to upgrade to one of the nightlies (preferably the latest) found here:
http://www.wordpress.org/nightly
before this hack will work for you.
Anonymous
ok so i installed this hack ok but now when i try to reply to a comment, it brings me to a diffrent page then my page where i can leave comments for normal posts. its nothing like my site!? how can i make this inline with my site so it never changes the way it looks?
I’m having some issues with getting this to work correctly. I have everything installed, but when I try replying to a comment I get the message that comments are closed for the entry when they really are not. I’ve double checked this both in my WP admin and when I checked the database using phpmyadmin. I’m using the 2004-05-28 build of WP, and there may be slight changes in this that probably has something to do with the comments not working. Anyone else having similar issues?
Anonymous
A fix for this hack:
The instructions in comments.txt say to replace all of the comment information code with the new threadad reply-to code. The line between the <cite></cite> tags should remain, or the only thing that shows under the comment is the reply/edit link, and not the who it’s by/what time/etc.
Anonymous
Sorry, that was threadedcomments.txt
OK, I got that error to, so tried the above suggested fix, but I still have the same problem.
This is the code I have in the wp-comments.php file:
<cite><?php comment_type(); ?> <?php _e(“by”); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ “><?php comment_time() ?></cite> <?php if (‘yes’ == get_settings(‘thread_comments’)) { ?>
comment_ID.”&post_=”.$post->ID;?>” title=”reply to this comment”>Reply to this comment
<?php } ?>
<?php edit_comment_link(__(“Edit This”), ‘ |’); ?>
<? global $comment; dodos_thread($comment->comment_ID); ?>
Is that right? If so, why’s it not working?! If not, what should I have?
Thanks in advance for your help! =)
Smartie – I’m unclear as to what issues you’ve got.
Could you explain please ? š
When I click on ‘reply to this comment’, I get the error: “Sorry, the comment form is closed at this time.” (Here: http://weblog.partially-opaque.co.uk/wp-comments-reply.php?comment_reply_ID=2&post_=2)
I tried the above suggested fix for it, but it didn’t fix it.
Anyone? The website’s here: http://weblog.partially-opaque.co.uk if that helps.
Have you gone through the Readme again and double-checked you completed every step ?
And have you checked that the new files you uploaded did overwrite the old ones ?
Yes, I double checked all that, but it’s still not working. I think the error probably lies in the wp-comments.php file, but I have *limited* knowledge of PHP, so am struggling to identify the problem.