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?

modal link OK in ARI Data table, fails if SSP on
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: modal link OK in ARI Data table, fails if SSP on
#65705
modal link OK in ARI Data table, fails if SSP on 4 Years, 6 Months ago Karma: 0
I am using a link from a summary list based on core Article fields, with Regular Labs Modals to popup full details of an article/joomla extra fields.
The link comes from this sql:SELECT CONCAT('{modal url="index.php/',id,'" opacity="0.5" bottom="40" right="20" width="700" overlay="false" fixed="true" group="links"}',title,'{/modal}') AS "LINK", note AS "RoudNo", created_by_alias as "Performer", metadesc AS "Place", metakey AS "Format", xreference AS "Contents" from josh6_content as c
where catid = 8 limit 1000

see steveroud.com/index.php (Home page)

but the full dataset is very large; will be 250,000 (outline) Article records or twice that if I include refs from a parallel category. We have 80,000 articles at present, and ARI query runs out of server time after perhaps 10,000, hence the Limit for testing;
- enabling Server Side Pagination, with no SSP, runs quickly and shows the set number of lines, 1-10 of 799999, BUT the Modal code now fails to generate a valid link, see steveroud.com/index.php/home-2
- same query, but the "source" is now visible and no link?

RegularLabs suggest problem is in ARI Datatables, and I think I have had problems in the distant past with conflicts with Libraries eg JQuery etc with ARI DataTables which I have used for many years to great effect!

Can you suggest where I might look for conflicts etc, or better syntax! - no error messages from Joomla on max reporting.

Thanks

Trevor
The administrator has disabled public write access.
 
#65713
Re:modal link OK in ARI Data table, fails if SSP on 4 Years, 6 Months ago Karma: 748
Hello,

When SSP is enabled, the extension loads data page via AJAX and content plugins are not applied to this content so you see {modal} shortcode.

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