Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

only search box
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: only search box
*
#39522
only search box 11 Years, 2 Months ago Karma: 0
i want that user will see only search box , no data , no titles . when the user will start to search - only than the table will open. can it be ???
The administrator has disabled public write access.
 
#39532
Re:only search box 11 Years, 2 Months ago Karma: 748
Hello,

You can create an article with a search form, submit a search string to another article with "ARI Data Tables" module and use the search string in "SELECT" SQL query.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39534
Re:only search box 11 Years, 2 Months ago Karma: 0
hy ,
can you be more specific for the unproffetional guy

ginatnoy.co.il/index.php?option=com_content&view=article&layout=edit&id=545
The administrator has disabled public write access.
 
#39631
Re:only search box 11 Years, 2 Months ago Karma: 748
Read this post.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39794
Re:only search box 11 Years, 2 Months ago Karma: 0
hi.
need some more help please-

i did as written - and the search result send me to Home page:

the table
ginatnoy.co.il/index.php?option=com_content&view=article&layout=edit&id=545

the article with serach string:
ginatnoy.co.il/index.php?option=com_content&view=article&layout=edit&id=448

thank you so much
Ariel benjamin
The administrator has disabled public write access.
 
#39805
Re:only search box 11 Years, 2 Months ago Karma: 748
Hello,

Try to use the following HTML code for search form:

Code:


<form method="GET" action="/index.php">
  Search: <input type="text" size="45" name="sSearch">
  <br /> <br />
  <input type="submit" value="Search" />
  <input type="hidden" name="option" value="com_content" />
  <input type="hidden" name="view" value="article" />
  <input type="hidden" name="id" value="545" />
</form>



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12