Joomla! modules

Parent Previous Next

Set activeType attribute to module value if you want to show a module into the lightbox. A sample code looks like:


{arisexylightbox activeType="module" width="500" height="450" id="10" title="Login form"}

       Show login form

{/arisexylightbox}


The parameter on plugin settings are the same as parameter for ARI Sexy Lightbox module.



Attributes of {arisexylightbox} tag for Joomla! modules


id is ID of a module which will be shown in the lightbox. The module should be enabled. Values: ID of a module.


{arisexylightbox activeType="module" width="300" height="250" id="15" title="Sample module"}

       Show module

{/arisexylightbox}


width is a width of the lightbox. Values: enter an integer value (it will be value in pixels) or a value in percent (for example 90%).


{arisexylightbox activeType="module" width="300" height="250" id="97" title="Sample module"}

       Show module

{/arisexylightbox}


or


{arisexylightbox activeType="module" width="90%" height="250" id="19" title="Sample module"}

       Show module

{/arisexylightbox}


height is a height of the lightbox. Values: enter an integer value (it will be value in pixels) or a value in percent (for example 60%).


{arisexylightbox activeType="module" width="300" height="250" id="25" title="Sample module"}

       Show module

{/arisexylightbox}


or


{arisexylightbox activeType="module" width="90%" height="60%" id="11" title="Sample module"}

       Show module

{/arisexylightbox}


class is a CSS class which will be added to a link which will trigger the lightbox.If necessary add some styles for a link. Values: a string:


{arisexylightbox activeType="module" width="300" height="250" class="myClass" id="97" title="Sample module"}

       Show module

{/arisexylightbox}


link is a text of a link which will trigger the lightbox. Values: a string:


{arisexylightbox activeType="module" width="300" height="250" link="Show module" id="11" title="Sample module"}{/arisexylightbox}


If you want to use a HTML code (for example use an image as a link), enter a link text between {arisexylightbox} and {/arisexylightbox} tags:


{arisexylightbox activeType="module" width="300" height="250" id="97" title="Sample module"}

       <img src="images/thumb01.jpg" />

{/arisexylightbox}



title is a lightbox titile. Values: a string.


{arisexylightbox activeType="module" width="300" height="250" id="23" title="Sample title"}

       Show module

{/arisexylightbox}