siezi / phile-index-paginate
Paginate Folder Plugin for PhileCMS
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:phile-plugin
Requires
- phile-cms/phile: >=1.5.0
README
Output all files in a folder on multiple pages with navigation between pages.
1.1 Installation (composer)
php composer.phar require siezi/phile-index-paginate:*
1.2 Installation (Download)
- Install Phile
- Put this plugin into
plugins/siezi/phileIndexPaginate
2. Activation
After you have installed the plugin. You need to add the following line to your config.php
file:
$config['plugins']['siezi\\phileIndexPaginate'] = ['active' => true];
3. Start
Put (folder-index: current)
on a page (e.g. index.md
). In that place the paginated folder will be displayed.
Use (folder-index: recursive)
to include all subfolder and pages.
4. Config
See config.php
.