Hello,
You may do that or self or write to ordaSoft support form with custom request - and write what exactly you need and how that must work
If you wish create that self, below small manual customization for Book Library
ours component have Open source,
it have two parts admin and frontend.
in admin you will see two files:
{yours
site}/administrator/components/com_booklibrary/admin.booklibrary.html.php
site}/administrator/components/com_booklibrary/admin.booklibrary.php
admin.booklibrary.html.php - responsible for show data
admin.booklibrary.php - responsible for prepare data
exactly for frontend
{yours site}/components/com_booklibrary/booklibrary.html.php
site}/components/com_booklibrary/booklibrary.php
booklibrary.html.php - responsible for show data
booklibrary.php - responsible for prepare data
Also all fields what you leave empty - will not show at frontend
All connection between what user press in Browser - do wit help TASK variable.
also if you wish all Joomla class methods work. E.g when you create new Book
with help
mosbooklibrary class. you need also edit file
site}/components/com_booklibrary/booklibrary.class.php
and add to class definition all new fields what you added to database
If you give full details what exactly you wish, we will self create that for
you.
Thanks,
Ordasoft team