Plugin Directory

Changeset 912277


Ignore:
Timestamp:
05/11/2014 09:19:25 PM (12 years ago)
Author:
ashdurham
Message:

forgotten short code help screen

Location:
rsskingpro
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rsskingpro/tags/1.0.7/includes/screens/settings.php

    r912275 r912277  
    6161            <h4>contentlength</h4>
    6262            <p style='padding-left: 20px;'><strong>Default - 'all'</strong> | Numeric length of the output title. If no limit, 'all' is the value.</p>
     63            <h4>readmorelink</h4>
     64            <p style='padding-left: 20px;'><strong>Default - false</strong> | Turns on the "ream more" link when shortening the description or content fields. Options are true or false</p>
     65            <h4>readmoretext</h4>
     66            <p style='padding-left: 20px;'><strong>Default - 'Read more'</strong> | The text you would like on the "Read more" link</p>
     67            <h4>renderhtml</h4>
     68            <p style='padding-left: 20px;'><strong>Default - false</strong> | Enable rendering of HTML from the description/content data. Options are true or false</p>
    6369            <h4>format</h4>
    6470            <p style='padding-left: 20px;'><strong>Default - '<?= htmlspecialchars('<div class="rsskp_itemhead"><span class="rsskp_date">##PUBDATE##</span><h1 class="entry_title">##LINK##</h1></div><div class="rsskp_content">##DESCRIPTION##</div>'); ?>'</strong> | Format of the output items. Available variable below</p>
     
    6975            <h4>paging</h4>
    7076            <p style='padding-left: 20px;'><strong>Default = true</strong> | Enable paging of the RSS. The 'display' option then becomes how many items per page. Options are true or false</p>
     77            <h4>pagingtype</h4>
     78            <p style='padding-left: 20px;'><strong>Default = 'paging'</strong> | Choice of the type of paging output. Options are 'paging', 'numbers' or 'both'</p>
     79            <h4>paginglocation</h4>
     80            <p style='padding-left: 20px;'><strong>Default = 'bottom'</strong> | Choice of the location of the pagination output. Options are 'bottom', 'top' or 'both'</p>
    7181            <h4>ajax</h4>
    7282            <p style='padding-left: 20px;'><strong>Default - false</strong> | Enable AJAX loading. Instead of previous and next links for paging, this will display a 'view more posts' link which will allow the following page to load in underneath the existing list, and will continue to do so until the list is complete.
     
    7989            <h4>prevpageclass</h4>
    8090            <p style='padding-left: 20px;'><strong>Default - 'rss_pagination_prev'</strong> | Class on the 'previous page' link (only displays when paging is on and ajax is off).</p>
     91            <h4>activeclass</h4>
     92            <p style='padding-left: 20px;'><strong>Default - 'rss_pagination_active'</strong> | Class on the 'active page' link (only displays when paging is on, pagingtype is 'numbers' or 'both' and ajax is off).</p>
    8193            <h3>Format Variables</h3>
    8294            <p>You can control the output by defining what information is output in the format by using variables. These variables are defined by an uppercase word surrounded by hashes (2 hashes on either side). The available variables are:</p>
  • rsskingpro/trunk/includes/screens/settings.php

    r815788 r912277  
    6161            <h4>contentlength</h4>
    6262            <p style='padding-left: 20px;'><strong>Default - 'all'</strong> | Numeric length of the output title. If no limit, 'all' is the value.</p>
     63            <h4>readmorelink</h4>
     64            <p style='padding-left: 20px;'><strong>Default - false</strong> | Turns on the "ream more" link when shortening the description or content fields. Options are true or false</p>
     65            <h4>readmoretext</h4>
     66            <p style='padding-left: 20px;'><strong>Default - 'Read more'</strong> | The text you would like on the "Read more" link</p>
     67            <h4>renderhtml</h4>
     68            <p style='padding-left: 20px;'><strong>Default - false</strong> | Enable rendering of HTML from the description/content data. Options are true or false</p>
    6369            <h4>format</h4>
    6470            <p style='padding-left: 20px;'><strong>Default - '<?= htmlspecialchars('<div class="rsskp_itemhead"><span class="rsskp_date">##PUBDATE##</span><h1 class="entry_title">##LINK##</h1></div><div class="rsskp_content">##DESCRIPTION##</div>'); ?>'</strong> | Format of the output items. Available variable below</p>
     
    6975            <h4>paging</h4>
    7076            <p style='padding-left: 20px;'><strong>Default = true</strong> | Enable paging of the RSS. The 'display' option then becomes how many items per page. Options are true or false</p>
     77            <h4>pagingtype</h4>
     78            <p style='padding-left: 20px;'><strong>Default = 'paging'</strong> | Choice of the type of paging output. Options are 'paging', 'numbers' or 'both'</p>
     79            <h4>paginglocation</h4>
     80            <p style='padding-left: 20px;'><strong>Default = 'bottom'</strong> | Choice of the location of the pagination output. Options are 'bottom', 'top' or 'both'</p>
    7181            <h4>ajax</h4>
    7282            <p style='padding-left: 20px;'><strong>Default - false</strong> | Enable AJAX loading. Instead of previous and next links for paging, this will display a 'view more posts' link which will allow the following page to load in underneath the existing list, and will continue to do so until the list is complete.
     
    7989            <h4>prevpageclass</h4>
    8090            <p style='padding-left: 20px;'><strong>Default - 'rss_pagination_prev'</strong> | Class on the 'previous page' link (only displays when paging is on and ajax is off).</p>
     91            <h4>activeclass</h4>
     92            <p style='padding-left: 20px;'><strong>Default - 'rss_pagination_active'</strong> | Class on the 'active page' link (only displays when paging is on, pagingtype is 'numbers' or 'both' and ajax is off).</p>
    8193            <h3>Format Variables</h3>
    8294            <p>You can control the output by defining what information is output in the format by using variables. These variables are defined by an uppercase word surrounded by hashes (2 hashes on either side). The available variables are:</p>
Note: See TracChangeset for help on using the changeset viewer.