OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Some requests needs to be solved (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Some requests needs to be solved

abualkam1982 (Visitor)
Posts: 0
graphgraph
User Offline
Some requests needs to be solved 11 Years, 6 Months ago
Karma: 0  
I am wishing that i can found assistance in doing the following:

1. hide the cover column in the list view of books in frontend.
2. Show the publisher column in the list view of books in frontend.
3. the ability to hide and show any column i want in the frontend.
4. the ability to export the generated search results to Excel CSV or XLS with one click.
5. The ability to export the entire database to XLS and import it from tat format too.

I wish that i have any of my requests answered.

Best regards.
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:Some requests needs to be solved 11 Years, 6 Months ago
Karma: 101  
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
Logged Logged
The administrator has disabled public write access.
Go to top
»