Title: Vatomi
Author: nK
Published: <strong>22. 7. 2018</strong>
Last modified: 2. 11. 2019

---

Prohledat pluginy

![](https://ps.w.org/vatomi/assets/banner-772x250.png?rev=2185064)

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

![](https://ps.w.org/vatomi/assets/icon-256x256.png?rev=2185064)

# Vatomi

 Autor: [nK](https://profiles.wordpress.org/nko/)

[Stáhnout](https://downloads.wordpress.org/plugin/vatomi.1.0.3.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/vatomi/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/vatomi/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/vatomi/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/vatomi/#developers)

 [Podpora](https://wordpress.org/support/plugin/vatomi/)

## Popis

### Features

 * Envato oAuth button in registration form
 * AwesomeSupport integration for Envato products
 * Activation API for themes and plugins developers

### Activation themes/plugins for developers

 1. Fill settings in **wp_admin > Vatomi > Settings > Envato Settings**
 2. Create Licenses page in **wp_admin > Vatomi > Settings > Licenses**
 3. Use these links to let users activate your theme/plugin:
 4.  * Activate
     *     ```
           <a href="<?php echo esc_attr( 'https://{YOUR_SITE}/licenses/?vatomi_item_id={ITEM_ID}&vatomi_action=activate&vatomi_site=' . urlencode( home_url( '/' ) ) . '&vatomi_redirect=' . urlencode( admin_url( 'admin.php?page={YOUR_THEME_PAGE}' ) ) ); ?>" class="button button-primary">Activate</a>
           ```
       
     * After button clicked, user will be redirected back to their site on the page`
       admin_url( 'admin.php?page={YOUR_THEME_PAGE}' )` with available GET variables,
       that you can use:
        - **vatomi_action** (activate, deactivate)
        - **vatomi_item_id** (item ID)
        - **vatomi_license_code** (Envato purchase code)
     * Deactivate
     *     ```
           <a href="<?php echo esc_attr( 'https://{YOUR_SITE}/licenses/?vatomi_item_id={ITEM_ID}&vatomi_action=deactivate&vatomi_license={PURCHASE_CODE}&vatomi_redirect=' . urlencode( admin_url( 'admin.php?page={YOUR_THEME_PAGE}' ) ) ); ?>" class="button button-primary">Deactivate</a>
           ```
       
     * After button clicked, user will be redirected back to their site on the page`
       admin_url( 'admin.php?page={YOUR_THEME_PAGE}' )` with available GET variables,
       that you can use:
        - vatomi_action (activate, deactivate)
        - vatomi_item_id (item ID)
        - vatomi_license_code (Envato purchase code)

After theme/plugin activated, you will be able to use Vatomi API:

 * Get URL to ZIP file:
 *     ```
       https://{YOUR_SITE}/wp-json/vatomi/v1/envato/item_wp_url/{ITEM_ID}?license={PURCHASE_CODE}&site={ACTIVATED_SITE_ADDRESS}
       ```
   
 * Get item current version number:
 *     ```
       https://{YOUR_SITE}/wp-json/vatomi/v1/envato/item_version/{ITEM_ID}
       ```
   
 * Check valid purchase code (if user purchased item from you):
 *     ```
       https://{YOUR_SITE}/wp-json/vatomi/v1/envato/check_license/{PURCHASE_CODE}
       ```
   

## Instalace

#### Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers
itself and you don’t need to leave your web browser. To do an automatic install 
of Vatomi, log in to your WordPress dashboard, navigate to the Plugins menu and 
click Add New.

In the search field type Vatomi and click Search Plugins. Once you’ve found our 
plugin you can view details about it such as the point release, rating and description.
Most importantly of course, you can install it by simply clicking “Install Now”.

#### Manual installation

The manual installation method involves downloading our Vatomi plugin and uploading
it to your webserver via your favourite FTP application. The WordPress codex contains
[instructions on how to do this here](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

Vatomi je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

 *   [ nK ](https://profiles.wordpress.org/nko/)

[Přeložte “Vatomi” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/vatomi)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/vatomi/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/vatomi/), nebo se přihlaste
k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/vatomi/) pomocí
[RSS](https://plugins.trac.wordpress.org/log/vatomi/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 1.0.3

 * improved user search code
 * changed logs prune to transient instead of cron
 * removed permission callback from rest endpoints because called twice
 * fixed license deactivation redirection when not enough data (always redirect 
   if we have redirection url and item id)

#### 1.0.2

 * added transient to Envato products api method
 * updated buttons on licenses page
 * fixed redirect urls while license activation

#### 1.0.1

 * fixed ajax purchase verification
 * added plugin version in enqueued assets

#### 1.0.0

 * Initial Release

## Meta

 *  Verze **1.0.3**
 *  Poslední aktualizace **před 7 roky**
 *  Aktivních instalací **10+**
 *  Verze WordPressu ** 4.8.0 nebo novější **
 *  Testováno až do WordPressu **5.3.23**
 *  Verze PHP ** 5.4 nebo novější **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/vatomi/)
 * Štítků
 * [activation](https://cs.wordpress.org/plugins/tags/activation/)[envato](https://cs.wordpress.org/plugins/tags/envato/)
   [license](https://cs.wordpress.org/plugins/tags/license/)[oauth](https://cs.wordpress.org/plugins/tags/oauth/)
   [support](https://cs.wordpress.org/plugins/tags/support/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/vatomi/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

[Vaše hodnocení](https://wordpress.org/support/plugin/vatomi/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/vatomi/reviews/)

## Spolupracovníci

 *   [ nK ](https://profiles.wordpress.org/nko/)

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/vatomi/)