OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
como apagar a função "price to" do site - search (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Como apagar a função "price to" do site - search

AWOJTECZEK (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
como apagar a função "price to" do site - search 11 Years, 8 Months ago
Karma: 0  
Olá,
BookLibary 2.2 Pro

como retirar o campo "price to" do site busca avançada (search advanced)?
how remove "price to" in search adbavced?
Logged Logged
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:como apagar a função "price to" do site - search 11 Years, 8 Months ago
Karma: 101  
Hello,

For hide field price_to in advance search in book library, you need open file:
{yours site}/components/com_booklibrary/booklibrary.html.php

finf function showSearchBooks

and in it find code
Code:


            <td align="left" colspan="1" >
                <?php echo _BOOKLIBRARY_SHOW_SEARCH_PRICE_TO; ?>:&nbsp;
                <input type="text" name="priceto" size="6"/>
            </td>



and replace to
Code:

            <td align="left" colspan="1" >
            </td>



But first please backup old file

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
pgiom (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Re:como apagar a função "price to" do site - search 11 Years, 4 Months ago
Karma: 0  
I've just bought book library pro. On booklibrarysearch free it is possible to hide price tag. Is it not possible to do so on advanced search without coding on php?
Logged Logged
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:como apagar a função "price to" do site - search 11 Years, 4 Months ago
Karma: 101  
Hello,

Price - you may hide as in Book library free and in Book library pro version, but you hide price for book show only !!!

Advance search - that full other. That search through all fields.

edit you may that with help:
edit file:
{yours site}/components/com_booklibrary/booklibrary.html.php


and in it check function:
showSearchBooks


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