We have 211 guests online
OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
No Hits and rating (1 viewing) (1) Guest
BookLibary Component Support
Go to bottom Favoured: 0
TOPIC: No Hits and rating
#1857
tischerberlin2 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
No Hits and rating 1 Year, 1 Month ago Karma: 0  
Hi,
on my site we don't use the hits and the rating for our books.
So, how can we disable the result-page of the frontend ?
or and which site we have to change the code ???
X,
Hajo
 
Logged Logged  
  The administrator has disabled public write access.
#1860
admin (Admin)
Admin
Posts: 1673
graph
User Offline Click here to see the profile of this user
Re:No Hits and rating 1 Year, 1 Month ago Karma: 17  
hello in Book Library software you need for hide hit or rating

open file:
{yours site}/components/com_booklibrary/booklibrary.php
and in all places where you find:
Code:

$params->def( 'hits', 1 );

change to
Code:

$params->def( 'hits', 0 );


and
Code:

$params->def( 'show_rating', 1 );

change to
Code:

$params->def( 'show_rating', 0 );


Thanks,
OrdaSoft team
 
Logged Logged  
  The administrator has disabled public write access.
Go to top