Plugin Directory

Changeset 766798


Ignore:
Timestamp:
09/04/2013 09:19:06 AM (13 years ago)
Author:
Fivera
Message:

change in text again :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remove-links-from-comments/trunk/readme.txt

    r766785 r766798  
    1 === Remove link from comments ===
     1=== Remove links from comments ===
    22Contributors: Fivera
    33Donate link:
     
    1313This simple Plugin removes the website field in your comments and also hides all the hyperlinks from comment author user names.
    1414
     15Why is this plugin important?
     16Well i don’t know where to start from :D
     17
     18I’ll start with saying that the external links from our websites pass some of our own juice to the website that they link to. That is not a bad thing at all, i love my juice being passed to websites like WordPress.org or to the websites that have similar content like mine e.g. : websites of the plugin authors that i review and promote on fivera.net or a cool online tool that i use like Pingdom or codepen.io
     19
     20But i certainly don’t want my juice to go to “exterminate rats with this great new poison” website, only because the author has made a decent comment on one of my articles.
     21
     22So I’ve created this simple yet effective plugin to keep the external links to the minimum.
     23
    1524== Installation ==
    1625
    17 1. Upload the `remove-link-from-comments` folder to the `/wp-content/plugins/` directory
     261. Upload the `remove-links-from-comments` folder to the `/wp-content/plugins/` directory
    18271. Activate the plugin through the 'Plugins' menu in WordPress
    1928
     
    2130
    2231= What does this plugin do? =
     32Remove links from comments plugin does only  two things.
    2333
    24 This plugin modifies the behavior of get_author_comment_link, a function in comment-template.php. It strips all HTML tags from the output, so commenter names never link to the website URLs they might have provided when leaving comments.
    25 It also modifies comment_form_default_fields and hides the url_filtered field from the future comments.
     341. It removes the Website field from the comments - modifies comment_form_default_fields
     35
     362. It hides the the hyperlink under comment author box - modifies the behavior of get_author_comment_link
     37
     38So all the feature comments will not have the website field at all and you don't have to worry about the comments that are already on your website as it will automatically hide them showing only the comment authors name as a plain text.
     39
     40
    2641= Where can I see the change? =
    2742
Note: See TracChangeset for help on using the changeset viewer.