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.

Comments

mrogers’s picture

I'm having this issue as well; however, it only occurs with taxonomy terms. Text cck fields do work properly as tokens in rows.

Prizme’s picture

Subscribing - could really do with this functionality.

msti’s picture

I am having the same problem for any kind of fields.

klim_’s picture

same problem with taxonomy terms

drclaw’s picture

Version: 6.x-1.0 » 7.x-1.x-dev
Issue summary: View changes
StatusFileSize
new3.72 KB

It appears that the token replacement is using the raw result values instead of the rendered field values. Attached patch fixes this issue.

Scyther’s picture

Status: Active » Needs review
Scyther’s picture

Status: Needs review » Reviewed & tested by the community

Have done some tests and it seems to work.

  • Scyther committed 4a6b7fa on 7.x-1.x authored by drclaw
    Issue #1182396 by alisamar, drclaw: Replacement patterns for row element...
Scyther’s picture

Status: Reviewed & tested by the community » Fixed

Commited to dev and should work just fine

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.