Latest version
Make sure you have the latest stable version of each installed extension.
 
Commercial templates (Yootheme, RocketTheme, Artisteer etc.)
Please note that support for commercial templates is also commercial - for Membership Personal and Membership Full users.
We believe it is the necessary step to make our service even better.
 
Custom modification
In case you modify our extensions, you assume responsibility for the correct functionality and you haven't got right of support.
 
Live demo
Please supply a link to a live web page where I can see your entire environment.
 
Modern browsers
Please use a latest version of your browser.

 

Welcome, Guest
Please Login or Register.    Lost Password?

plugin does not work in Russian?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: plugin does not work in Russian?
#8823
plugin does not work in Russian? 1 Year, 1 Month ago  
Category created and filled
gidbuild.ru/index.php?option=com_content...id=22&Itemid=370
Configured as a plugin documentation
http://awesomescreenshot.com/0fb5seib7
But it does not process words.
Where could I have done wrong?
awesomescreenshot.com/0b35sdze9
gutser
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#8826
Re:plugin does not work in Russian? 1 Year, 1 Month ago  
Hi, can you test the English text? Does it work?
I'm from Czech, we've our special characters as well and everything seems to be working just fine.

Bye.
daniel.rataj
Admin
Posts: 4183
graph
User Offline Click here to see the profile of this user
Gender: Male Core Design Location: Czech Republic
The administrator has disabled public write access.
Daniel Rataj
www.greatjoomla.com
 
#8841
Re:plugin does not work in Russian? 1 Year, 1 Month ago  
gidbuild.ru/index.php?option=com_content...ew=article&id=25
If you write in English it works, but that Russian does not want to handle.
TEST runs but does not want to АНКЕР
gutser
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#8842
Re:plugin does not work in Russian? 1 Year, 1 Month ago  
Maybe it's caused by encoding in database (utf8). I can't say for sure.
Please test it on other server (localhost for instance) or consult the encoding with your hosting provider.
Thank you.
daniel.rataj
Admin
Posts: 4183
graph
User Offline Click here to see the profile of this user
Gender: Male Core Design Location: Czech Republic
The administrator has disabled public write access.
Daniel Rataj
www.greatjoomla.com
 
#8845
Re:plugin does not work in Russian? 1 Year, 1 Month ago  
everywhere is the UTF-8. A local version also did not work
gutser
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#8846
Re:plugin does not work in Russian? 1 Year, 1 Month ago  
Funny - it works on my localhost but not on server.

Well you can try to change the following file:
/plugins/content/cdglossary/cdglossary.php

Replace line 260. Before:
Code:

$article->text = preg_replace_callback('/\b' . $wordreg . '\b/s' . $case_sensitive, array($this, 'replacer'), stripslashes($article->text));


After:
Code:

$article->text = preg_replace_callback('/\b' . $wordreg . '\b/su' . $case_sensitive, array($this, 'replacer'), stripslashes($article->text));


It worked on our demo website.

Bye.
daniel.rataj
Admin
Posts: 4183
graph
User Offline Click here to see the profile of this user
Gender: Male Core Design Location: Czech Republic
The administrator has disabled public write access.
Daniel Rataj
www.greatjoomla.com
 
Go to topPage: 12
Moderators: daniel.rataj