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?

Show Results After Searching
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Show Results After Searching
#25173
Show Results After Searching 12 Years, 2 Months ago Karma: 0
Hi,

Before buying this great extensions I asked wheter I can show result only by demanding it.

I mean. I have search box this is fine. But I need to show results by searching them. You told me it is possible to have this function. How can i do that?

And do you have tutorial where you explained all the functions of your module?

Regards
The administrator has disabled public write access.
 
#25175
Re:Show Results After Searching 12 Years, 2 Months ago Karma: 748
Do you want to show a search box before showing results?

Regard,
ARI Soft
The administrator has disabled public write access.
 
#25176
Re:Show Results After Searching 12 Years, 2 Months ago Karma: 0
Yes. I need only search box. Here is the scenario:

I want to learn my test results. I have an id: 12345678911 (id length is 11 and standart)
I enter my id to search box. Than I see my results.

Regards.
The administrator has disabled public write access.
 
#25177
Re:Show Results After Searching 12 Years, 2 Months ago Karma: 748
You can create two articles and add the next HTML code to the first article:

Code:


<form action="index.php?option=com_content&view=article&id=ARTICLE_ID" method="post">
ID: <input type="text" size="20" name="adt_tckimlik" />
</form>



Where ARTICLE_ID is ID of the second article.

In the second article load "ARI Data Tables" module which help "Content - ARI Data Tables" plugin, the code will look like:

Code:


{aridatatables moduleId="MOD_ID"}{/aridatatables}



Where MOD_ID is ID of "ARI Data Tables" module.

Use the next SQL query in "ARI Data Tables" module settings:

Code:


SELECT
 *
FROM
 `sonuclar`
WHERE
 tckimlik = {$REQUEST:adt_tckimlik}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#25178
Re:Show Results After Searching 12 Years, 2 Months ago Karma: 0
I am testing now. You are like an super hero Regords.
The administrator has disabled public write access.
 
#25179
Re:Show Results After Searching 12 Years, 2 Months ago Karma: 0
Hi,

I followed your instructions step by step. But here is the problem.

<form action="index.php?option=com_content&view=article&id=ARTICLE_ID" method="post">
ID: <input type="text" size="20" name="adt_tckimlik" />
</form>

when save this...

index.php?option=com_content&view=article&id=ARTICLE_ID

disappears.

I use code mirror editor.
The administrator has disabled public write access.
 
Go to topPage: 123