Plugin Directory

Changeset 2863941


Ignore:
Timestamp:
02/12/2023 02:02:10 PM (3 years ago)
Author:
casetta
Message:

Added documentation url ref into settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • webcam-viewer/trunk/settings.php

    r2492328 r2863941  
    7676            <p><b><?php echo __("Don't forget to set the url, where the images are saved by the webcam, on the widget", 'Webcam-viewer'); ?></b></p>
    7777
    78             <p><?php echo __("Insert the url (example: webcam / frame.jpg) of the image if it is single or insert the path (example: webcam / camera9 / Frame /) if the images are multiple", 'Webcam-viewer'); ?></p>
    79 
     78            <p><?php echo __("Insert the url (example_path_to_webcam/frame.jpg) of the image if it is single or insert the path (example_path_to_webcam/example_webcam_folder/example_images_folder/) if the images are multiple. Usually the path is without domain but, sometimes, some servers want the url with domain: plese try both.", 'Webcam-viewer'); ?></p>
     79            <p><?php echo __("Please, read the documentation here: https://programmisitiweb.lacasettabio.it/en/Product/webcam-viewer-wordpress/", 'Webcam-viewer'); ?></p>
    8080            <?php settings_errors(); ?>
    8181
    82 
    83 
    8482            <form method="post" action="options.php">
    8583
Note: See TracChangeset for help on using the changeset viewer.