Posts: 535
Threads: 31
Joined: Jul 2010
Try manually inserting the lines that I changed.
That's the weirdest error I've ever heard of.
I'm giving you three guesses...
Posts: 2,894
Threads: 59
Joined: Jun 2010
It's kind of working now. What do I need to do to reply to a comment?
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
Make sure you added the DB rows/columns, edit the stylesheet, and click on a comment with the "[reply]" link when you hover over it. If you try to reply to a reply, It will automatically reply to the parent comment.
I'm giving you three guesses...
Posts: 2,894
Threads: 59
Joined: Jun 2010
I added the DB rows/columns and edited the stylesheet but there's no reply link anywhere.
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
Did you put "includes/functions/comments.php" where it should be?
DB's in phpMyADMIN
Code:
218 form default_reply 0
219 form enabled_reply 1
220 form default_reply_name no one
Also, does the form have anything extra, like a text box with a number?
I'm giving you three guesses...
Posts: 2,894
Threads: 59
Joined: Jun 2010
I commented out the following in the stylesheet and now I can see the reply link.
Code:
.reply_link {
/*visibility: hidden;*/
float: right;
font-size: 0.8em;
}
Yeah the form has the 'Reply to' text field.
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
Why isn't the hover working? Did you not add that section?
I'm giving you three guesses...
Posts: 2,894
Threads: 59
Joined: Jun 2010
I'd not show the reply link in the preview box.
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
I'll fix that.
I'm giving you three guesses...
Posts: 2,894
Threads: 59
Joined: Jun 2010
Yeah I did add this to the stylesheet:
Code:
.comment_box_1:hover .reply_link, .comment_box_2:hover .reply_link, .admin_comment_box_1:hover .reply_link, .admin_comment_box_2:hover .reply_link {
visibility: visible;
}
Have
you completed
the interview?