smartie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pages Not FoundThanks a lot! That worked. =) What’s strange though, is that it doesn’t work for the old blog. Not to worry since I worked around it and it’ll shortly just be there as an archive anyway.
Forum: Plugins
In reply to: Threaded Comments for 1.2Yes, 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.
Forum: Plugins
In reply to: Threaded Comments for 1.2Anyone? The website’s here: http://weblog.partially-opaque.co.uk if that helps.
Forum: Plugins
In reply to: Threaded Comments for 1.2When 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.
Forum: Plugins
In reply to: Threaded Comments for 1.2OK, 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! =)