How to change data in the table list of books ? 12 Years, 5 Months ago
Karma: 0
About booklibrary for Joomla
In the table with the list of books, i prefer to show in order on each line :
Book’s cover – Book’s title – Publication date
So, in the file “booklibrary.html.php”, I changed “authors” by “release_Date”, but the date doesn’t appear (the author’s name has disappeared).
Logged
The administrator has disabled public write access.
Re:How to change data in the table list of books ? 12 Years, 5 Months ago
Karma: 102
Hello,
I am sorry, I nut full understand what you mean.
Below small customization manual to ours component:
First of all, 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.
Re:How to change data in the table list of books ? 12 Years, 5 Months ago
Karma: 0
here there are 2 printscreans.
The first one = what i see on the screen from the website (frontend) and the second is the php file
Thanks for your help.
First one:
Logged
The administrator has disabled public write access.