Hello,
Do you checked file
{yours site}/components/com_booklibrary/booklibrary.html.php
and function "displaybook" ?
For remove "book ID", find and remove below code:
Code: |
<tr>
<td nowrap="nowrap" width="20%" align="right">
<strong><?php echo _BOOKLIBRARY_LABEL_BOOKID; ?>: </strong>
</td>
<td>
<?php echo $book->bookid; ?>
</td>
</tr>
|
For remove "ISBN", find and remove below code:
Code: |
<tr>
<td nowrap="nowrap" align="right">
<strong><?php echo _BOOKLIBRARY_LABEL_ISBN; ?>: </strong>
</td>
<td>
<?php echo $book->isbn; ?>
</td>
</tr>
|
For remove "number of page", find and remove below code:
<tr>
<td nowrap="nowrap" align="right">
<strong><?php echo _BOOKLIBRARY_LABEL_NUMPAGES; ?>: </strong>
</td>
<td>
<?php echo $book->numberOfPages; ?>
</td>
</tr>
For Hide Rent Request button, you need check BookLibrary Setting "Allow Lend Requests:" , but in yours version - that will only check who has permission for lend request, for hide that you will need download from ours site last version book librrary and upgrade on yours site below file.
{yours site}/components/com_booklibrary/booklibrary.html.php
But first please back up it
Thanks,
OrdaSoft team