Re:Changing fields to not mandatory 10 Years, 10 Months ago
Karma: 97
Hello,
You may in Book library full rebuild any thing and lending request form. But you will need for that change code.
because now if you wish change some filed - will need change all check for that field and will need (if you need that) rebuild work with lend reguest manager and with Lend manager - because now lending request form in Book library connected with these manager - and all fields in Lend request form need for Book library
Thanks,
OrdaSoft
Logged
The administrator has disabled public write access.
Re:Changing fields to not mandatory 10 Years, 9 Months ago
Karma: 0
1. I need to change the ISBN field to Not mandatory, how do I do that?
2. I also need to be able to Not show some fields in the list eg. Remove Image, Rating, Cover and Hits. How do I do that?
3. I have found a bug on the Book details page: the Help on the Printer icon says "PDF"
4. I am also changing the name of the ISBN field to "Location" - I assume I'll just find the English translation file and modify that.
Logged
The administrator has disabled public write access.
Re:Changing fields to not mandatory 10 Years, 9 Months ago
Karma: 97
hello,
First off all you may do all change self or ask that from us - or some body other.
Book library Open source component. At Buttom you will find small Book library customization instruction.
1. I need to change the ISBN field to Not mandatory, how do I do that?
ISBN - that important field, because that we chaek exit it or not. You mau or remove check with code edit or fill that fields with some value like XXXXXXX
I also need to be able to Not show some fields in the list eg. Remove Image, Rating, Cover and Hits. How do I do that?
Need edit file:
{yours site}/components/com_booklibrary/booklibrary.html.php
3. I have found a bug on the Book details page: the Help on the Printer icon says "PDF"
Thank you
4. I am also changing the name of the ISBN field to "Location" - I assume I'll just find the English translation file and modify that.
All book fields and all site constants you may rename with help language file at folder:
{yours site}/components/com_booklibrary/language
Thanks,
OrdaSoft team
Logged
The administrator has disabled public write access.
Re:Changing fields to not mandatory 10 Years, 9 Months ago
Karma: 97
Hello,
Small customization instruction for ours Book library softy
You may do that self, or you may hire us for that.
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
Logged
The administrator has disabled public write access.