OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Booklibrary Search Field not appearing (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Booklibrary Search Field not appearing

Jupiter065 (Visitor)
Posts: 0
graphgraph
User Offline
Booklibrary Search Field not appearing 11 Years, 5 Months ago
Karma: 0  
Hello, our organization has a copy of BookLibrary v 2.0 Pro installed on our website. I have "Show search field" and "Show Advanced Search Field" selected in the "Settings Frontend", both with Access Level of Everyone, but there is no search field on our library page.

This is only a problem when our menu item points to "BookLibrary - Show All Books", when it goes to "BookLibrary - Show All Categories" the search field appears.

But we want to have the menu item set to "BookLibrary - Show All Books".



How can we make the Search Field appear if the menu item is set to "BookLibrary - Show All Books"?
Logged Logged
Last Edit: 2012/10/08 13:28 By admin.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Booklibrary Search Field not appearing 11 Years, 5 Months ago
Karma: 101  
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
Logged Logged
The administrator has disabled public write access.
Jupiter065 (Visitor)
Posts: 0
graphgraph
User Offline
Re:Booklibrary Search Field not appearing 11 Years, 5 Months ago
Karma: 0  
Thanks, that seemed to work.

For future reference, the function was "book_list", not "books", at least for me.

Thanks,
Alex
Logged Logged
The administrator has disabled public write access.
Go to top
»