Hello,
when I add to Row Class attribute from Replacement pattern items like Taxonomy: All terms or Global: Custom text etc.
Replacement is not working...
output like this:
<li class="group [nothing_1] odd"></li>
<li class="group [nothing_1] even"></li>
<li class="group [nothing_1] odd"></li>
<li class="group [nothing_1] even"></li>
should be replaced Global: Custom text instead of [nothing_1]
and Taxonomy: All terms output like:
<li class="group 1 odd"></li>
<li class="group 13 even"></li>
<li class="group 7 odd"></li>
<li class="group 8 even"></li>
It must to write the names instead of numbers like foo bar etc.
sometimes more than one taxonomy...
if It's write to all taxonomy IDs this also acceptable.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | sematicviews-token-replacement-1182396-5.patch | 3.72 KB | drclaw |
Comments
Comment #1
mrogers commentedI'm having this issue as well; however, it only occurs with taxonomy terms. Text cck fields do work properly as tokens in rows.
Comment #2
Prizme commentedSubscribing - could really do with this functionality.
Comment #3
mstiI am having the same problem for any kind of fields.
Comment #4
klim_ commentedsame problem with taxonomy terms
Comment #5
drclaw commentedIt appears that the token replacement is using the raw result values instead of the rendered field values. Attached patch fixes this issue.
Comment #6
Scyther commentedComment #7
Scyther commentedHave done some tests and it seems to work.
Comment #9
Scyther commentedCommited to dev and should work just fine