Hi,
I discovered, that the file advanced_forum_handler_field_node_title.inc alter the views_handler_field_node. If you now try to rewrite the field as link and put an rel atrribute in, the rel is not shown.
It seems that this

  $rel = strtr($alter['rel'], $tokens);
    if ($rel) {
      $options['attributes']['rel'] = $rel;
    }

is missing in advanced_forum_handler_field_node_title.inc.

Cheers Kai

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Apfel007’s picture

New patch

Apfel007’s picture

Issue summary: View changes

typo