Changeset 668322
- Timestamp:
- 02/15/2013 07:17:57 AM (13 years ago)
- Location:
- show-hide-author
- Files:
-
- 2 edited
-
tags/2.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
show-hide-author/tags/2.0/readme.txt
r668321 r668322 66 66 67 67 If you are unfamiliar with using firebug (or similar debug tools), then send me an email ( m.spyratos@hotmail.com ). 68 Otherwise, follow th issimple steps.68 Otherwise, follow these simple steps. 69 69 70 70 **STEPS** 71 72 71 1. Locate the `by` word you want to remove, by using firebug. 73 72 1. Find the `class` of the parent container that contains the `by` word and its tag. … … 86 85 </div>` 87 86 88 Then you should fill:87 Then you should enter: 89 88 90 The parent classes: `meta-text` 89 The parent classes: `meta-text` 91 90 The regular expressions: `by` 92 91 93 92 *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.93 This 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`. 95 94 So even better use something like this: 96 95 97 The parent classes: `meta-text` 96 The parent classes: `meta-text` 98 97 The regular expressions: `<span class="meta-author">by </span>` 99 98 100 99 *OR* by using regular expressions. 101 100 102 The parent classes: `meta-text` 101 The parent classes: `meta-text` 103 102 The regular expressions: `<span class="meta-author(.*?)/span>` 104 103 -
show-hide-author/trunk/readme.txt
r668321 r668322 66 66 67 67 If you are unfamiliar with using firebug (or similar debug tools), then send me an email ( m.spyratos@hotmail.com ). 68 Otherwise, follow th issimple steps.68 Otherwise, follow these simple steps. 69 69 70 70 **STEPS** 71 72 71 1. Locate the `by` word you want to remove, by using firebug. 73 72 1. Find the `class` of the parent container that contains the `by` word and its tag. … … 86 85 </div>` 87 86 88 Then you should fill:87 Then you should enter: 89 88 90 The parent classes: `meta-text` 89 The parent classes: `meta-text` 91 90 The regular expressions: `by` 92 91 93 92 *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.93 This 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`. 95 94 So even better use something like this: 96 95 97 The parent classes: `meta-text` 96 The parent classes: `meta-text` 98 97 The regular expressions: `<span class="meta-author">by </span>` 99 98 100 99 *OR* by using regular expressions. 101 100 102 The parent classes: `meta-text` 101 The parent classes: `meta-text` 103 102 The regular expressions: `<span class="meta-author(.*?)/span>` 104 103
Note: See TracChangeset
for help on using the changeset viewer.