OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

BookLibary Component Support

Go to bottom Favoured: 0

Added new fields for books

fernandol (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Added new fields for books 12 Years, 3 Months ago
Karma: 0  
Hello there and Happy New Year to everybody.

I added some new fields to the table 'booklibrary' through MySql.

¿Can you tell which files and functions do I need to modify to keep working with the component?

Many thanks

Fernando.
Logged Logged
Last Edit: 2012/01/02 15:59 By fernandol.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Added new fields for books 12 Years, 3 Months ago
Karma: 101  
Hello,

Small Book library customization manual:

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_booklibrarybooklibrary.html.php
site}/components/com_booklibrary/booklibrary.php

booklibrary.html.php - responsible for show data
booklibrary.php - responsible for prepare data

All connection between what user press in Browser - do wit help TASK variable.

also if you wish all Joomla claas 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 defination 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.
fernandol (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Added new fields for books 12 Years, 3 Months ago
Karma: 0  
Here is the list of the new 9 fields for the books managment (search option not included). I already added the columns to the table 'biblio_booklibrary'. All fields are varchar 100.


Could yo do all the necesary changes in the respective files for me?

How much would it be?

Thanks.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Added new fields for books 12 Years, 3 Months ago
Karma: 101  
Hello,

Please send yours request to OrdaSoft support form.

Please give more details how that must look and work.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»