Ignore:
Timestamp:
Mar 20, 2011, 12:58:38 PM (13 years ago)
Author:
mistic100
Message:

[extensions] Front2Back

  • new admin page
  • some changes in config
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Front2Back/language/en_UK/plugin.lang.php

    r9782 r9784  
    44$lang['Front2Back_front'] = 'See front';
    55
     6$lang['f2b_path'] = "Back sides' folder";
     7$lang['f2b_parent'] = "Web sized pics' sub-folder";
     8$lang['f2b_hd_parent'] = "HD pics' sub-folder";
     9$lang['f2b_suffix'] = "Suffix";
     10
     11$lang['f2b_help'] = "
     12<fieldset>
     13        <legend>Usage examples</legend>
     14        <fieldset>
     15                If you put the web sized back side in <i>thumbnail/back/</i> subfolder of your normal image directory and the high-definition back side in the subfolder <i>pwg_high/back/</i>, use the basic configuration:<ul>
     16                        <li><b>Back sides' folder:</b> <i>empty</i>
     17                        <li><b>Web sized pics' sub-folder:</b> thumbnail/verso/</li>
     18                        <li><b>HD pics' sub-folder:</b> pwg_high/verso/</li>
     19                </ul>
     20        </fieldset>
     21       
     22        <fieldset>
     23                If you prefer to put your backs into a different folder, change the value of the first parameter (relative to the root of the site). Keep in mind that in this case the tree of your gallery is not reproduced, and two images with the same name in two different albums will load the same back side.
     24                <br>For example you can use this setup to search the web sided backs in <i>[ROOT]/verso/</i> and HD backs in <i>[ROOT]/verso/hd/</i>
     25                <ul>
     26                        <li><b>Back sides' folder:</b> verso/
     27                        <li><b>Web sized pics' sub-folder:</b> <i>empty</i></li>
     28                        <li><b>HD pics' sub-folder:</b> hd/</li>
     29                </ul>
     30        </fieldset>
     31       
     32        <fieldset>
     33                Anyway the back side pic may have the same name as the normal pic, in this case let <b>Suffix</b> empty, or a name with suffix.
     34        </fieldset>
     35</fieldset>
     36";
     37
    638?>
Note: See TracChangeset for help on using the changeset viewer.