The BookStore plugin developed by Lubomyr Kudray. Plugin is used to create online book catalog.
The plugin can be used to store a variety of data - filing users, software, etc. It's enough to set the appropriate language strings on one and customize the display of data in the Сonfig.
Version 1.2 released.
Important! If you uses BookStore v.1.1 please replace index.php and admin.php files. Other changes isn't needed.
Urgent! Version 1.2 updated.
Now you can change required status for the non default fields, when create a new book record. Please, download updated version and replace index.php, config.php, de_hints.php, default_hints.php, en_hints.php, ru_hints.php files with new from archive. Other changes isn't needed.
For other see Changelog
Demo and download from BookStore web-site
Git BookStore Git
If the download link above doesn't work, you can download it from the Wiki.
Call pludin in template:
<?php echo bookstore(); ?>
Call plugin on page:
{ { { PLUGIN:bookstore(); } } }
Back to start