× Здесь вы можете свободно общаться на русском языке. Просим отнестись с пониманием к тому, что мы не разговариваем на этом языке и не можем осуществлять поддержку на нем.

Встроенная генерация ключевых слов, не работает с кирилицой

  • Posts: 20
  • Thank you received: 0
6 years 11 months ago #268310

Встроенная генерация ключевых слов, не работает с кирилицой
как сделать что бы работала?
(автоматическая генерация ключевых слов)

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

  • Posts: 81511
  • Thank you received: 13066
  • MODERATOR
6 years 11 months ago #268315

Hi,

Thank you for your feedback.
Change the line:
if (preg_match_all('~\p{L}+~', $txt, $matches) > 0) {
to:
if (preg_match_all('~\p{L}+~u', $txt, $matches) > 0) {

in the file administrator/components/com_hikashop/helpers/seo.php and that should handle properly cyrillic characters.

PS: this is an English forum. Please write in English.

The following user(s) said Thank You: progreccor, xxxcrow

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

  • Posts: 2293
  • Thank you received: 315
6 years 11 months ago #268319

yes this really help.
Could you add this fix to all versions of Hika?
That is handy function.


Я не явлюсь официальной службой поддержки!
Я здесь добровольно!

Хочешь получить купон на скидку Hikashop? Спроси меня как!
The following user(s) said Thank You: xxxcrow

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

  • Posts: 20
  • Thank you received: 0
6 years 11 months ago #268326

Thank you! realy help
oh, sorry about russian language, i was knew, but didn't notice

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

  • Posts: 2293
  • Thank you received: 315
6 years 11 months ago #268334

Ну, в этом разделе можно и по-русски...


Я не явлюсь официальной службой поддержки!
Я здесь добровольно!

Хочешь получить купон на скидку Hikashop? Спроси меня как!

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

Moderators: progreccor
Time to create page: 0.081 seconds
Powered by Kunena Forum