Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

images instead of a link to youtube
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: images instead of a link to youtube
#8232
images instead of a link to youtube 14 Years, 1 Month ago Karma: 0
Hi!

I need show images instead of a link to youtube:

Example:
Code:

{arisexylightbox activeType="rcontent" width="800" height="450"
url="http://www.youtube.com/watch?v=4W21XYdCgMc" 
link="<img src="http://img.youtube.com/vi/4W21XYdCgMc/1.jpg" />" 
title="Video"}
{/arisexylightbox}




Please showme the correct way.

Thanks
The administrator has disabled public write access.
 
#8235
Re:images instead of a link to youtube 14 Years, 1 Month ago Karma: 760
Hello,

Use the following code:

Code:


{arisexylightbox activeType="rcontent" width="800" height="450" url="http://www.youtube.com/watch?v=4W21XYdCgMc" title="Video"}<img src="http://img.youtube.com/vi/4W21XYdCgMc/1.jpg" border="0" />{/arisexylightbox}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8488
Re:images instead of a link to youtube 14 Years, 1 Month ago Karma: 0
Hello, I don't seem to be able to get it working,
I copied your text and nothing, I installed the module, the plugin, and the anywhere plugin, all nabled, what am i doing wrong?
Here is the link
netplusconsulting.net/services/fishbowl/fbvideo
The administrator has disabled public write access.
 
#8490
Re:images instead of a link to youtube 14 Years, 1 Month ago Karma: 760
Hello,

It seems this problem with site template. We suppose it contains incorrect code for remove MooTools library. Probably it contains the following code:

Code:


$headerstuff = $this->getHeadData();
$headerstuff['scripts'] = array();
$this->setHeadData($headerstuff);



but correct code should look like:

Code:


$headerstuff = $this->getHeadData();  
  $scripts = $headerstuff['scripts'];
  foreach ($scripts as $path => $val)
  {
    if (strpos($path, 'mootools.js') !== false || strpos($path, 'caption.js') !== false) unset($scripts[$path]);
  }
  $headerstuff['scripts'] = $scripts;
  $this->setHeadData($headerstuff);  



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8491
Re:images instead of a link to youtube 14 Years, 1 Month ago Karma: 0
I don't believe mootols is missing, I have used it on some other lightbox app, but i needed your because i couldn't embed videos.
Do you wanna take a look from the admin page?
How do i send the details?
Thank you
The administrator has disabled public write access.
 
#8492
Re:images instead of a link to youtube 14 Years, 1 Month ago Karma: 760
You can send credentials by email.

Regards,
ARI Soft
Last Edit: 2010/11/08 22:45 By admin.
The administrator has disabled public write access.
 
Go to topPage: 12