Hello,
1. If you use "ARI Sexy Lightbox" module, set "Choose type" parameter to "Article" and specify ID of article which should be shown into lightbox in "Article ID" parameter.
2. If you use "System - ARI Sexy Lightbox Anywhere" plugin, type the following code into an article:
Code: |
{arisexylightbox activeType="article" width="300" height="250" id="ARTICLE_ID" link="Show article" title="Article"}{/arisexylightbox}
|
Where ARTICLE_ID is ID of article which you want to load into lightbox. For example if ID = 97, use the following code:
Code: |
{arisexylightbox activeType="article" width="300" height="250" id="97" link="Show article" title="Article"}{/arisexylightbox}
|
3. If you use "System - ARI Sexy Lightbox", type the following HTML code into an article:
Code: |
<a title="Article" rel="sexylightbox" href="index.php?option=com_content&view=article&tmpl=component&id=ARTICLE_ID&TB_iframe=1&width=300&height=250&amodal=1">
Show article</a>
|
Where ARTICLE_ID is ID of article which you want to load into lightbox. For example if ID = 97, use the following code:
Code: |
<a title="Article" rel="sexylightbox" href="index.php?option=com_content&view=article&tmpl=component&id=97&TB_iframe=1&width=300&height=250&amodal=1">Show article</a>
|
Regards,
ARI Soft