New Dynamic YouTube Gallery - Embed YouTube Playlist, Channel, Live Stream in minutes. Read More

Editing a Video, Descr. field removes formatting

  • Ira Chandler
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 1

Editing a Video, Descr. field removes formatting was created by Ira Chandler

The GUI editor is used, and I can format the text fine, but on save, all formatting is removed, and only a starting <P> and an ending </P> are left.

What am I doing wrong???
The following user(s) said Thank You: Kathy Richardson
6 years 8 months ago #8728

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

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic Re: Editing a Video, Descr. field removes formatting

1. Kindly open the following files,
/public_html/administrator/components/com_allvideoshare/models/videos.php
/public_html/components/com_allvideoshare/models/user.php
2. Find the line
$row->description = $app->input->post->get( 'description', '', 'HTML' );
3. Change it to
$row->description = $app->input->post->get( 'description', '', 'RAW' );
4. Save the changes and try now.
Last edit: 6 years 8 months ago by Administrator.
6 years 8 months ago #8735

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

Time to create page: 0.221 seconds

We accept cookies to provide you the best viewing experience. By using our services, you agree to our use of cookies