hello
Please in file
{yours file}/components/com_booklibrary/booklibrary.php
find function showCategory
there are find row:
Code: |
SELECT id, isbn, authors, rating, title, catid, fk_lendid, date, hits, URL,imageURL FROM #__booklibrary
|
and replace that to some like below:
Code: |
SELECT id, isbn, release_Date, authors, rating, title, catid, fk_lendid, date, hits, URL,imageURL FROM #__booklibrary
|
and also as on yours last image you need replace "author" to "release_Date"
Thanks,
OrdaSoft team