OSDN Git Service

fix sticky mode
[nucleus-jp/nucleus-plugins.git] / trunk / NP_ShowBlogs / showblogs / english.php
1 <?php
2         define('_SHOWB_DESC',   'This plugin displays items of ALL or EACH blogs, and the link to other pages. <br />'
3                                                   . '"MultipleCategories" supported! (NP_MultipleCategories v0.15 is required.)<br />'
4                                                   . 'Usage: &lt;%ShowBlogs(default/index, 15, all, 2, DESC, 6/15/56/186, default/stick)%&gt;');
5         define('_CAT_FORMAT',   'category name disp format');
6 //      define('_CATNAME_SHOW', '[allblog mode only] category name to show (0:catname on blogname, 1:catname only, 2:blogname only)');
7 //      define('_STICKMODE',    '[currentblog mode only] 0:show all stickyID, 1:show current blog stickyID only');
8         define('_STICKMODE',    '[currentblog mode only] sticky mode');
9         define('_ADCODE_1',     '[Ads code_1] code displayed under first and second item of the page');
10         define('_ADCODE_2',     '[Ads code_2] code displayed under second and third item of the page');
11         define('_TAG_MODE',     'TagEX narrow mode on page-switch');
12         define('_TAG_SELECT',   'all blogs|0|currentblog only|1|narrowed with catid/subcatid|2');
13         define('_STICKSELECT',  'show all stickyID|0|show current blog stickyID only|1');
14 ?>