Embedding You Tube Video into Event Descriptions

  • dupree1015
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 7 months ago #19472 by dupree1015
Hello,

I am trying to embed a You Tube video into an event description and I see it there when I place it into the HTML but when I save it, the code is stripped. I am able to embed video everywhere else on my site. I there something special I need to do to make this work?

Thanks,

Cat'

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago #19495 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Embedding You Tube Video into Event Descriptions
Hi Cat

What version of the extension you are using ? I believe you are using an old version. If it is possible, please upgrade to version 1.4.5 to get it solved. If not, then please follow instructions below to get it fixed :

1. Open the file administrator/components/com_eventbooking/controller.php

2. Find the function save_event()

3. In that function, you will see a line of code like this:
Code:
$post = JRequest::get('post' , JREQUEST_ALLOWHTML);

4. Change it to :
Code:
$post = JRequest::get('post' , JREQUEST_ALLOWRAW);

After that, the issue should be sorted.

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc