Russian alphabet pagination

Started by teko, 27 April 2018, 04:33:44

Previous topic - Next topic
A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

teko

Hello!
Russian alphabet pagination is not working. It works only English. Override COM_ABOOK_ALPHABET constant does not help. Alexandria Book Library version 3.1.4

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

federica

Hi teko,
can you tell me some russian characters? I will try to insert them in my abook instllation to perform some test.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

teko

Пушкин, Толстой, Некрасов

federica

Try to change following files:
components/com_abook/models/category.php line 316
from
$letter      =$jinput->get('letter', '', 'WORD');
to
$letter      =$jinput->get('letter', '', 'STRING');

components/com_abook/helpers/icon.php line 169
from
$selected=$jinput->get('letter', '', 'WORD');
to
$selected=$jinput->get('letter', '', 'STRING');

components/com_abook/models/authors.php line 110
from
$letter      =$jinput->get('letter', '', 'WORD');
to
$letter      =$jinput->get('letter', '', 'STRING');
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

teko