- Posts: 12
- Thank you received: 1
Embedding You Tube Video into Event Descriptions
- dupree1015
- Topic Author
- Offline
- New Member
-
Less
More
12 years 7 months ago #19472
by dupree1015
Embedding You Tube Video into Event Descriptions was created 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'
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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:
4. Change it to :
After that, the issue should be sorted.
Tuan
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.