Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   Remove Comment URL Box on 3.6 and change "leave a reply" to "leave a comment" (http://forum.bytesforall.com/showthread.php?t=12144)

MWilson Jan 10, 2011 10:38 AM

Remove Comment URL Box on 3.6 and change "leave a reply" to "leave a comment"
 
On older versions of Atahualpa I was able to remove the "website" box on the comment form with instructions I found on this forum. With 3.6 I can't find the same code to remove in the same files as before. How can remove the website box in 3.6?

I suggest adding this as a theme option. For a lot of people that aren't bloggers the website box is confusing to them. A lot of them end up putting my website in there or an email address or something like n/a, which I have to go in and edit manually.

Also in the older versions I was able to change "leave a reply" to "leave a comment". But can't find where to do it in 3.6. A lot of people think the comment box is a form to contact me and don't realise it is for public comments. With "leave a comment I get more actual comments and more people actually going to my contact page to contact me instead of trying to send me personal emails through a comment.

MWilson Feb 1, 2011 11:30 PM

Anyone know how to remove the "website" box on the comment form?

juggledad Feb 2, 2011 04:36 AM

1) edit 'comment.php' and find the following lines (lines 99-100 in version 3.6.1)
HTML Code:

        'url'    => '<p><input class="text url" id="url" name="url" type="text" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30"  tabindex="3" />' .
                                '&nbsp;&nbsp;<label for="url">' . __( 'Website' ) . '</label></p>'

and change them to
HTML Code:

        'url'    => ''
2) to change 'Leave a Reply' change the text on line 124
HTML Code:

        'title_reply'          => __( 'Leave a Reply' ),


All times are GMT -6. The time now is 07:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.