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?

Integration with ARI Data Tables
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Integration with ARI Data Tables
#43381
Integration with ARI Data Tables 10 Years, 8 Months ago Karma: 0
Hi,
I have a large table of which only few columns are displayed in a primary ARI Data table module in an article (with Search field and pagination).
The first displayed column has hyperlinks. Clicking on one opens a secondary ARI Data table on a secondary page that displays all columns for that one record.
With your great support this works very well (see forum www.ari-soft.com/ARI-Data-Tables/42922-Table-detailed-view.html).

Upon your suggestion I purchased ARI Sexy Lightbox to show the secondary table in a lightbox.
I installed only the module (none of the other plug-ins), activated it and in the settings I set Choose type: Article and set the proper articleID of the secondary page. The other fields were left at default.
My idea was that the plug-in would capture the event of rendering the secondary page with the given ID, and show the page in a lightbox instead of a regular Joomla page.
However, the module makes no effect, no lightbox. The page shows as a Joomla page, as before.
If I put Choose type: Module and set the proper module ID for the secondary module, again, no effect.
I tried the column Format from an earlier post in the forum ("ARI-table working, styles missing lightbox needed"), but that does not work: instead of the hyperlink in the primary module, the text of the Format field is displayed.

To summarize:
- The first column (named ZBNr) Format setting in the primary ARI Data Tables module is:
<a href="index.php?option=com_content&view=article&id=68&ZBNr={$value}">{$value}</a>
this works fine without the lightbox
- Lightbox setting Choose type: article, article ID = 68, Link text field left blank (I do not know what to put there).

During the prior forum discussion I mailed you the information to access my site. This is still valid.
Your help is highly appreciated.
Thanks,
The topic has been locked.
 
#43382
Re:Integration with ARI Data Tables 10 Years, 8 Months ago Karma: 747
Hello,

Install "ARI Sexy Lightbox" module then install, configure and enable "System - ARI Sexy Lightbox" plugin. After this modify link for details table in the following way:

<a href="index.php?option=com_content&view=article&id=68&ZBNr={$value}&TB_iframe=true&width=800&height=600" rel="sexylightbox">{$value}</a>

That's all.

PS: Set "Load" parameter to "Always" in "System - ARI Sexy Lightbox" plugin settings.

Regards,
ARI Soft
The topic has been locked.
 
#43384
Re:Integration with ARI Data Tables 10 Years, 8 Months ago Karma: 0
Thanks for your prompt reply!

I followed your instructions and now I see the lightbox.
Problem is that the lightbox contains at the top the Joomla page (banner, menu, etc.) with empty article and the article itself (with the table) below it. Of course the lightbox should only contain the article with the table.

My website is in Dutch. Can I replace somewhere the word "Close" by "Sluiten" in the lightbox?

Thanks,
Chris
The topic has been locked.
 
#43386
Re:Integration with ARI Data Tables 10 Years, 8 Months ago Karma: 747
Use the following code for details link:

<a href="index.php?option=com_content&view=article&id=68&ZBNr={$value}&tmpl=component&TB_iframe=true&width=800&height=600" rel="sexylightbox">{$value}</a>

If you want to change button labels, it requires to modify images. See buttons.png image in sub-folder for selected theme in <joomla_directory>/modules/mod_arisexylightbox/includes/js/sexyimages/ folder.

Regards,
ARI Soft
The topic has been locked.
 
#43389
Re:Integration with ARI Data Tables 10 Years, 8 Months ago Karma: 0
It works! Great!
Thank you very much for the prompt support.
Chris
The topic has been locked.
 
Go to topPage: 1