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?

Issues with Searching table with Mailto Link
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Issues with Searching table with Mailto Link
#59431
Issues with Searching table with Mailto Link 7 Years, 2 Months ago Karma: 0
I have an issue when a mailto link (<a href='Email'>Email</a>) is included in the column data, the search and sort field no longer works.

subassoc-dev.dpw-solutions.co.uk/index.php/branches/association-database

The [Current Members] tab the Members column has email address linked created through the SQL.

The other tabs [Members that Served in WWII] and [Crossed the Bar] are working as expected.

I am using version 1.15.13
The administrator has disabled public write access.
 
#59436
Re:Issues with Searching table with Mailto Link 7 Years, 2 Months ago Karma: 748
Hello,

Could you provide the SQL query which is used to retrieve data?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#59441
Re:Issues with Searching table with Mailto Link 7 Years, 2 Months ago Karma: 0
The SQL command is (as not all members have an email address) :

SELECT if(`MAIL` <> "", concat("<a href='mailto:",`MAIL`, "'>", `Member`,"</a>"), `Member`) as Member, `Rank/Rate`, `Medals`, `Branch`, `Submarine Service` FROM `Current`

I have also tried

SELECT concat("<a href='mailto:",`MAIL`, "'>", `Member`,"</a>") as Member, `Rank/Rate`, `Medals`, `Branch`, `Submarine Service` FROM `Current`
The administrator has disabled public write access.
 
#59457
Re:Issues with Searching table with Mailto Link 7 Years, 2 Months ago Karma: 748
The extension doesn't support complex computed columns when "Server side pagination" is used. Possible solution is creating a view based on your query and use a simple query into the module to retrieve data from the view.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#59465
Re:Issues with Searching table with Mailto Link 7 Years, 2 Months ago Karma: 0
Thanks for the response. The issue has been fixed by creating a View.

I can also confirm that turning off Server Side Pagination also fixed the issue however the page load time was unacceptable.
The administrator has disabled public write access.
 
Go to topPage: 1