This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Reply to comment
#21

Try manually inserting the lines that I changed.
That's the weirdest error I've ever heard of.
Undecided

I'm giving you three guesses...
Reply
#22

It's kind of working now. What do I need to do to reply to a comment?

Have you completed the interview?
Reply
#23

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...
Reply
#24

I added the DB rows/columns and edited the stylesheet but there's no reply link anywhere.

Have you completed the interview?
Reply
#25

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...
Reply
#26

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?
Reply
#27

Why isn't the hover working? Did you not add that section?

I'm giving you three guesses...
Reply
#28

I'd not show the reply link in the preview box.

Have you completed the interview?
Reply
#29

I'll fix that.

I'm giving you three guesses...
Reply
#30

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?
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Deparis
20-Jul-2014, 09:08 AM
Last Post by mariank
22-Dec-2013, 09:36 AM
Last Post by Steven
21-Apr-2013, 05:26 PM
Last Post by Chafik
08-Jan-2011, 01:55 PM
Last Post by Static
03-Jan-2011, 04:00 PM
Last Post by Steven
14-Aug-2010, 12:29 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)