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

title encoding error

  • Nurzhan
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0

title encoding error was created by Nurzhan

Hi. Firstly, thanks for great component!!
I have a problem whith russian encoding. When I firstly adding new video, title is OK. But when I want to edit it, my title become like this: �жекпо�
How I can fix it?
11 years 1 month ago #5409

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

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic Re: title encoding error

Kindly apply the solution below. In case you feel hard in implementing it, then mail us your Server FTP details to This email address is being protected from spambots. You need JavaScript enabled to view it.. So, we can do this on our own.

Back-end:

- Open {root} / administrator / components / com_allvideoshare / models / categories.php

- Search for
$row->name = JRequest::getVar('name', '', 'post', 'string', JREQUEST_ALLOWHTML);
and just remove the line.

- Then open {root} / administrator / components / com_allvideoshare / models / videos.php

- Search for
$row->title = JRequest::getVar('title', '', 'post', 'string', JREQUEST_ALLOWHTML);
and just remove it.

- Again open {root} / administrator / components / com_allvideoshare / views / videos / tmpl / edit.php

- Search for
<?php echo htmlentities($data->title); ?>
and replace it as
<?php echo $data->title; ?>

Front-End :

- Then open {root} / components / com_allvideoshare / models / user.php

- Search for
$row->title = JRequest::getVar('title', '', 'post', 'string', JREQUEST_ALLOWHTML);
and just remove it.

- Then open {root} / components / com_allvideoshare / views / user / tmpl / edit.php

- Search for
<?php echo htmlentities($data->title); ?> and replace it as <?php echo $data->title; ?>

That's it. Hope, this solved your issue !!!
The following user(s) said Thank You: Nurzhan
Last edit: 11 years 1 month ago by Administrator.
11 years 1 month ago #5410

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

  • Nurzhan
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0

Replied by Nurzhan on topic Re: title encoding error

Thanks a lot!!! It's works)
11 years 1 month ago #5412

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

  • 4et
  • Visitor
  • Visitor

Replied by 4et on topic Re: title encoding error

Thank you, for this solution
11 years 1 week ago #5487

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

Time to create page: 0.137 seconds

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