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?

How do I do this?
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: How do I do this?
#27939
Re:How do I do this? 12 Years, 2 Months ago Karma: 0
1. Sorry, I wanted the boxes to be blank/empty if there isn't a valid link, rather than have a dead, active link

2. Can you give an example of how that would look please? It's not a simple as having a hyperlink then?

Assume the table is held on the page mysite/mixeshome, and I wanted to link to "yr" 1991 from mysite/homepage

Once I've got my head around these two issues I promise to leave you alone
The administrator has disabled public write access.
 
#27940
Re:How do I do this? 12 Years, 2 Months ago Karma: 748
1. The extension doesn't support this ability.

2. For example if you want to show articles and search in titles by "searchTitle" request variable, use the next SQL query:

Code:


SELECT
 id,
 title
FROM
 #__content
WHERE
 title LIKE CONCAT('%', {$REQUEST:searchTitle}, '%')



Like will like:

Code:


http://www.domain.com/mypage.html?searchTitle=sample



Regards,
ARI Soft
The administrator has disabled public write access.
 
#27964
Re:How do I do this? 12 Years, 2 Months ago Karma: 0
1. That is a shame, and probably a deal-breaker. I can't have dead links everywhere

2. A bit over my head but thank you.

I would like to say the support you have provided over the last few weeks has been fantastic, and although it would seem Data Tables isn't going to be fit for my purposes, I can heartily recommend ARI Soft to anyone reading this thread.

Thanks again
The administrator has disabled public write access.
 
Go to topPage: 1234