Sorry, but I don't understand why it is not working :-(
What i have (debug data) Sorry, but TV's values in Russian:
array(23) { ["tvs"]=> string(8) "category" ["target"]=> string(48) "projects-partners/projects/projects-by-category/" ["tagKey"]=> string(3) "tag" ["tagSeparator"]=> string(1) " " ["groupSeparator"]=> string(1) " " ["limit"]=> string(2) "20" ["toLower"]=> bool(true) ["encoding"]=> string(5) "UTF-8" ["use_multibyte"]=> bool(true) ["groupNumeric"]=> bool(false) ["numericHeader"]=> string(3) "0-9" ["toPlaceholder"]=> string(0) "" ["groups"]=> array(0) { } ["tplTag"]=> string(7) "atozTag" ["tplGroup"]=> string(9) "atozGroup" ["tplOuter"]=> string(9) "atozOuter" ["cls"]=> string(0) "" ["altCls"]=> string(3) "alt" ["firstCls"]=> string(5) "first" ["lastCls"]=> string(4) "last" ["weights"]=> string(0) "" ["weightCls"]=> string(0) "" ["debug"]=> string(1) "1" } SELECT `modTemplateVarResource`.`id` AS `modTemplateVarResource_id`, `modTemplateVarResource`.`tmplvarid` AS `modTemplateVarResource_tmplvarid`, `modTemplateVarResource`.`contentid` AS `modTemplateVarResource_contentid`, `modTemplateVarResource`.`value` AS `modTemplateVarResource_value` FROM `modx_site_tmplvar_contentvalues` AS `modTemplateVarResource` JOIN `modx_site_tmplvars` `TemplateVar` ON `modTemplateVarResource`.`tmplvarid` = `TemplateVar`.`id` JOIN `modx_site_content` `Resource` ON `modTemplateVarResource`.`contentid` = `Resource`.`id` LEFT JOIN `modx_users` `CreatedBy` ON CreatedBy.id = Resource.createdby LEFT JOIN `modx_users` `PublishedBy` ON PublishedBy.id = Resource.publishedby LEFT JOIN `modx_users` `EditedBy` ON EditedBy.id = Resource.editedby WHERE ( `Resource`.`deleted` = '0' AND `Resource`.`published` = '1' AND `TemplateVar`.`name` = 'category' ) array(1) { ["�"]=> array(7) { ["Выписка из роддома"]=> int(2) ["Детский праздник"]=> int(1) ["День рождения"]=> int(1) ["Свадьба"]=> int(3) ["Предложение руки и сердца"]=> int(1) ["Другое"]=> int(1) ["История любви"]=> int(1) } }
list of TV's value:
-----------
По категориям (8)
Выписка из роддома (2)
Детский праздник (1)
День рождения (1)
Свадьба (3)
Предложение руки и сердца (1)
Другое (1)
История любви (1)
----------------------
Notice the icon � in array(1).
But nothing from page with getResourcesTag.
is present
[ed. note: vicat07 last edited this post 12 years, 8 months ago.]