Saturday Sep 11

SEF Translate


Welcome, Guest
Please Login or Register.    Lost Password?
"nothing found" doesnt show up (1 viewing) (1) Guest
BookLibary Component Support
Go to bottom Favoured: 0
TOPIC: "nothing found" doesnt show up
#613
Re:"nothing found" doesnt show up 6 Months, 3 Weeks ago Karma: 0  
Ok so it works on your site
So does this mean, I have to install the last booklibrary version for it to work?
cramer80 (User)
Junior Boarder
Posts: 31
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#614
Re:"nothing found" doesnt show up 6 Months, 3 Weeks ago Karma: 0  
This is what sows in the booklibrary.html.php code


<?php
if(strpos($currentcat->header,_BOOKLIBRARY_LABEL_SEARCH) && count($rows) == 0 ){
?>
<div class="componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>">
<?php echo _BOOKLIBRARY_NOTHING_FOUND; ?>
</div>
<?php
return;
}

if($params->get('show_search'){
?>
cramer80 (User)
Junior Boarder
Posts: 31
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#617
Re:"nothing found" doesnt show up 6 Months, 3 Weeks ago Karma: 8  
and ... ???
admin (Admin)
Admin
Posts: 462
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
Go to top