Changeset 912277
- Timestamp:
- 05/11/2014 09:19:25 PM (12 years ago)
- Location:
- rsskingpro
- Files:
-
- 2 edited
-
tags/1.0.7/includes/screens/settings.php (modified) (3 diffs)
-
trunk/includes/screens/settings.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rsskingpro/tags/1.0.7/includes/screens/settings.php
r912275 r912277 61 61 <h4>contentlength</h4> 62 62 <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> 63 69 <h4>format</h4> 64 70 <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> … … 69 75 <h4>paging</h4> 70 76 <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> 71 81 <h4>ajax</h4> 72 82 <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. … … 79 89 <h4>prevpageclass</h4> 80 90 <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> 81 93 <h3>Format Variables</h3> 82 94 <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 61 61 <h4>contentlength</h4> 62 62 <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> 63 69 <h4>format</h4> 64 70 <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> … … 69 75 <h4>paging</h4> 70 76 <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> 71 81 <h4>ajax</h4> 72 82 <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. … … 79 89 <h4>prevpageclass</h4> 80 90 <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> 81 93 <h3>Format Variables</h3> 82 94 <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.