Plugin Directory

Changeset 668322


Ignore:
Timestamp:
02/15/2013 07:17:57 AM (13 years ago)
Author:
mspyratos
Message:

readme.txt update

Location:
show-hide-author
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • show-hide-author/tags/2.0/readme.txt

    r668321 r668322  
    6666
    6767If you are unfamiliar with using firebug (or similar debug tools), then send me an email ( m.spyratos@hotmail.com ).
    68 Otherwise, follow this simple steps.
     68Otherwise, follow these simple steps.
    6969
    7070**STEPS**
    71 
    72711. Locate the `by` word you want to remove, by using firebug.
    73721. Find the `class` of the parent container that contains the `by` word and its tag.
     
    8685</div>` 
    8786 
    88 Then you should fill
     87Then you should enter
    8988 
    90 The parent classes: `meta-text`
     89The parent classes: `meta-text` 
    9190The regular expressions: `by`
    9291
    9392*BE CAREFULL* 
    94 This will replace all `by` words inside the `meta-text` class and also it won't remove the whole `<span class="meta-author">by </span>` code.
     93This will replace all `by` words inside the `meta-text` class (if more than one exists) and it won't remove the `<span>` tags surrounding `by`. 
    9594So even better use something like this:
    9695
    97 The parent classes: `meta-text`
     96The parent classes: `meta-text` 
    9897The regular expressions: `<span class="meta-author">by </span>`
    9998
    10099*OR* by using regular expressions.
    101100
    102 The parent classes: `meta-text`
     101The parent classes: `meta-text` 
    103102The regular expressions: `<span class="meta-author(.*?)/span>`
    104103
  • show-hide-author/trunk/readme.txt

    r668321 r668322  
    6666
    6767If you are unfamiliar with using firebug (or similar debug tools), then send me an email ( m.spyratos@hotmail.com ).
    68 Otherwise, follow this simple steps.
     68Otherwise, follow these simple steps.
    6969
    7070**STEPS**
    71 
    72711. Locate the `by` word you want to remove, by using firebug.
    73721. Find the `class` of the parent container that contains the `by` word and its tag.
     
    8685</div>` 
    8786 
    88 Then you should fill
     87Then you should enter
    8988 
    90 The parent classes: `meta-text`
     89The parent classes: `meta-text` 
    9190The regular expressions: `by`
    9291
    9392*BE CAREFULL* 
    94 This will replace all `by` words inside the `meta-text` class and also it won't remove the whole `<span class="meta-author">by </span>` code.
     93This will replace all `by` words inside the `meta-text` class (if more than one exists) and it won't remove the `<span>` tags surrounding `by`. 
    9594So even better use something like this:
    9695
    97 The parent classes: `meta-text`
     96The parent classes: `meta-text` 
    9897The regular expressions: `<span class="meta-author">by </span>`
    9998
    10099*OR* by using regular expressions.
    101100
    102 The parent classes: `meta-text`
     101The parent classes: `meta-text` 
    103102The regular expressions: `<span class="meta-author(.*?)/span>`
    104103
Note: See TracChangeset for help on using the changeset viewer.