Inserting iFrame into "thank you" message

  • mattsilbert
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 1 month ago #14635 by mattsilbert
Inserting iFrame into "thank you" message was created by mattsilbert
I would like to embed a video via Youtube iFrame (or Object) into the "Thank you message" after a donation is complete. The iFrame code gets stripped, which I know is the default Joomla behaviour.

After trying several recommended solutions to enable iFrames within articles and such, I still cannot get one to appear in Joom Donation.

Any suggestions on how to do this?

Thanks!!!

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

More
12 years 1 month ago #14636 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Inserting iFrame into "thank you" message
Hi

Please try to use the solution below :

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

2. Find the code below :
Code:
function save_configuration() { $data = JRequest::get('post', JREQUEST_ALLOWHTML) ;

3. Change the second line of this code to :
Code:
$data = JRequest::get('post', JREQUEST_ALLOWRAW) ;

After that, the issue should be solved .

Regards,

Tuan

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

Moderators: Mr. DamDũng Nguyễn Việt