Vox Populi(x) forum

Alexandria Book Library => Supporto (Support) => Topic started by: vetalexy on 21 September 2015, 12:26:12

Title: Russian alphabet pagination - not work
Post by: vetalexy on 21 September 2015, 12:26:12
Hello!
Russian alphabet pagination is not working. It works only English. Override COM_ABOOK_ALPHABET constant does not help.
Title: Re: Russian alphabet pagination - not work - SOLVED
Post by: vetalexy on 21 September 2015, 15:57:53
I do not know - this is a mistake of the developer or something else...
But I as a result of studying the code found a solution:

- replace the line 92 in the file  ..\components\com_abook\models\authors.php

$letter = JRequest::getCmd('letter', '');

to

$letter = JRequest::getVar('letter', '');

And Russian language starts to work!


      
Title: Re: Russian alphabet pagination - not work
Post by: federica on 27 September 2015, 20:04:41
Very good!!!!
I will fix this bug in a next version.
Many thanks.