Plugin Directory

Changeset 1063052


Ignore:
Timestamp:
01/08/2015 12:41:17 PM (11 years ago)
Author:
AndreyS.
Message:

Instuctions updated in Readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cbrrate/trunk/README.txt

    r1062756 r1063052  
    36362. Activate the plugin through the 'Plugins' menu in WordPress
    37373. To add the CbrRate widget to the sidebar go to 'Appearance->Widgets', and add the CbrRate to your blog.
     384. You must run script for give currency rate info. This script contains three test url:
     39   /cbrtest - test reading external xml file
     40   /cbrup - update currency rate date from external xmlfile
     41   /cbrread - test reading saved currency rate date
     425. wp-cron run this script hourly if your cron success configured.
     43   Start wp-cron if it is not running, examples:
     44   GET http://site.ru/wp-cron.php
     45   or
     46   wget -q -O - http://site.ru/wp-cron.php > /dev/null 2>&1
     47   or
     48   /opt/php/5.1/bin/php-cgi -f /var/www/user_id/data/www/site.ru/wp-cron.php
     49
    3850
    3951* Для включения виджета, после активации плагина переходим в:
    40 * Внешний вид -
    41 * Виджеты -
     52* Внешний вид
     53* Виджеты
    4254* Перетаскиваем виджет CbrRate на панель сайдбара
     55* Запускаем вручную для первоначального получения данных /cbrup
     56* конфигурируем крон если он не сконфигурирован
     57
    4358
    4459== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.