OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Changing fields to not mandatory (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Changing fields to not mandatory

blue7 (Visitor)
Posts: 0
graphgraph
User Offline
Changing fields to not mandatory 11 Years, 11 Months ago
Karma: 0  
Hello

Is there a possibility to make some fileds which are mandatory by default not to be mandatory, for example in the lending request form.

Thanks
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Changing fields to not mandatory 11 Years, 11 Months ago
Karma: 101  
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 Logged
The administrator has disabled public write access.
Peter Brooks (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:Changing fields to not mandatory 11 Years, 10 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 Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Changing fields to not mandatory 11 Years, 10 Months ago
Karma: 101  
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 Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Changing fields to not mandatory 11 Years, 10 Months ago
Karma: 101  
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 Logged
The administrator has disabled public write access.
Go to top
»