saman0 / flexicontent

Automatically exported from code.google.com/p/flexicontent
0 stars 0 forks source link

alphaindex filtered all categories #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi, its i am again :)

if i use alphaindex the first-letter-filter is stored for all categories, so 
even top-level categories without alphaindex hide content.

Original issue reported on code.google.com by flash...@gmail.com on 22 Jul 2010 at 11:00

GoogleCodeExporter commented 9 years ago
Decision:
com_flexicontent / models / category.php - line 362
$ Alpha = $ session-> get ($ option. '. Category.letter');
replaced by
$ Alpha = $ session-> get ($ option. '. Category'. $ This-> _id. 'Letter');

Original comment by d...@xaya.ru on 24 Jul 2010 at 3:35

GoogleCodeExporter commented 9 years ago
 d...@xaya.ru, many thanks, (или даже Большое спасибо :) )
it seems it worked (after i delete empty spaces in string)
$Alpha = $session->get($option.'.Category'.$this->_id.'Letter'); 

Original comment by flash...@gmail.com on 24 Jul 2010 at 4:10

GoogleCodeExporter commented 9 years ago
Не за что, пробелы конечно надо убрать :-), 
моя ошибка - просмотрел.

Original comment by d...@xaya.ru on 25 Jul 2010 at 11:32

GoogleCodeExporter commented 9 years ago
Thanks for the report and the fix. I added it on r464

Original comment by emmanuel...@gmail.com on 24 Feb 2011 at 6:24