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?

Search content
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Search content
#758
Search content 15 Years, 2 Months ago Karma: 0
I have a question but dont know if it possible.

I would like to just show a search box, so users can search 'zipcode region' and after that the results will be shown 'name, address etc.' But the 'zipcode region' shouldnt be visible on the result page.

Is this possble? OR something like a combination of DataTable and SQL Plugin




also I would like to mention that I purchased Smart Content and was searching for the CSV Table plugin but I cant find it, only the CSV2 plugin. I tried to enter the code from the demo page but it only shows the code on the webpage
The administrator has disabled public write access.
 
#759
Re:Search content 15 Years, 2 Months ago Karma: 746
You can use combination of DataTable and SQL Table plugin in the following way:

{arijdatatable bPaginate="true"}
{arisqltable}
{arisqltablecolumns}
{arisqltablecolumn id="ID" alias="ID" className="idg"}
{arisqltablecolumn id="TITLE" alias="Title" headerClassName="head"}
{/arisqltablecolumns}
{arisqltablequery}
SELECT id AS ID,title AS TITLE
FROM #__modules
{/arisqltablequery}
{/arisqltable}
{/arijdatatable}

There are two CSV plugins - please see attached screenshot. The second plugin has been added recently - please make sure you have the latest version of component (the latest version can be downloaded in member area).

Regards,
ARI Soft
Last Edit: 2009/01/08 09:39 By admin.
The administrator has disabled public write access.
 
#760
Re:Search content 15 Years, 2 Months ago Karma: 0
Is it possible to only have a search box to search a given table and after a result page where you click a result that than show in a pop up maybe?(oh the searchable table should be hidden on result)



I cant find the plugin, on the demo site it says it should be in, I only downloaded this yesterday so it should be the latest version

edit: I just tried the combination, if I use it as you post it I get a list with the modules but if I change #__modules for agenten(this is how its in my sql) it doesnt show for some reason
Last Edit: 2009/01/08 10:57 By rima.
The administrator has disabled public write access.
 
#761
Re:Search content 15 Years, 2 Months ago Karma: 746
Probably you didn't notice the paging on the bottom: there are much more plugins than 10.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#762
Re:Search content 15 Years, 2 Months ago Karma: 0
unfortunatly I did check the picture for the other 2 pages

btw you dont have a solution for my other question?
Last Edit: 2009/01/08 11:07 By rima.
The administrator has disabled public write access.
 
#763
Re:Search content 15 Years, 2 Months ago Karma: 746
Regarding search functionality you describe - this is custom logic and cannot be achieved by ARI Smart Content. This probably can require custom code.

Could you please go to Install/Uninstall -> Components in your Joomla! backend and verify that ARI Smart Content version is 1.4.3.
The second CSV plugin was added yesterday so we suspect probably you don't have the latest version.

If you can give us access to your Joomla! backend we can login and investigate. Please send us credentials by email.

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