Hello,
Please open file:
{yours site}/components/com_booklibrary/booklibrary.php
find function: "books"
In it find code:
Code: |
$params->def( 'show_rating', 1 );
|
and replace it to
Code: |
$params->def( 'show_rating', 1 );
$params->def( 'show_search', '1' );
|
But first please backup that file
Thanks,
OrdaSoft team