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?

Some help for a stupid german...
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Some help for a stupid german...
#18352
Some help for a stupid german... 12 Years, 7 Months ago Karma: 0
Hi there,

i already read the whole text inside
the plugins next to the module.

Shame on me but I need to tell:
I haven't understood how to create a link
that opens the ARI Colorbox with my module
inside.

How is the syntax that I have to use?

Can somebody post some examples please.

Thank you very much ahead!
The administrator has disabled public write access.
 
#18356
Re:Some help for a stupid german... 12 Years, 7 Months ago Karma: 746
Hello,

If you want to use "System - ARI Colorbox" plugin, enable and configure the plugin. After this you can place the next HTML code into your module:

Code:


<a href="http://www.google.com" class="aricolorbox {iframe: true, width: 800, height: 450}">Gooooogle</a>




If you want to use "System - ARI Colorbox Anywhere" plugin, enable and configure the plugin (set "Mode" parameter to "Anywhere"). After this you can place the next code into your module:

Code:


{aricolorbox activeType="rcontent" opt_width="300" opt_height="250" url="http://www.google.com" link="Show google site" title="Google"}{/aricolorbox}



If you use a WYSIWYG editor, switch it to plain text mode before inserting plugin code because editors can add extra HTML code in design mode.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#18381
Re:Some help for a stupid german... 12 Years, 7 Months ago Karma: 0
Thanks for that fast reply -

but that I already know <-- my mistake, I should explain better.

I have got an Article.

For example:
====================================================================

Code:

<h2>testheading 2</h2>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<ul>
<li><href="#">link 1</a></li>
<li><href="#">link 2</a></li>
<li><href="#">link 3</a></li>
</ul>



What will I have to write that the link1 for example "starts" the light(color)box with a module in it? Or with an Article in it.

Thanks ahead for you patience
Peter
The administrator has disabled public write access.
 
#18383
Re:Some help for a stupid german... 12 Years, 7 Months ago Karma: 746
For example, if you want to show articles with the next article IDs: 27, 45, 77. Use the next code:

Code:


<h2>testheading 2</h2>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<ul>
<li><a href="index.php?option=com_content&view=article&tmpl=component&id=27" class="aricolorbox {iframe: true, width: 800, height: 450}">link 1</a></li>
<li><a href="index.php?option=com_content&view=article&tmpl=component&id=45" class="aricolorbox {iframe: true, width: 800, height: 450}">link 2</a></li>
<li><a href="index.php?option=com_content&view=article&tmpl=component&id=77" class="aricolorbox {iframe: true, width: 800, height: 450}">link 3</a></li>
</ul>



If you want to show a module, you can crate new article, load necessary module in created article with help "Content - Load Module" standard Joomla! plugin and then show the article into the ligthbox.

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