For hide in BookLibrary Hints and rating
In files booklibrary.php at all places where find
Code: |
$params->def( 'show_rating', 1 );
$params->def( 'hits', 1 );
|
change them to:
Code: |
$params->def( 'show_rating', 0 );
$params->def( 'hits', 0 );
|
Thanks,
OrdaSoft team