Plugin Directory

Changeset 1243367


Ignore:
Timestamp:
09/11/2015 01:40:59 PM (11 years ago)
Author:
gabrielperezs
Message:

Update readme

Location:
ttt-crop
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ttt-crop/tags/0.1.3/readme.txt

    r1143538 r1243367  
    1 === TTT Crop ===
    2 Contributors: 33themes, gabrielperezs, lonchbox, tomasog
     1# TTT Crop
     2---
     3Contributors: 33themes, gabrielperezs, lonchbox, tomasog, 11bits
    34Tags: images, thumbnail, media editor, edit media, image sizes
    45Requires at least: 3.7
     
    89License URI: http://www.gnu.org/licenses/gpl-2.0.html
    910
    10 Edit all generated thumbnails images crop area in a simple way.
     11Select any thumbnail size from your theme and crop it in a simple way.
    1112
    1213
    13 == Description ==
     14## Description
    1415
    15 This is an easy and fast way to crop any uploaded image in your wordpress. No more complicate graphical editors, photos of people without head or products with wrong view. Select the thumbnail, edit the crop area and save a new thumbnail image.
     16This is an easy and fast way to crop any uploaded image in your wordpress. No more complicated graphical editors, photos of people without head or products with wrong view. Select the thumbnail, edit the crop area and save a new thumbnail image.
    1617
    17 This plugin dones´t create new file or folder, when it save the new crop area rewrite the original thumbnail file, this means will not break the theme design :)
     18This plugin doesn't create any new file or folder, when it saves the new crop area it rewrites the original thumbnail file, this means it doesn't affect the theme design :)
    1819
    19 = Features =
     20## Features
    2021
    21 * The plugin automatically use all images created with the function _add_image_size_ even if they are hard crop or proportional. More info in http://codex.wordpress.org/Function_Reference/add_image_size#Crop_Mode
     22* The plugin automatically use all images created with the function _add_image_size_ even if they are hard cropped or proportional. More info in http://codex.wordpress.org/Function_Reference/add_image_size#Crop_Mode
    2223* "Crop Editor" quick link in media list.
    2324* "Crop Editor" link in featured image widget.
    24 * "Crop Editor" Button inside file details in media manager.
    25 * **GEM** Now when you add an image into the editor you to choose and insert any thumbnail size your theme or plugin register into the system.
    26 
    27 = Recomendations =
    28 
    29 If you are a developer and need to rebuild the thumbnails we recommend use this plugins http://wordpress.org/plugins/ajax-thumbnail-rebuild/ it help you to do it one at a time. IMPORTANT: Remember that rebuild thumb will rewrite the thumbnail you croped before with the TTT Crop plugin.
    30 
    31 = Contributions =
    32 
    33 You can send issues, ideas, etc.. to github the repo https://github.com/33themes/ttt-crop
     25* "Crop Editor" button inside file details in media manager.
    3426
    3527
     28## Recomendations
    3629
    37 == Screenshots ==
     30If you are a developer and you need to rebuild the thumbnails we recommend use this plugin: http://wordpress.org/plugins/ajax-thumbnail-rebuild/ it helps you to do it one at a time.
    3831
    39 1. Typical problem with cropped image.
    40 2. Go to medias and open the images, and click in TTT Crop.
    41 3. Choose the image you need, and crop in the area you want.
    42 4. You can crop from featured box
     32IMPORTANT: Notice that rebuilding thumbnails will overwrite the thumbnails cropped with the TTT Crop plugin.
    4333
    44 == Hacks ==
     34
     35## How to use it
     36
     371. Select an image, open the image editor and click on the Crop Editor button.
     382. Choose the image size you want and crop it.
     39
     40
     41## Hacks
    4542
    4643Just copy&paste this code into your functions.php
     
    5552}
    5653?>`
    57 
    58 This hack remove the thumbnail from TTT-Crop Editor tool.
    59 
    60 
    6154
    6255**Remove thumbnails sizes from the editor for an specific post type**
     
    7467}`
    7568
    76 Because we use only two or three thumbnails in a Custom Post Type.
    77 
    78 
    79 
    80 **Change the name of the image to human names**
     69**Change the name of the image to human friendly names**
    8170
    8271`function local_ttt_crop_human_name($name) {
     
    9685
    9786
    98 
    99 
    100 == Installation ==
     87## Installation
    10188
    10289This section describes how to install the plugin and get it working.
    10390
    104 e.g.
    105 
    106911. Upload `ttt-crop` folder to the `/wp-content/plugins/` directory
    107921. Activate the plugin through the 'Plugins' menu in WordPress
    108 
    109 == Contributors ==
    110 
    111 Follow us on https://github.com/33themes/ttt-crop
  • ttt-crop/trunk

    • Property svn:ignore set to
      deploy-git-wordpress-org
      README.md
      readme.md
      .hg
      .hgcheck
      .hgignore
      .git
      .gitignore
  • ttt-crop/trunk/README.md

    r1143538 r1243367  
    11
    2 TTT Crop
    3 ========
     2# TTT Crop
    43
    5 * Contributors: 33themes, gabrielperezs, lonchbox, tomasog
     4* Contributors: 33themes, gabrielperezs, lonchbox, tomasog, 11bits
    65* Tags: images, thumbnail, media editor, edit media, image sizes
    76* Requires at least: 3.7
     
    1110* License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1211
     12Select any thumbnail size from your theme and crop it in a simple way.
    1313
    14 Edit all generated thumbnails images crop area in a simple way.
     14## Description
     15
     16This is an easy and fast way to crop any uploaded image in your wordpress. No more complicated graphical editors, photos of people without head or products with wrong view. Select the thumbnail, edit the crop area and save a new thumbnail image.
     17
     18This plugin doesn't create any new file or folder, when it saves the new crop area it rewrites the original thumbnail file, this means it doesn't affect the theme design :)
     19
     20## Available in WordPress.org
     21
     22Yes, you can find it here:: https://wordpress.org/plugins/ttt-crop/
    1523
    1624
    17 Description
    18 ===========
     25## Features
    1926
    20 This is an easy and fast way to crop any uploaded image in your wordpress. No more complicate graphical editors, photos of people without head or products with wrong view. Select the thumbnail, edit the crop area and save a new thumbnail image.
    21 
    22 This plugin dones´t create new file or folder, when it save the new crop area rewrite the original thumbnail file, this means will not break the theme design :)
    23 
    24 Available in WordPress.org
    25 ==========================
    26 
    27 Yes, it is, here: https://wordpress.org/plugins/ttt-crop/
     27* The plugin automatically use all images created with the function _add_image_size_ even if they are hard cropped or proportional. More info in http://codex.wordpress.org/Function_Reference/add_image_size#Crop_Mode
     28* "Crop Editor" quick link in media list.
     29* "Crop Editor" link in featured image widget.
     30* "Crop Editor" button inside file details in media manager.
    2831
    2932
    30 Features
    31 ========
     33## Screenshots
    3234
    33 * The plugin automatically use all images created with the function _add_image_size_ even if they are hard crop or proportional. More info in http://codex.wordpress.org/Function_Reference/add_image_size#Crop_Mode
    34 * "Crop Editor" quick link in media list.
    35 * "Crop Editor" link in featured image widget.
    36 * "Crop Editor" Button inside file details in media manager.
    37 * *GEM* Now when you add an image into the editor you to choose and insert any thumbnail size your theme or plugin register into the system.
     35Go to Media, open the image and click on Crop Editor.
    3836
     37![Edit image](/screenshots/screenshot-3.png)
    3938
    40 Screenshots
    41 ===========
     39Choose the image size you want and crop it.
    4240
    43 Typical problem with cropped image.
     41![Save](/screenshots/screenshot-2.png)
    4442
    4543![How it works](/screenshots/screenshot-1.png)
    4644
    47 Go to medias and open the images, and click in TTT Crop.
     45You also can crop from featured box
    4846
    49 ![Save](/screenshots/screenshot-2.png)
    50 
    51 Choose the image you need, and crop in the area you want.
    52 
    53 ![Edit image](/screenshots/screenshot-3.png)
    54 
    55 You can crop from featured box
    5647![Edit featured image](/screenshots/screenshot-4.png)
    5748
    58 Hacks
    59 =====
     49## Hacks
    6050
    61 Just copy&paste this code into your functions.php
     51Just copy&paste this code into your functions.php.
    6252
    63 *Remove sizes from the editor*
     53**Remove sizes from the editor**
    6454
    6555You can remove some sizes from the TTT Crop thumbnail editor with this code in your functions.php.
     
    7666```
    7767
    78 *Set human names for the thumbnail names*
     68**Set human friendly names for the thumbnails**
    7969
    8070For example, the name "author-thumbnail" could be "Author Image"
     
    9686```
    9787
    98 *Show some of the sizes of one post_type*
     88**Show only some sizes of a post_type**
    9989
    100 In this example you existe the custom post type "author" and two image sizes
     90In this example you have the custom post type "author" and two image sizes
    10191for the author content (single, archive, etc..). And you want to show only this
    10292two image sizes on the crop screen.
    10393
    104 The idea is make more simple for the end user, don't show all the sizes, only
     94The idea is make it more simple for the end user, showing only
    10595the sizes the user need.
    10696
     
    130120
    131121
    132 Recomendations
    133 ==============
     122## Recomendations
    134123
    135 If you are a developer and need to rebuild the thumbnails we recommend use this plugins http://wordpress.org/plugins/ajax-thumbnail-rebuild/ it help you to do it one at a time. IMPORTANT: Remember that rebuild thumb will rewrite the thumbnail you croped before with the TTT Crop plugin.
     124If you are a developer and you need to rebuild the thumbnails we recommend use this plugin: http://wordpress.org/plugins/ajax-thumbnail-rebuild/ it helps you to do it one at a time.
    136125
    137 Installation
    138 ============
     126IMPORTANT: Notice that rebuilding thumbnails will overwrite the thumbnails cropped with the TTT Crop plugin.
     127
     128## Installation
    139129
    140130This section describes how to install the plugin and get it working.
    141131
    142 e.g.
    143 
    144 1. Upload `ttt-crop` folder to the `/wp-content/plugins/` directory
    145 1. Activate the plugin through the 'Plugins' menu in WordPress
     1321. Upload `ttt-crop` folder to the `/wp-content/plugins/` directory.
     1331. Activate the plugin through the 'Plugins' menu in WordPress.
  • ttt-crop/trunk/readme.txt

    r1143538 r1243367  
    1 === TTT Crop ===
    2 Contributors: 33themes, gabrielperezs, lonchbox, tomasog
     1# TTT Crop
     2---
     3Contributors: 33themes, gabrielperezs, lonchbox, tomasog, 11bits
    34Tags: images, thumbnail, media editor, edit media, image sizes
    45Requires at least: 3.7
     
    89License URI: http://www.gnu.org/licenses/gpl-2.0.html
    910
    10 Edit all generated thumbnails images crop area in a simple way.
     11Select any thumbnail size from your theme and crop it in a simple way.
    1112
    1213
    13 == Description ==
     14## Description
    1415
    15 This is an easy and fast way to crop any uploaded image in your wordpress. No more complicate graphical editors, photos of people without head or products with wrong view. Select the thumbnail, edit the crop area and save a new thumbnail image.
     16This is an easy and fast way to crop any uploaded image in your wordpress. No more complicated graphical editors, photos of people without head or products with wrong view. Select the thumbnail, edit the crop area and save a new thumbnail image.
    1617
    17 This plugin dones´t create new file or folder, when it save the new crop area rewrite the original thumbnail file, this means will not break the theme design :)
     18This plugin doesn't create any new file or folder, when it saves the new crop area it rewrites the original thumbnail file, this means it doesn't affect the theme design :)
    1819
    19 = Features =
     20## Features
    2021
    21 * The plugin automatically use all images created with the function _add_image_size_ even if they are hard crop or proportional. More info in http://codex.wordpress.org/Function_Reference/add_image_size#Crop_Mode
     22* The plugin automatically use all images created with the function _add_image_size_ even if they are hard cropped or proportional. More info in http://codex.wordpress.org/Function_Reference/add_image_size#Crop_Mode
    2223* "Crop Editor" quick link in media list.
    2324* "Crop Editor" link in featured image widget.
    24 * "Crop Editor" Button inside file details in media manager.
    25 * **GEM** Now when you add an image into the editor you to choose and insert any thumbnail size your theme or plugin register into the system.
    26 
    27 = Recomendations =
    28 
    29 If you are a developer and need to rebuild the thumbnails we recommend use this plugins http://wordpress.org/plugins/ajax-thumbnail-rebuild/ it help you to do it one at a time. IMPORTANT: Remember that rebuild thumb will rewrite the thumbnail you croped before with the TTT Crop plugin.
    30 
    31 = Contributions =
    32 
    33 You can send issues, ideas, etc.. to github the repo https://github.com/33themes/ttt-crop
     25* "Crop Editor" button inside file details in media manager.
    3426
    3527
     28## Recomendations
    3629
    37 == Screenshots ==
     30If you are a developer and you need to rebuild the thumbnails we recommend use this plugin: http://wordpress.org/plugins/ajax-thumbnail-rebuild/ it helps you to do it one at a time.
    3831
    39 1. Typical problem with cropped image.
    40 2. Go to medias and open the images, and click in TTT Crop.
    41 3. Choose the image you need, and crop in the area you want.
    42 4. You can crop from featured box
     32IMPORTANT: Notice that rebuilding thumbnails will overwrite the thumbnails cropped with the TTT Crop plugin.
    4333
    44 == Hacks ==
     34
     35## How to use it
     36
     371. Select an image, open the image editor and click on the Crop Editor button.
     382. Choose the image size you want and crop it.
     39
     40
     41## Hacks
    4542
    4643Just copy&paste this code into your functions.php
     
    5552}
    5653?>`
    57 
    58 This hack remove the thumbnail from TTT-Crop Editor tool.
    59 
    60 
    6154
    6255**Remove thumbnails sizes from the editor for an specific post type**
     
    7467}`
    7568
    76 Because we use only two or three thumbnails in a Custom Post Type.
    77 
    78 
    79 
    80 **Change the name of the image to human names**
     69**Change the name of the image to human friendly names**
    8170
    8271`function local_ttt_crop_human_name($name) {
     
    9685
    9786
    98 
    99 
    100 == Installation ==
     87## Installation
    10188
    10289This section describes how to install the plugin and get it working.
    10390
    104 e.g.
    105 
    106911. Upload `ttt-crop` folder to the `/wp-content/plugins/` directory
    107921. Activate the plugin through the 'Plugins' menu in WordPress
    108 
    109 == Contributors ==
    110 
    111 Follow us on https://github.com/33themes/ttt-crop
Note: See TracChangeset for help on using the changeset viewer.