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?

module image link to open a module
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: module image link to open a module
#15050
module image link to open a module 12 Years, 10 Months ago Karma: 0
Hi there,

I have an image in a module at the top of my site that I want to use as a lightbox for a contact form (which is a module as well). but I can't seem to get it to output a link correctly.. Could you give me some pointers please or tell me if its even possible.

Thanks

Rich
The administrator has disabled public write access.
 
#15067
Re:module image link to open a module 12 Years, 10 Months ago Karma: 746
Hello,

If you want to show a module in the lightbox when a user clicks by an image, it can be done in several ways:

1. Use "ARI Sexy Lightbox" module, set "Choose type" parameter to "Module", enter necessary module in "Module -> Module" drop-down and enter the next code in "Module -> Link text" parameter:

Code:


<img src="LINK_TO_IMAGE" />



Where LINK_TO_IMAGE is link to necessary image.

2. Use "System - ARI Sexy Lightbox Anywhere" plugin. Code will look like:

Code:


{arisexylightbox activeType="module" width="300" height="250" id="MODULE_ID" title="Joomla! module"}<img src="LINK_TO_IMAGE" />{/arisexylightbox}



Where MODULE_ID is ID of module which you want to load.

If something doesn't work, provide link to page where we can see it please because it can be a problem with module which should be loaded into lightbox.

PS: If you wish, you can describe what module do you want to show in the lightbox and provide temporary access to your Joomla! backend by email and we will help to configure the extension.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15428
Re:module image link to open a module 12 Years, 10 Months ago Karma: 0
Here is the code I used:
{arisexylightbox activeType="module" width="300" height="250" id="132" title="Google Map"}<img src="images/stories/img1.jpg" border="0" />{/arisexylightbox}

Module is jMap to show Google Map.

When I place this code, It even hides image some way.

Here is the link, where I am trying to use it:

hrmuae.com/film/index.php?option=com_content&view=article&id=10&Itemid=13&lang=en
Last Edit: 2011/05/29 20:10 By wistech.
The administrator has disabled public write access.
 
#15429
Re:module image link to open a module 12 Years, 10 Months ago Karma: 746
Hello,

Could you provide link to page where we can see the problem? BTW, if a javascript conflict occurs, the module which you want to load into lightbox can be embedded into an article with help "Content - Load Module" plugin and then load created article into lightbox.

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