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

BookLibary Component Support

Go to bottom Favoured: 0

Order list of Books

ajghell (Visitor)
Posts: 0
graphgraph
User Offline
Order list of Books 11 Years ago
Karma: 0  
Hello,
Is possible to order books in a category by pubblication date? Example a list of magazine:
january 2013
february 2013
march 2013
ecc
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:Order list of Books 11 Years ago
Karma: 101  
Hello,

For now in booklibrary you may order books in category only by "Title", "Author", "Rating", "Hints"
For add ordering by date - current ordering will need rebuild.

You may add these rebuild self (Book library Open Source product) - or order from us with help OrdaSoft support form.
Below small customization manual for Book Library :

Book library 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
»